dev@jax-ws.java.net

Re: jaxws-maven-plugin failure on non Sun SDK

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Wed, 09 Jul 2008 15:08:52 -0700

Henri Gomez wrote:
> How could we get the latest source ?
>
> This url ask for login/password.
>
use java.net id and password. But you could see online also

https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/source-repository.html

Jiut
> https://svn.dev.java.net/svn/jax-ws-commons/tags/jaxws-maven-plugin-1.10
>
> Thanks
>
>
> 2008/7/8 Henri Gomez <henri.gomez_at_gmail.com>:
>
>> More on this :
>>
>> In the 1.10 pom file I could see :
>>
>> <profiles>
>> <profile>
>> <!-- This is only for non MAC OS X builds, hence the property below -->
>> <id>default-tools.jar</id>
>> <activation>
>> <property>
>> <name>java.vendor</name>
>> <value>Sun Microsystems Inc.</value>
>> </property>
>> </activation>
>> <dependencies>
>> <dependency>
>> <groupId>com.sun</groupId>
>> <artifactId>tools</artifactId>
>> <version>1.5.0</version>
>> <scope>system</scope>
>> <systemPath>${java.home}/../lib/tools.jar</systemPath>
>> </dependency>
>> </dependencies>
>> </profile>
>> </profiles>
>>
>>
>> With an IBM JDK ${java.vendor} is IBM Corporation.
>>
>> Sun Microsystems Inc. is only for ${java.specification.vendor}
>>
>> This profile add-on has been introduced to fix Apple JVM specific
>> tools location but break this plugin now on IBM JDK, both Linux and
>> Windows ;(
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>
>