[ 
https://issues.apache.org/jira/browse/BUILDR-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574532#comment-13574532
 ] 

Antoine Toulme commented on BUILDR-661:
---------------------------------------

Chris, I think you have set up your Eclipse's project's output to be 
target/classes. 
The new .class file is compiled by Eclipse, and Buildr doesn't see the changes 
because Eclipse sets up the timestamp on the .class file.

Ideally, you'd want to have Eclipse compile classes in a different target 
folder, like bin. This way both systems are independent. That's what I have 
done on most of my projects.
It sometimes cannot work if you are adding class files through antlr or similar 
practices.
                
> Buildr test behavior with Eclipse Juno
> --------------------------------------
>
>                 Key: BUILDR-661
>                 URL: https://issues.apache.org/jira/browse/BUILDR-661
>             Project: Buildr
>          Issue Type: Bug
>          Components: Test frameworks
>    Affects Versions: 1.4.9
>         Environment: OS X 10.8.2, Java 6, Eclipse Juno 
>            Reporter: Chris Bozic
>              Labels: buildr, detection, eclipse, last-modified, test
>         Attachments: buildr-test-proj.tgz
>
>
> Buildr does not detected changes to test classes src/test/java made in 
> Eclipse Juno when no changes occur in src/main/java.
> For more information:
> http://buildr.markmail.org/search/?q=#query:+page:1+mid:fflz2y4m7kvubo2j+state:results

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to