Well the pom you 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>
tools is only included when a Sun JVM is used.
Very restrictive
2008/7/7 Dan Tran <[EMAIL PROTECTED]>:
> Caused by: java.lang.NoClassDefFoundError: com.sun.tools.apt.Main
>
>
> you forgot to include tool.jar, check the plugin doc for exampl
>
> -D
>
> On Mon, Jul 7, 2008 at 7:23 AM, Henri Gomez <[EMAIL PROTECTED]> wrote:
>>> A possible workaround: You could try the CXF plugins. They generate
>>> JAX-WS compliant code.
>>
>> Why not as a quick workaround but we should stick with JAXWS 2.1.4
>> impl for now ;(
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]