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]

Reply via email to