You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Henri Gomez <he...@gmail.com> on 2008/07/07 16:02:39 UTC

jaxws-maven-plugin failure on non Sun SDK

Hi to all,

We still get errors with jaxws-maven-plugin when were using a non Sun JDK.

DEBUG] jaxws:wsgen args: [-d,
C:\workspace\slib-ws-core-service\target\classes, -cp,
C:\workspace\slib-ws-core-service\target\classes;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
-wsdl, -r, C:\workspace\slib-ws-core-service\target\classes\fr\slib\xylos\ws\resources\wsdl,
fr.slib.xylos.ws.service.CoreService]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to execute wsgen

Embedded error: com.sun.tools.apt.Main
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute wsgen
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:615)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
execute wsgen
	at org.codehaus.mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:102)
	at org.codehaus.mojo.jaxws.MainWsGenMojo.execute(MainWsGenMojo.java:14)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
	... 16 more
Caused by: java.lang.NoClassDefFoundError: com.sun.tools.apt.Main
	at com.sun.tools.ws.wscompile.WsgenTool.buildModel(WsgenTool.java:194)
	at com.sun.tools.ws.wscompile.WsgenTool.run(WsgenTool.java:119)
	at com.sun.tools.ws.WsGen.doMain(WsGen.java:69)
	at org.codehaus.mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:97)
	... 19 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Mon Jul 07 15:53:58 CEST 2008
[INFO] Final Memory: 12M/38M
[INFO] ------------------------------------------------------------------------


Did the jaxws-maven-plugin developpers are watching this list, since I
couldn't find JIRA on
https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/ ?

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Dan Tran <da...@gmail.com>.
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 <he...@gmail.com> 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 with Sun SDK.
>
> [WrapperGen - method:
> placeOrder(com.mycorp.myapp.orderbook.service.PlaceOrderRequest)]
> [method.getDeclaringType(): com.mycorp.myapp.orderbook.service.OrderService]
> [requestWrapper: com.mycorp.myapp.orderbook.service.jaxws.PlaceOrder]
> [should process method: getOrderList hasWebMethods: true ]
> [endpointReferencesInterface: false]
> [declaring class has WebSevice: true]
> [returning: true]
> [WrapperGen - method:
> getOrderList(com.mycorp.myapp.orderbook.service.OrderListRequest)]
> [method.getDeclaringType(): com.mycorp.myapp.orderbook.service.OrderService]
> [requestWrapper: com.mycorp.myapp.orderbook.service.jaxws.GetOrderList]
> [should process method: getOrderDetail hasWebMethods: true ]
> [endpointReferencesInterface: false]
> [declaring class has WebSevice: true]
> [returning: true]
> [WrapperGen - method:
> getOrderDetail(com.mycorp.myapp.orderbook.service.OrderDetailReques
> t)]
> [method.getDeclaringType(): com.mycorp.myapp.orderbook.service.OrderService]
> [requestWrapper: com.mycorp.myapp.orderbook.service.jaxws.GetOrderDetail]
> [ProcessedMethods Class: java.lang.Object]
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderDetail.java
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderDetailResponse.java
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderList.java
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderListResponse.java
> com\mycorp\myapp\orderbook\service\jaxws\OrderExceptionBean.java
> com\mycorp\myapp\orderbook\service\jaxws\PlaceOrder.java
> com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderDerivative.java
> com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderDerivativeResponse.java
> com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderResponse.java
> error: error reading
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom;
> Error opening zip file
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom
> Note:   ap round: 2
> error: error reading
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom;
> Error opening zip file
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom
> 1 error
> error: compilation failed, errors should have been reported
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
>
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
It will be supported.

On 8-Jul-08, at 10:27 AM, Henri Gomez wrote:

>> I think it should be.
>
> it should be available or no more supported ?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

Our achievements speak for themselves. What we have to keep track
of are our failures, discouragements and doubts. We tend to forget
the past difficulties, the many false starts, and the painful
groping. We see our past achievements as the end result of a
clean forward thrust, and our present difficulties as
signs of decline and decay.

  -- Eric Hoffer, Reflections on the Human Condition


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> I think it should be.

