Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
I'll do 2008/7/7 Dan Tran [EMAIL PROTECTED]: you may want ping java.net ws group, they own this plugin -D On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez [EMAIL PROTECTED] wrote: BTW, I didn't get more success with tools.jar in plugin defs : [INFO]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
More on this : More on this : In the 1.10 pom file I could see : profiles profile !-- This is only for non MAC OS X builds, hence the property below -- iddefault-tools.jar/id activation property namejava.vendor/name valueSun Microsystems

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
How could I get the latest sources ? https://svn.dev.java.net/svn/jax-ws-commons/tags/jaxws-maven-plugin-1.10 require authorization. Which one ? 2008/7/7 Dan Tran [EMAIL PROTECTED]: you may want ping java.net ws group, they own this plugin -D On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
Any news on how to get the source of jaxws-maven-plugin via SVN ? I'd like to track in sources why the plugin try to open (and read) POM as zip when using IBM SDK and not with Sun SDK. [WrapperGen - method: placeOrder(com.mycorp.myapp.orderbook.service.PlaceOrderRequest)]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Jason van Zyl
Please take this to the users list. This is not even a plugin from Apache. On 8-Jul-08, at 8:42 AM, Henri Gomez wrote: Any news on how to get the source of jaxws-maven-plugin via SVN ? I'd like to track in sources why the plugin try to open (and read) POM as zip when using IBM SDK and not

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Dan Tran
register an account with java.net, the url is here https://svn.dev.java.net/svn/jax-ws-commons/ On Tue, Jul 8, 2008 at 5:42 AM, Henri Gomez [EMAIL PROTECTED] wrote: Any news on how to get the source of jaxws-maven-plugin via SVN ? I'd like to track in sources why the plugin try to open (and

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
Please take this to the users list. This is not even a plugin from Apache. maven dev list is not also a list for maven plugin/mojo ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
register an account with java.net, the url is here Allready got one. https://svn.dev.java.net/svn/jax-ws-commons/ Ok I'll use my account. Next step, how to provide fixes and patches ? - To unsubscribe, e-mail: [EMAIL

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Jason van Zyl
No, it's for our development of the core and our plugins. Your questions are user questions, users also develop plugins. On 8-Jul-08, at 9:11 AM, Henri Gomez wrote: Please take this to the users list. This is not even a plugin from Apache. maven dev list is not also a list for maven

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
No, it's for our development of the core and our plugins. ok. Your questions are user questions, users also develop plugins. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
Please take this to the users list. This is not even a plugin from Apache. A question for the dev list. Did the system scope is still available with maven 2.1 ? --- dependencies dependency groupIdcom.sun/groupId artifactIdtools/artifactId

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Brett Porter
I think it should be. On 08/07/2008, at 11:46 PM, Henri Gomez wrote: Please take this to the users list. This is not even a plugin from Apache. A question for the dev list. Did the system scope is still available with maven 2.1 ? --- dependencies dependency

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
I think it should be. it should be available or no more supported ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
It will be supported. Ok, so the bug (MNG-3586) is still open, but I feel it's a problem with the tools.jar (apt) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Daniel Kulp
A possible workaround: You could try the CXF plugins. They generate JAX-WS compliant code. Dan On Jul 7, 2008, at 10:02 AM, Henri Gomez wrote: Hi to all, We still get errors with jaxws-maven-plugin when were using a non Sun JDK. DEBUG] jaxws:wsgen args: [-d,

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
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

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Dan Tran
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

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
Well the pom you could see : profiles profile !-- This is only for non MAC OS X builds, hence the property below -- iddefault-tools.jar/id activation property namejava.vendor/name valueSun Microsystems Inc./value /property

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Dan Tran
the dependeny must in buildpluginsplugin -D On Mon, Jul 7, 2008 at 8:57 AM, Henri Gomez [EMAIL PROTECTED] wrote: Well the pom you could see : profiles profile !-- This is only for non MAC OS X builds, hence the property below -- iddefault-tools.jar/id activation

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
the dependeny must in buildpluginsplugin yes, but there is no mention about this on the plugin doc ;( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Henri Gomez
BTW, I didn't get more success with tools.jar in plugin defs : [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error executing: wsgen [-d,

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Dan Tran
you may want ping java.net ws group, they own this plugin -D On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez [EMAIL PROTECTED] wrote: BTW, I didn't get more success with tools.jar in plugin defs : [INFO] [ERROR] BUILD