You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/01 04:22:55 UTC

[jira] Deleted: (MAVEN-678) Log4JCategoryLog does not implement Log

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-678
    Summary: Log4JCategoryLog does not implement Log
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Tim McCune

    Created: Wed, 13 Aug 2003 9:43 AM
    Updated: Mon, 22 Sep 2003 11:21 PM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org