The following comment has been added to this issue:
Author: Caoilte O'Connor
Created: Wed, 15 Dec 2004 4:19 AM
Body:
I concur. Eclipse can now more closely mirror the correct maven behaviour. I
have to manually change (using the GUI)
<classpathentry kind="src" path="src/test/java"/>
to,
<classpathentry output="target/test-classes" kind="src" path="src/test/java"/>
in the .classpath after every time I run the eclipse plugin. It should be
possible to autogenerate this very easily from
<unitTestSourceDirectory>
${basedir}/src/test/java
</unitTestSourceDirectory>
in the project.xml
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPECLIPSE-61?page=comments#action_28042
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPECLIPSE-61
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPECLIPSE-61
Summary: Support different output folders for differnet source folders
Type: Improvement
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-eclipse-plugin
Versions:
1.9
Assignee:
Reporter: Leo Fang
Created: Thu, 9 Dec 2004 3:36 PM
Updated: Wed, 15 Dec 2004 4:19 AM
Environment: Maven 1.0.2 and Maven-Eclipse-Plugin 1.9 on Windows 2000
Description:
Eclipse 3.0 allows different output folders for differnet source folders in
Java Build Path configuration. Currently only test source files can be compiled
to the ${maven.eclipse.test.output.dir} folder.
Is Maven-Eclipse-Plugin going to support this?
---------------------------------------------------------------------
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]