it should be available or no more supported ?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Brett Porter <br...@apache.org>.
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>
>         <groupId>com.sun</groupId>
>         <artifactId>tools</artifactId>
>         <version>1.5.0</version>
>         <scope>system</scope>
>         <systemPath>${java.home}/../lib/tools.jar</systemPath>
>      </dependency>
>    </dependencies>
>
> ---
>
> If system scope is no more supported , I could close a bug report on
> maven 2.1 (one less) ;)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> 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>
         <groupId>com.sun</groupId>
         <artifactId>tools</artifactId>
         <version>1.5.0</version>
         <scope>system</scope>
         <systemPath>${java.home}/../lib/tools.jar</systemPath>
      </dependency>
    </dependencies>

---

If system scope is no more supported , I could close a bug report on
maven 2.1 (one less) ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
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 plugin/mojo ?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

Simplex sigillum veri. (Simplicity is the seal of truth.)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
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 with Sun SDK.
>
> [WrapperGen - method:
> placeOrder(com.mycorp.myapp.orderbook.service.PlaceOrderRequest)]
> [method.getDeclaringType():  
> com.mycorp.myapp.orderbook.service.OrderService]
> [requestWrapper: com.mycorp.myapp.orderbook.service.jaxws.PlaceOrder]
> [should process method: getOrderList hasWebMethods: true ]
> [endpointReferencesInterface: false]
> [declaring class has WebSevice: true]
> [returning: true]
> [WrapperGen - method:
> getOrderList(com.mycorp.myapp.orderbook.service.OrderListRequest)]
> [method.getDeclaringType():  
> com.mycorp.myapp.orderbook.service.OrderService]
> [requestWrapper:  
> com.mycorp.myapp.orderbook.service.jaxws.GetOrderList]
> [should process method: getOrderDetail hasWebMethods: true ]
> [endpointReferencesInterface: false]
> [declaring class has WebSevice: true]
> [returning: true]
> [WrapperGen - method:
> getOrderDetail(com.mycorp.myapp.orderbook.service.OrderDetailReques
> t)]
> [method.getDeclaringType():  
> com.mycorp.myapp.orderbook.service.OrderService]
> [requestWrapper:  
> com.mycorp.myapp.orderbook.service.jaxws.GetOrderDetail]
> [ProcessedMethods Class: java.lang.Object]
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderDetail.java
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderDetailResponse.java
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderList.java
> com\mycorp\myapp\orderbook\service\jaxws\GetOrderListResponse.java
> com\mycorp\myapp\orderbook\service\jaxws\OrderExceptionBean.java
> com\mycorp\myapp\orderbook\service\jaxws\PlaceOrder.java
> com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderDerivative.java
> com\mycorp\myapp\orderbook\service\jaxws 
> \PlaceOrderDerivativeResponse.java
> com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderResponse.java
> error: error reading
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp- 
> sx-myfwk-2.0.0.pom;
> Error opening zip file
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp- 
> sx-myfwk-2.0.0.pom
> Note:   ap round: 2
> error: error reading
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp- 
> sx-myfwk-2.0.0.pom;
> Error opening zip file
> c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp- 
> sx-myfwk-2.0.0.pom
> 1 error
> error: compilation failed, errors should have been reported
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]  
> ------------------------------------------------------------------------
>
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

