Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-946


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-946
    Summary: Order of entries in classpath is wrong
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-test
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-rc2

   Assignee: 
   Reporter: David Eric Pugh

    Created: Fri, 17 Oct 2003 11:55 AM
    Updated: Fri, 17 Oct 2003 6:59 PM

Description:
We found a small bug in hibernate.  So we patched it, and while we get the bug into 
the main source tree, we put it in our source tree.  When we run our unit tests in 
eclipse things work fine because the classpath has the .class files being loaded 
first.  And our webapp works fine because tomcat loads the contents of /classes and 
then /lib.  However, maven seems to build the classpath so that the dependencies in 
the project.xml go first, and then the /target/classes, /target/test-classes, and then 
the plugin dependencies.  I think the test plugin should put the /target/classes and 
/target/test-clases first, and then load the project.xml dependencies.


---------------------------------------------------------------------
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]

Reply via email to