Re: [m2] JAX-WS plugin apt NoClassDefFound error

2007-03-13 Thread jsolderitsch
Thanks. Turns out that in my project POM file, if I add a section right below the tag for the plugin and place the tools.jar dependency there, I don't need to modify the POM for the plugin. I had tried this before but placed the added dependencies section AFTER the section and this didn't wor

Re: [m2] JAX-WS plugin apt NoClassDefFound error

2007-03-13 Thread Dan Tran
use maven profile http://maven.apache.org/guides/introduction/introduction-to-profiles.html -D On 3/13/07, jsolderitsch <[EMAIL PROTECTED]> wrote: OK -- I have a workaround -- it has to do with an unfortunate tools.jar dependency that used to be in the POM for the JAX-WS plugin, that Dan, th

Re: [m2] JAX-WS plugin apt NoClassDefFound error

2007-03-13 Thread jsolderitsch
OK -- I have a workaround -- it has to do with an unfortunate tools.jar dependency that used to be in the POM for the JAX-WS plugin, that Dan, the plugin maintainer, recently removed to address a concern that us Mac OS X users had regarding the complete absence of this jar in the Mac JDK. I added