I am trying out my first maven build. It's a very simple maven.xml file
using xdoclet. Here's the file:
<project>
<pregoal name="java:compile">
<attainGoal name="xdoclet:ejbdoclet"/>
</pregoal>
</project>
When I run "maven jar", I get the following exception:
File...... file:/home/tmccune/.maven/plugins/maven-xdoclet-plugin-1.2b2/
Element... deploymentdescriptor
Line...... 5419
Column.... 39
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log
It looks like there is a class-loading bug somewhere and maven is trying
to use 2 different class loaders for Log and Log4JCategoryLog. Has
anyone seen this before? I'm kind of surprised that I can't get such a
simple build to work, so I'm guessing I must just be doing something
stupid here...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]