You are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of
dogmas or goals, it's always because these dogmas or
goals are in doubt.

   -- Robert Pirzig, Zen and the Art of Motorcycle Maintenance


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
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)]
[method.getDeclaringType(): com.mycorp.myapp.orderbook.service.OrderService]
[requestWrapper: com.mycorp.myapp.orderbook.service.jaxws.PlaceOrder]
[should process method: getOrderList hasWebMethods: true ]
[endpointReferencesInterface: false]
[declaring class has WebSevice: true]
[returning: true]
[WrapperGen - method:
getOrderList(com.mycorp.myapp.orderbook.service.OrderListRequest)]
[method.getDeclaringType(): com.mycorp.myapp.orderbook.service.OrderService]
[requestWrapper: com.mycorp.myapp.orderbook.service.jaxws.GetOrderList]
[should process method: getOrderDetail hasWebMethods: true ]
[endpointReferencesInterface: false]
[declaring class has WebSevice: true]
[returning: true]
[WrapperGen - method:
getOrderDetail(com.mycorp.myapp.orderbook.service.OrderDetailReques
t)]
[method.getDeclaringType(): com.mycorp.myapp.orderbook.service.OrderService]
[requestWrapper: com.mycorp.myapp.orderbook.service.jaxws.GetOrderDetail]
[ProcessedMethods Class: java.lang.Object]
com\mycorp\myapp\orderbook\service\jaxws\GetOrderDetail.java
com\mycorp\myapp\orderbook\service\jaxws\GetOrderDetailResponse.java
com\mycorp\myapp\orderbook\service\jaxws\GetOrderList.java
com\mycorp\myapp\orderbook\service\jaxws\GetOrderListResponse.java
com\mycorp\myapp\orderbook\service\jaxws\OrderExceptionBean.java
com\mycorp\myapp\orderbook\service\jaxws\PlaceOrder.java
com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderDerivative.java
com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderDerivativeResponse.java
com\mycorp\myapp\orderbook\service\jaxws\PlaceOrderResponse.java
error: error reading
c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom;
Error opening zip file
c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom
Note:   ap round: 2
error: error reading
c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom;
Error opening zip file
c:\maven-repository\com\mycorp\sx\myfwk\mycorp-sx-myfwk\2.0.0\mycorp-sx-myfwk-2.0.0.pom
1 error
error: compilation failed, errors should have been reported
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------


Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
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 <da...@gmail.com>:
> you may want ping java.net ws group, they own this plugin
>
> -D
>
> On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez <he...@gmail.com> wrote:
>> BTW, I didn't get more success with tools.jar in plugin defs :
>>
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Error executing: wsgen [-d,
>> C:\workspace\slib-er-go\target\classes, -cp,
>> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
>> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
>> fr.slib.erable.go.service.OrderService]
>> [INFO] ------------------------------------------------------------------------
>> [DEBUG] Trace
>> org.apache.maven.lifecycle.LifecycleExecutionException: Error
>> executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
>> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
>> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
>> fr.slib.erable.go.service.OrderService]
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>        at java.lang.reflect.Method.invoke(Method.java:615)
>>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> Caused by: org.apache.maven.plugin.MojoExecutionException: Error
>> executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
>> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
>> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
>> fr.slib.erable.go.service.OrderService]
>>        at org.codehaus.mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:98)
>>        at org.codehaus.mojo.jaxws.MainWsGenMojo.execute(MainWsGenMojo.java:14)
>>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
>>        ... 16 more
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Total time: 6 seconds
>> [INFO] Finished at: Mon Jul 07 18:13:48 CEST 2008
>> [INFO] Final Memory: 10M/36M
>> [INFO] ------------------------------------------------------------------------
>>
>>
>>
>> 2008/7/7 Henri Gomez <he...@gmail.com>:
>>>> the dependeny must in <build><plugins><plugin>
>>>
>>> yes, but there is no mention about this on the plugin doc ;(
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
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 -->
      <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>


With an IBM JDK ${java.vendor} is IBM Corporation.

Sun Microsystems Inc. is only for ${java.specification.vendor}

This profile add-on has been introduced to fix Apple JVM specific
tools location but break this plugin now on IBM JDK, both Linux and
Windows ;(

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
I'll do

2008/7/7 Dan Tran <da...@gmail.com>:
> you may want ping java.net ws group, they own this plugin
>
> -D
>
> On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez <he...@gmail.com> wrote:
>> BTW, I didn't get more success with tools.jar in plugin defs :
>>
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Error executing: wsgen [-d,
>> C:\workspace\slib-er-go\target\classes, -cp,
>> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
>> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
>> fr.slib.erable.go.service.OrderService]
>> [INFO] ------------------------------------------------------------------------
>> [DEBUG] Trace
>> org.apache.maven.lifecycle.LifecycleExecutionException: Error
>> executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
>> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
>> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
>> fr.slib.erable.go.service.OrderService]
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>        at java.lang.reflect.Method.invoke(Method.java:615)
>>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> Caused by: org.apache.maven.plugin.MojoExecutionException: Error
>> executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
>> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
>> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
>> fr.slib.erable.go.service.OrderService]
>>        at org.codehaus.mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:98)
>>        at org.codehaus.mojo.jaxws.MainWsGenMojo.execute(MainWsGenMojo.java:14)
>>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
>>        ... 16 more
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Total time: 6 seconds
>> [INFO] Finished at: Mon Jul 07 18:13:48 CEST 2008
>> [INFO] Final Memory: 10M/36M
>> [INFO] ------------------------------------------------------------------------
>>
>>
>>
>> 2008/7/7 Henri Gomez <he...@gmail.com>:
>>>> the dependeny must in <build><plugins><plugin>
>>>
>>> yes, but there is no mention about this on the plugin doc ;(
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Dan Tran <da...@gmail.com>.
you may want ping java.net ws group, they own this plugin

-D

On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez <he...@gmail.com> wrote:
> BTW, I didn't get more success with tools.jar in plugin defs :
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error executing: wsgen [-d,
> C:\workspace\slib-er-go\target\classes, -cp,
> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
> fr.slib.erable.go.service.OrderService]
> [INFO] ------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Error
> executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
> fr.slib.erable.go.service.OrderService]
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>        at java.lang.reflect.Method.invoke(Method.java:615)
>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Error
> executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
> C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
> -wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
> fr.slib.erable.go.service.OrderService]
>        at org.codehaus.mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:98)
>        at org.codehaus.mojo.jaxws.MainWsGenMojo.execute(MainWsGenMojo.java:14)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
>        ... 16 more
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 6 seconds
> [INFO] Finished at: Mon Jul 07 18:13:48 CEST 2008
> [INFO] Final Memory: 10M/36M
> [INFO] ------------------------------------------------------------------------
>
>
>
> 2008/7/7 Henri Gomez <he...@gmail.com>:
>>> the dependeny must in <build><plugins><plugin>
>>
>> yes, but there is no mention about this on the plugin doc ;(
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
BTW, I didn't get more success with tools.jar in plugin defs :

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing: wsgen [-d,
C:\workspace\slib-er-go\target\classes, -cp,
C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
-wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
fr.slib.erable.go.service.OrderService]
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error
executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
-wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
fr.slib.erable.go.service.OrderService]
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:615)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error
executing: wsgen [-d, C:\workspace\slib-er-go\target\classes, -cp,
C:\workspace\slib-er-go\target\classes;c:\maven-repository\fr\slib\er\slib-er-core\1.0.0-SNAPSHOT\slib-er-core-1.0.0-SNAPSHOT.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb-impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx-canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils\2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz\1.5.2\quartz-1.5.2.jar;c:\maven-repository\net\sf\jt400\jt400-full\6.2\jt400-full-6.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib-erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven-repository\fr\slib\mk\slib-mk-rif\1.5.0-3\slib-mk-rif-1.5.0-3.jar;c:\maven-repository\fr\slib\er\slib-er-mkt\2.0.0-SNAPSHOT\slib-er-mkt-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\mk\slib-mk-rnf\1.5.0-1\slib-mk-rnf-1.5.0-1.jar;c:\maven-repository\fr\slib\er\slib-er-pf\2.0.0-SNAPSHOT\slib-er-pf-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-ca\2.0.0-SNAPSHOT\slib-er-ca-2.0.0-SNAPSHOT.jar;c:\maven-repository\fr\slib\er\slib-er-vl\2.0.0-SNAPSHOT\slib-er-vl-2.0.0-SNAPSHOT.jar;C:\ibm-j2sdk1.5.0\jre\..\lib\tools.jar;c:\maven-repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c:\maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c:\maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository\javax\activation\activation\1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository\com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c:\maven-repository\com\sun\org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet\mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib\maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
-wsdl, -r, C:\workspace\slib-er-go\target\classes\fr\slib\erable\go\resources\wsdl,
fr.slib.erable.go.service.OrderService]
	at org.codehaus.mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:98)
	at org.codehaus.mojo.jaxws.MainWsGenMojo.execute(MainWsGenMojo.java:14)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
	... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Mon Jul 07 18:13:48 CEST 2008
