jaxws is capable of automatically pickup tools.jar from
${java.home}/lib/tools.jar
( MacOS specific)
What is the error?
you may need to get the latest source and build your self.
-D
On 3/6/07, Ryan Cuprak <[EMAIL PROTECTED]> wrote:
Hello,
I am trying to get the "jaxws-maven-plugin" up and running on my
box. Evidently Apple has been kind enough to stick tools.jar elsewhere.
Any reason why the snippet below wouldn't work?
-Ryan
Snippet:
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>1.0-beta-1-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>wsgen</goal>
</goals>
</execution>
</executions>
<configuration>
<sei>net.cuprak.ryanportal</sei>
<genWsdl>true</genWsdl>
</configuration>
<dependencies>
<dependency>
<groupId>sun.jdk</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<systemPath>/System/Library/Frameworks/
JavaVM.framework/Versions/1.5/Classes/classes.jar</systemPath>
<scope>system</scope>
</dependency>
</dependencies>
</plugin>
</plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]