admin@glassfish.java.net

Re: [v3] Error building admingui/core

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Fri, 16 May 2008 10:44:05 -0700

Claudio

I just fixed a bunch of problems with the pom files so it should work
now... I am not sure it is functional on the trunk, Anissa will start
testing admin gui on the trunk very soon.

jerome
On May 15, 2008, at 11:57 PM, Claudio Miranda wrote:

> I have updated my svn tree, and did a mvn clean ; mvn -U install
> (v3 and admingui), but at admingui/core there are some errors, related
> to maven dependencies
>
> Downloading: https://maven2-repository.dev.java.net/nonav/repository/org/glassfish/common/glassfish-mbeanserver/$
> {glassfish.version}/glassfish-mbeanserver-${glassfish.version}.jar
> Downloading: http://repo1.maven.org/maven2/org/glassfish/common/glassfish-mbeanserver/$
> {glassfish.version}/glassfish-mbeanserver-${glassfish.version}.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.glassfish.registration:registration-api:jar:$
> {glassfish.version}
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.glassfish.registration
> -DartifactId=registration-api \
> -Dversion=${glassfish.version} -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.registration -DartifactId=registration-api \
>
>
> I understand there is some parameter needed to be informed at
> command line. Which one ?
> I found errors at netbeans 6.1 (mevenide plugin 3.1.1), where it
> could not find some dependencies
>
> org.glassfish.core:kernel:jar:${glassfish.version}
> org.glassfish.core:deployment-client:jar:${glassfish.version}
> org.glassfish.registration:registration-api:jar:${glassfish.version}
> org.glassfish.registration:registration-impl:jar:${glassfish.version}
> javax.servlet.jsp:jsp-api:jar:${jsp-api.version}
> org.glassfish.common:glassfish-mbeanserver:jar:${glassfish.version}
>
> I am at revision 20834 https://svn.dev.java.net/svn/glassfish-svn/trunk/v3
>
> --
> Claudio Miranda
> _______________________________________________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>