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/10/17 18:56:04 UTC

[jira] Created: (MAVEN-946) Order of entries in classpath is wrong

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

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

   Assignee: 
   Reporter: David Eric Pugh

    Created: Fri, 17 Oct 2003 11:55 AM
    Updated: Fri, 17 Oct 2003 11:55 AM

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org