Infinitest for Eclipse not detecting changes to groovy classes
Reported by benrady (at gmail) | October 13th, 2009 @ 05:11 PM
From Chad Gorshing:
I didn't specify in twitter, but I'm using Eclipse/Galileo along with the Groovy plugin (the V2.0 alpha release from http://groovy.codehaus.org/Eclipse+Plugin).
I can make changes to FooTest and Infinitest recognizes the changes and runs the test. But if I change the Foo class, I get the message 'No related tests found for last change.'
I've tried extending both TestCase and GroovyTestCase and I get the same results.
The Groovy files are being compiled as I have decompiled the *.class files to see if something stood out wrong.
I'm kind of lost on to diagnose the problem, what could I do?
Comments and changes to this ticket
-
benrady (at gmail) October 13th, 2009 @ 05:14 PM
Groovy support in Eclipse is quite experimental. There are a number of issues, not the least of which is marker placement.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Continuous Test Runner for Java