David J. M. Karlsen wrote: > I'm getting another issue on another project. > It builds fine on maven 2.0.5, with the snapshot I get a problem with > xdoclet - see the attached log. > > > this realm = app0.child-container[org.codehaus.mojo:xdoclet-maven-plugin] ... > urls[10] = file:/heim/ab62939/.m2/repository/ant/ant/1.5.2/ant-1.5.2.jar ... > urls[13] = > file:/heim/ab62939/.m2/repository/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar ... > [INFO] Internal error in the plugin manager executing goal > 'org.codehaus.mojo:xdoclet-maven-plugin:1.0-beta-1-SNAPSHOT:xdoclet': Unable > to find the mojo 'org.codehaus.mon the plugin > 'org.codehaus.mojo:xdoclet-maven-plugin' > org/apache/tools/ant/PropertyHelper
I've seen this same error with some projects under 2.0.5. It's a NoClassDefFound of org/apache/tools/ant/PropertyHelper because of mismatched ant and ant-launcher jars. If changing from 2.0.5 to 2.0.6 provokes this - was there any sort of change in dependency resolution algorithm in 2.0.6? Max. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