[INFO] Final Memory: 10M/36M
[INFO] ------------------------------------------------------------------------



2008/7/7 Henri Gomez <he...@gmail.com>:
>> the dependeny must in <build><plugins><plugin>
>
> yes, but there is no mention about this on the plugin doc ;(
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> the dependeny must in <build><plugins><plugin>

yes, but there is no mention about this on the plugin doc ;(

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Dan Tran <da...@gmail.com>.
the dependeny must in <build><plugins><plugin>

-D

On Mon, Jul 7, 2008 at 8:57 AM, Henri Gomez <he...@gmail.com> wrote:
> 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 <da...@gmail.com>:
>> 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 <he...@gmail.com> 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: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
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 <da...@gmail.com>:
> 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 <he...@gmail.com> 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: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Dan Tran <da...@gmail.com>.
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 <he...@gmail.com> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Henri Gomez <he...@gmail.com>.
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Daniel Kulp <dk...@apache.org>.
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,
> C:\workspace\slib-ws-core-service\target\classes, -cp,
> C:\workspace\slib-ws-core-service\target\classes;c:\maven-repository 
> \com\sun\xml\ws\jaxws-rt\2.1.4\jaxws-rt-2.1.4.jar;c:\maven-repository 
> \javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c:\maven-repository 
> \javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c:\maven-repository 
> \javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c:\maven-repository 
> \javax\activation\activation\1.1\activation-1.1.jar;c:\maven- 
> repository\javax\xml\soap\saaj-api\1.3\saaj-api-1.3.jar;c:\maven- 
> repository\javax\annotation\jsr250-api\1.0\jsr250-api-1.0.jar;c: 
> \maven-repository\javax\jws\jsr181-api\1.0-MR1\jsr181-api-1.0- 
> MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb-impl\2.1.7\jaxb- 
> impl-2.1.7.jar;c:\maven-repository\com\sun\xml\messaging\saaj\saaj- 
> impl\1.3.1\saaj-impl-1.3.1.jar;c:\maven-repository\com\sun\xml\stream 
> \buffer\streambuffer\0.7\streambuffer-0.7.jar;c:\maven-repository\org 
> \jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c:\maven-repository\com\sun 
> \xml\stream\sjsxp\1.0.1\sjsxp-1.0.1.jar;c:\maven-repository\com\sun 
> \org\apache\xml\internal\resolver\20050927\resolver-20050927.jar;c: 
> \maven-repository\org\jvnet\mimepull\1.2\mimepull-1.2.jar;c:\maven- 
> repository\fr\slib\sx\canopee\slib-sx-canopee\2.0.0\slib-sx- 
> canopee-2.0.0.pom;c:\maven-repository\fr\slib\sx\canopee\slib-jutils 
> \2.0.0-9\slib-jutils-2.0.0-9.jar;c:\maven-repository\quartz\quartz 
> \1.5.2\quartz-1.5.2.jar;c:\maven-repository\fr\slib\sx\canopee\slib- 
> erable-framework\2.0.0-9\slib-erable-framework-2.0.0-9.jar;c:\maven- 
> repository\com\sun\xml\ws\jaxws-tools\2.1.3\jaxws-tools-2.1.3.jar;c: 
> \maven-repository\com\sun\xml\ws\jaxws-rt\2.1.3\jaxws-rt-2.1.3.jar;c: 
> \maven-repository\javax\xml\ws\jaxws-api\2.1\jaxws-api-2.1.jar;c: 
> \maven-repository\javax\xml\bind\jaxb-api\2.1\jaxb-api-2.1.jar;c: 
> \maven-repository\javax\xml\stream\stax-api\1.0\stax-api-1.0.jar;c: 
> \maven-repository\javax\activation\activation 
> \1.1\activation-1.1.jar;c:\maven-repository\javax\xml\soap\saaj-api 
> \1.3\saaj-api-1.3.jar;c:\maven-repository\javax\annotation\jsr250-api 
> \1.0\jsr250-api-1.0.jar;c:\maven-repository\javax\jws\jsr181-api\1.0- 
> MR1\jsr181-api-1.0-MR1.jar;c:\maven-repository\com\sun\xml\bind\jaxb- 
> impl\2.1.6\jaxb-impl-2.1.6.jar;c:\maven-repository\com\sun\xml 
> \messaging\saaj\saaj-impl\1.3\saaj-impl-1.3.jar;c:\maven-repository 
> \com\sun\xml\stream\buffer\streambuffer\0.7\streambuffer-0.7.jar;c: 
> \maven-repository\org\jvnet\staxex\stax-ex\1.2\stax-ex-1.2.jar;c: 
> \maven-repository\com\sun\xml\stream\sjsxp\1.0\sjsxp-1.0.jar;c: 
> \maven-repository\com\sun\org\apache\xml\internal\resolver 
> \20050927\resolver-20050927.jar;c:\maven-repository\org\jvnet 
> \mimepull\1.1\mimepull-1.1.jar;c:\maven-repository\com\sun\xml\bind 
> \jaxb-xjc\2.1.6\jaxb-xjc-2.1.6.jar;c:\maven-repository\org\codehaus 
> \plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\maven\lib 
> \maven-2.0.9-uber.jar;C:\maven\lib\maven-2.0.9-uber.jar,
> -wsdl, -r, C:\workspace\slib-ws-core-service\target\classes\fr\slib 
> \xylos\ws\resources\wsdl,
> fr.slib.xylos.ws.service.CoreService]
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Failed to execute wsgen
>
> Embedded error: com.sun.tools.apt.Main
> [INFO]  
> ------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to  
> execute wsgen
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java: 
> 583)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java: 
> 478)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeTaskSegments(DefaultLifecycleExecutor.java:291)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun 
> .reflect 
> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
> 	at  
> sun 
> .reflect 
> .DelegatingMethodAccessorImpl 
> .invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:615)
> 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java: 
> 315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: 
> 430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> execute wsgen
> 	at  
> org 
> .codehaus 
> .mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:102)
> 	at org.codehaus.mojo.jaxws.MainWsGenMojo.execute(MainWsGenMojo.java: 
> 14)
> 	at  
> org 
> .apache 
> .maven 
> .plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java: 
> 451)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java: 
> 558)
> 	... 16 more
> Caused by: java.lang.NoClassDefFoundError: com.sun.tools.apt.Main
> 	at com.sun.tools.ws.wscompile.WsgenTool.buildModel(WsgenTool.java: 
> 194)
> 	at com.sun.tools.ws.wscompile.WsgenTool.run(WsgenTool.java:119)
> 	at com.sun.tools.ws.WsGen.doMain(WsGen.java:69)
> 	at  
> org 
> .codehaus 
> .mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:97)
> 	... 19 more
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Total time: 5 seconds
> [INFO] Finished at: Mon Jul 07 15:53:58 CEST 2008
> [INFO] Final Memory: 12M/38M
> [INFO]  
> ------------------------------------------------------------------------
>
>
> Did the jaxws-maven-plugin developpers are watching this list, since I
> couldn't find JIRA on
> https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/ ?
>
> Regards
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org