[ 
http://jira.codehaus.org/browse/MCOMPILER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210120#action_210120
 ] 

Stephane Nicoll commented on MCOMPILER-119:
-------------------------------------------

well, seems weird. Please run mvn with the -X flag and redirect the output to a 
file (mvn clean install -X > output.log would do). Attach the log file here so 
that we can have a look

> classes from src/main/java are coppied to target/test-classes
> -------------------------------------------------------------
>
>                 Key: MCOMPILER-119
>                 URL: http://jira.codehaus.org/browse/MCOMPILER-119
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.2
>         Environment: The problem occurs on both Windows and Linux
>            Reporter: Pavel Genevski
>         Attachments: effectivePom.xml
>
>
> When I rebuild my project I notice that main classes from src/main/java are 
> coppied to target/test-classes. The consequence for me is that Eclipse JUnit 
> runner uses the (possibly stale) versions of the main classes from 
> target/test-classes. For example, if I modify a class from main JUnit runner 
> doesn't see the changes until I do a clean rebuild of the project with maven. 
> I checked the eclipse project export order (Properties/Java Build Path/Order 
> and Export)and it seems OK (src/main, src/resources, src/test/java). 
>  
> This behavior must have been introduced recently because I checked the 
> target/test-classes folder on a system, on which I havent ran a full rebuild 
> recently and it only contained the test classes.

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