dev@glassfish.java.net

Re: Build Errors

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Fri, 19 Sep 2008 19:09:21 -0700

Byron,

Are you starting from a fresh workspace?

Are you doing 'mvn -U install'?

Lloyd


On Sep 19, 2008, at 6:31 PM, Byron Nevins wrote:

> Any ideas about these strange "fragment" requirements?
>
> I assumed the problem is that these "fragments" are not getting
> published to a public maven repo, so I ran mvn install locally on
> one of them (osgi -- felix) to force the mysterious "fragments" into
> my local repo.
>
> This had no effect of any kind on the 4 missing artifacts error.
>
> ==============================================================
>
>
> 1) org.glassfish.docs:basedocs:distribution-fragment:0.2-SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.glassfish.docs -
> DartifactId=basedocs \
> -Dversion=0.2-SNAPSHOT -Dpackaging=distribution-fragment -
> Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the
> file there: mvn deploy:deploy-file -
> DgroupId=org.glassfish.docs -DartifactId=basedocs \
> -Dversion=0.2-SNAPSHOT -Dpackaging=distribution-fragment -
> Dfile=/path/to/file \
> -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.glassfish.embedded:glassfish-embedded-nucleus:jar:10.0-
> SNAPSHOT
> 2) org.glassfish.packager:glassfish-nucleus:zip:10.0-SNAPSHOT
> 3) org.glassfish.docs:basedocs:distribution-fragment:0.2-
> SNAPSHOT
>
> 2) org.glassfish.api:schemas:distribution-fragment:9.0.1
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.glassfish.api -
> DartifactId=schemas \
> -Dversion=9.0.1 -Dpackaging=distribution-fragment -Dfile=/
> path/to/file
> Alternatively, if you host your own repository you can deploy the
> file there: mvn deploy:deploy-file -DgroupId=org.glassfish.api
> -DartifactId=schemas \
> -Dversion=9.0.1 -Dpackaging=distribution-fragment -Dfile=/
> path/to/file \
> -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.glassfish.embedded:glassfish-embedded-nucleus:jar:10.0-
> SNAPSHOT
> 2) org.glassfish.packager:glassfish-common:zip:10.0-SNAPSHOT
> 3) org.glassfish.api:schemas:distribution-fragment:9.0.1
>
> 3) org.glassfish.api:dtds:distribution-fragment:9.0.1
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.glassfish.api -
> DartifactId=dtds \
> -Dversion=9.0.1 -Dpackaging=distribution-fragment -Dfile=/
> path/to/file
> Alternatively, if you host your own repository you can deploy the
> file there: mvn deploy:deploy-file -DgroupId=org.glassfish.api
> -DartifactId=dtds \
> -Dversion=9.0.1 -Dpackaging=distribution-fragment -Dfile=/
> path/to/file \
> -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.glassfish.embedded:glassfish-embedded-nucleus:jar:10.0-
> SNAPSHOT
> 2) org.glassfish.packager:glassfish-common:zip:10.0-SNAPSHOT
> 3) org.glassfish.api:dtds:distribution-fragment:9.0.1
>
> 4) org.glassfish.osgi-platforms:felix:distribution-fragment:10.0-
> SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.glassfish.osgi-
> platforms -DartifactId=felix \
> -Dversion=10.0-SNAPSHOT -Dpackaging=distribution-fragment -
> Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the
> file there: mvn deploy:deploy-file -
> DgroupId=org.glassfish.osgi-platforms -DartifactId=felix \
> -Dversion=10.0-SNAPSHOT -Dpackaging=distribution-fragment -
> Dfile=/path/to/file \
> -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.glassfish.embedded:glassfish-embedded-nucleus:jar:10.0-
> SNAPSHOT
> 2) org.glassfish.packager:glassfish-api:zip:10.0-SNAPSHOT
> 3) org.glassfish.packager:felix:zip:10.0-SNAPSHOT
> 4) org.glassfish.osgi-platforms:felix:distribution-fragment:
> 10.0-SNAPSHOT
>
> ----------
> 4 required artifacts are missing.
>
> for artifact:
> org.glassfish.embedded:glassfish-embedded-nucleus:jar:10.0-SNAPSHOT
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2),
> glassfish-repository (http://download.java.net/maven/glassfish)
>
> --------------------------------------------------------------------- To
> unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net For
> additional commands, e-mail: dev-help_at_glassfish.dev.java.net