dev@glassfish.java.net

Re: can't build hk2 dependency verifier

From: Jane Young <jane.young_at_oracle.com>
Date: Thu, 12 Aug 2010 13:32:06 -0700

Can you build with the profile "-Prelease-phase1" first?
Also, I think Jerome have broke the hk2 build:

With the updated workspace at 11:41am, hk2 build will fail:

/export/HK2/hk2/hk2/class-model/src/test/java/org/glassfish/hk2/classmodel/reflect/test/ModelTest.java:[19,22]
cannot find symbol
symbol : variable ClassModelTestsUtils
location: class org.glassfish.hk2.classmodel.reflect.test.ModelTest

If you have a workspace before 11:41am or svn rev 1631, please do not do
a "svn update".

Jane



Bobby Bissett wrote:
> Downloading: http://maven.glassfish.org/content/groups/glassfish-group//org/apache/felix/org.osgi.core/1.2.0/org.osgi.core-1.2.0.jar
> 59K downloaded
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) com.sun.enterprise:hk2-core:jar:1.0.37-SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=com.sun.enterprise -DartifactId=hk2-core -Dversion=1.0.37-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=com.sun.enterprise -DartifactId=hk2-core -Dversion=1.0.37-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) com.sun.enterprise:hk2-dependency-verifier:jar:1.0.37-SNAPSHOT
> 2) com.sun.enterprise:hk2-core:jar:1.0.37-SNAPSHOT
>
> 2) com.sun.enterprise:osgi-adapter:jar:1.0.37-SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=com.sun.enterprise -DartifactId=osgi-adapter -Dversion=1.0.37-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=com.sun.enterprise -DartifactId=osgi-adapter -Dversion=1.0.37-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) com.sun.enterprise:hk2-dependency-verifier:jar:1.0.37-SNAPSHOT
> 2) com.sun.enterprise:osgi-adapter:jar:1.0.37-SNAPSHOT
>
> ----------
> 2 required artifacts are missing.
>
> for artifact:
> com.sun.enterprise:hk2-dependency-verifier:jar:1.0.37-SNAPSHOT
>
> from the specified remote repositories:
> glassfish-maven-repository (http://maven.glassfish.org/content/groups/glassfish-group/),
> central (http://repo1.maven.org/maven2)
>
>
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10 seconds
> [INFO] Finished at: Thu Aug 12 15:42:46 EDT 2010
> [INFO] Final Memory: 12M/81M
> [INFO] ------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
>