dev@glassfish.java.net

Re: problem building v3

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Tue, 20 Jan 2009 16:51:42 -0500

It's "Justin" :), but I tried that, yes. I'm building on OS X if that
matters. Shouldn't, but you never know...

Jane Young wrote:
> 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
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>