I am learning maven2 by following on-line book title 'Better Builds
with Maven' written by Vincent Massol, Jason van Zyl, etc.
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 required classes. 

mvn install detail is as follows.
*******************************************
[INFO] processing wsdl: C:\maven-2.0.5\sample
code\Code_Ch04\daytrader\wsappclient\src\main\resources\META-INF\wsdl\TradeServices.wsdl
May 25, 2007 4:13:44 PM org.apache.axis.utils.JavaUtils
isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler
and javax.mail.internet.MimeMultipart). Attachment support is disabled.
[INFO] ----------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------
[INFO] error executing plugin

Embedded error: WSDL2Java execution failed

************************************

what could go wrong?

thanks a lot for your help.




       
____________________________________________________________________________________Looking
 for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to