Re: WSDL2Java execution failed

2007-05-31 Thread Wayne Fay
I don't use this plugin myself, so I'm just shooting in the dark, but have you tried truetrue in the axistools configuration to hopefully get more information out of the plugin while its executing? There are other configuration items you can use listed on this page: http://mojo.codehaus.org/axisto

Re: WSDL2Java execution failed

2007-05-31 Thread xiaojie han
ls:wsdl2java {execution: default}] > > [INFO] about to add compile source root > > [INFO] processing wsdl: C:\maven-2.0.5\sample > > > code\Code_Ch04\daytrader\wsappclient\src\main\resources\META-INF\wsdl\ > > TradeServices.wsdl > > May 31, 2007 8:23:14 AM

Re: WSDL2Java execution failed

2007-05-31 Thread Wayne Fay
Attachment support is disabled. [INFO] [ERROR] BUILD ERROR [INFO] [INFO] error executing plugin Embedded error: WSDL2Java execution failed unknow

Re: WSDL2Java execution failed

2007-05-31 Thread xiaojie han
NFO] [ERROR] BUILD ERROR [INFO] [INFO] error executing plugin Embedded error: WSDL2Java execution failed unknown protocol: c [I

Re: WSDL2Java execution failed

2007-05-30 Thread Thorsten Heit
Hi, as I said, .m2\repository\javax exists or not will make no effect on the mvn install. 1. if no such directory, mvn install dailed. 2. install those directory by hand, mvn install still failed. 3. install those directory using mvn install:install-file , still no luck. Can you try to rem

Re: WSDL2Java execution failed

2007-05-30 Thread xiaojie han
Ch04\daytrader\wsappclient\src\main\resources\ > > META-INF\wsdl\TradeServices.wsdl > > May 29, 2007 9:56:18 AM org.apache.axis.utils.JavaUtils > > isAttachmentSupported > > WARNING: Unable to find required classes ( > > javax.activation.DataHandler and >

Re: WSDL2Java execution failed

2007-05-30 Thread Ravi Luthra
ecuting plugin Embedded error: WSDL2Java execution failed unknown protocol: c [INFO] [INFO] For more information, run Maven with the -e switch [INFO] [INFO] Total time: 4 s

Re: WSDL2Java execution failed

2007-05-29 Thread xiaojie han
upport is disabled. [INFO] [ERROR] BUILD ERROR [INFO] [INFO] error executing plugin Embedded error: WSDL2Java execution failed unknown protocol

Re: WSDL2Java execution failed

2007-05-26 Thread Thorsten Heit
Hi, I tried to build chapter4 daytrader example by manually adding javax.mail and javax.activation jar to the local repository as [..]\.m2\repository\javax\mail\mail\1.4\mail-1.4.jar and [..]\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar However, it still said unable to find

WSDL2Java execution failed

2007-05-25 Thread xiaojie han
led. [INFO] [ERROR] BUILD ERROR [INFO] [INFO] error executing plugin Embedded error: WSDL2Java execution failed what could go wrong? thanks a lo