dev@grizzly.java.net

Re: build problem

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Wed, 11 Feb 2009 14:07:25 -0500

commenting out the entry for grizzly-httpservice in contribs/pom.xml
"fixed" it.

Justin Lee wrote:
> So it looks like I just needed to clean to fix the problem I mentioned
> on the call, but I get this now. This might be what you guys were
> talking about but I thought that stuff was test related and here I
> have tests disabled.
>
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.osgi:org.osgi.core:jar:4.1.0
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.osgi
> -DartifactId=org.osgi.core -Dversion=4.1.0 -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.osgi
> -DartifactId=org.osgi.core -Dversion=4.1.0 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) com.sun.grizzly.osgi:grizzly-httpservice:bundle:1.9.6-SNAPSHOT
> 2) org.osgi:org.osgi.core:jar:4.1.0
>
> 2) org.osgi:org.osgi.compendium:jar:4.1.0
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.osgi
> -DartifactId=org.osgi.compendium -Dversion=4.1.0 -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.osgi
> -DartifactId=org.osgi.compendium -Dversion=4.1.0 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) com.sun.grizzly.osgi:grizzly-httpservice:bundle:1.9.6-SNAPSHOT
> 2) org.osgi:org.osgi.compendium:jar:4.1.0
>
> ----------
> 2 required artifacts are missing.
>
> for artifact:
> com.sun.grizzly.osgi:grizzly-httpservice:bundle:1.9.6-SNAPSHOT
>
> from the specified remote repositories:
> hk2gf (http://maven.glassfish.org/content/groups/glassfish)
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 47 seconds
> [INFO] Finished at: Wed Feb 11 13:55:34 EST 2009
> [INFO] Final Memory: 44M/110M
> [INFO]
> ------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>