dev@glassfish.java.net

Re: problem building v3

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Tue, 20 Jan 2009 17:19:52 -0500

Jane Young wrote:
> Sorry... I realized it's Justin after clicking the "send" key.
Heh. No worries. Jason *is* my twin... :) I'll try this and let you
know.
> I'll take a look at this issue. In the meantime, comment out the
> following lines in v3/pom.xml:
> <plugin>
>
> <groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
> <artifactId>maven-antrun-extended-plugin</artifactId>
> <version> 1.36 </version>
> <dependencies>
> <dependency>
> <groupId>sun.jdk</groupId>
> <artifactId>tools</artifactId>
> <version>1.5.0_14</version>
> <version>1.6</version>
> <scope>system</scope>
>
> <systemPath>${java.home}/../lib/tools.jar</systemPath>
> </dependency>
> </dependencies>
> </plugin>
>
> Thanks,
> Jane
>
> Justin Lee wrote:
>> 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
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>