dev@glassfish.java.net

Re: problem building v3

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 20 Jan 2009 13:43:53 -0800

Hi Jason,

Are you using "mvn -U..."?

Jane

Justin Lee wrote:
> Anyone else seeing this or have I mangled my tree?
>
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) sun.jdk:tools:jar:1.6
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=sun.jdk -DartifactId=tools
> -Dversion=1.6 -Dpackaging=jar -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the
> file there:
> mvn deploy:deploy-file -DgroupId=sun.jdk -DartifactId=tools
> -Dversion=1.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
>
> Path to dependency:
> 1)
> org.jvnet.maven-antrun-extended-plugin:maven-antrun-extended-plugin:maven-plugin:1.36
>
> 2) sun.jdk:tools:jar:1.6
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>