dev@glassfish.java.net

Re: [V3] trunk build failure

From: Nandini Ektare <Nandini.Ektare_at_Sun.COM>
Date: Tue, 08 Jul 2008 11:18:45 -0700

I had the same issue. Jerome's suggestion works : build javaee-api first
and then v3.

Ryan Lubke wrote:
> Hello folks.
>
> I'm getting the following error when building V3 trunk:
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.glassfish:javax.xml.stream:jar: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
> -DartifactId=javax.xml.stream -Dversion=10.0-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the
> file there:
> mvn deploy:deploy-file -DgroupId=org.glassfish
> -DartifactId=javax.xml.stream -Dversion=10.0-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.glassfish.common:common-util:hk2-jar:10.0-SNAPSHOT
> 2) org.glassfish:javax.xml.stream:jar:10.0-SNAPSHOT
>
>
> This is after a fresh checkout.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>