javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

Platform independent jax-ws maven plugin #13

Closed glassfishrobot closed 16 years ago

glassfishrobot commented 17 years ago

Hi Guys,

I found an OS independent patch for your build. You guys may or may not be aware that the jax-ws maven plugin does not work on Mac OS X due to the tools.jar reference. This is impacting many people.

My solution is simple, remove the tools.jar dependency, and then add it via profiles:

Remove this from the element:

sun.jdk tools 1.5.0 system $ {java.home}/../lib/tools.jar

Add this to the element:

other-oses true sun.jdk tools 1.5.0 system ${java.home} /../lib/tools.jar mac mac os x

thank you I hope that all tags, and the trunk can be updated with this minor update to the pom.

-Marco

Environment

Operating System: Mac OS X Platform: All

Affected Versions

[current]

glassfishrobot commented 17 years ago

Reported by minmay@java.net

glassfishrobot commented 16 years ago

kohsuke@java.net said: This iss has already been fixed as of 1.7.

glassfishrobot commented 11 years ago

@lukasj said: Closing old and already fixed issues

glassfishrobot commented 17 years ago

Was assigned to jax-ws-commons-issues

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-13

glassfishrobot commented 16 years ago

Marked as cannot reproduce on Thursday, June 19th 2008, 2:35:18 pm