great...thanks for the tip! regards, Bo ________________________________
From: Kulp, John Daniel Sent: Mon 10/23/2006 5:27 PM To: [email protected] Cc: Lin, Bozhong Subject: Re: ant in distribution? On Monday October 23 2006 11:18 am, Bozhong Lin wrote: > Does anyone know why do we have to include ant-1.6.5.jar and > ant-nodeps-1.6.5.jar in CXF distribution? > > Thanks, > Bo I just took care of this. The common/metacode had a direct dependency on common/xsd for some reason. common/xsd is a maven-plugin and thus probably should not be packaged and also should not be directly depended on. Removing that caused the ant jars to go away. FYI: in distribution: if you do "mvn -X -e" and pipe that to a file, if you can parse through all the junk maven prints out, you can see basic dependency trees so you can see why something is included. Enjoy! -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED]
