[ 
http://jira.codehaus.org/browse/MECLIPSE-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174563#action_174563
 ] 

Joerg Schaible commented on MECLIPSE-554:
-----------------------------------------

Why not introduce an order like

src/test/resources
src/main/java
src/main/resources
src/test/java

as it is not possible to generate two Java files with the same name in 
src/main/java and src/test/java without Eclipse complaining anyway. All issues 
related classpath ordering are due to the test resources only that should be 
located first. If no test resources are available, the order in Eclipse will be 
quite like it was with 2.5.x.

> [regression] Order of source folders in build classpath reversed
> ----------------------------------------------------------------
>
>                 Key: MECLIPSE-554
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-554
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: Core : Dependencies resolution and build path 
> (.classpath)
>    Affects Versions: 2.6
>            Reporter: Gregor Heine
>            Assignee: Arnaud Heritier
>
> Up to version 2.5.1 the order of source folders was:
> src/main/java
> src/main/resources
> src/test/java
> src/test/resources
> In 2.6 the test folders now appear before the main folders:
> src/test/java
> src/test/resources
> src/main/java
> src/main/resources

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to