Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-678 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-678 Summary: Log4JCategoryLog does not implement Log Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-other Versions: 1.0-beta-10 Assignee: Reporter: Tim McCune Created: Wed, 13 Aug 2003 9:43 AM Updated: Wed, 13 Aug 2003 9:43 AM Environment: Red Hat 9, JDK 1.4.1 Description: 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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
