« Return to Thread: jaxws-maven-plugin failure on non Sun SDK

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

by Jitendra Kotamraju :: Rate this Message:

Reply to Author | View in Thread

Rama

Can you do the change ?

Jitu
Rama Pulavarthi wrote:

> The change looks fine.
>
> thanks,
> Rama Pulavarthi
>
> Henri Gomez wrote:
>> Any news about this suggestion ?
>>
>> Thanks
>>
>> 2008/7/10 Henri Gomez <henri.gomez@...>:
>>  
>>> Done.
>>>
>>> BTW, could I suggest a fix for jaxws-maven-plugin ?
>>>
>>> Turn the current tools.jar activation from :
>>>
>>>  <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>
>>>
>>> into
>>>
>>>  <profiles>
>>>    <profile>
>>>        <!-- This is only for non MAC OS X builds, hence the property
>>> below -->
>>>      <id>default-tools.jar</id>
>>>      <activation>
>>>        <file>
>>>        <exists>${java.home}/../lib/tools.jar</exists>
>>>      </file>
>>>     </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>
>>>
>>>
>>> For exemple IBM JDK ${java.vendor} is IBM Corporation.
>>>
>>> Under windows or Linux x86, you could switch from IBM to Sun SDK, but
>>> not on some specific OS/Hardware like AIX or Linux PowerPC.
>>>
>>> Thanks
>>>
>>>    
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>  
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: jaxws-maven-plugin failure on non Sun SDK

LightInTheBox - Buy quality products at wholesale price!