The following comment has been added to this issue:
Author: David Eric Pugh
Created: Fri, 17 Oct 2003 11:59 AM
Body:
I just update my maven, and I didn't realize how stale it was.. The problem was
fixed.. Please cancel this bug..
Eric
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]