Please ignore my previous comment on the source directory layout (if it made
it through to the mailing list).
I can see one problem with your code: Annotation array values are written
with [] instead of {} in Groovy:
@ContextConfiguration(locations = [
"classpath*:/com/**/*-Config.xml"
])
@Test(groups = [
"myTests"
])
If you use {} here, the Groovy compiler should issue an "unexpected token"
parse error (and usually it does). If you really get an "unable to find
class" error instead, please file a Groovy bug.
--
Peter Niederwieser
Developer, Gradle
http://www.gradle.org
Trainer & Consultant, Gradleware
http://www.gradleware.com
Creator, Spock Framework
http://spockframework.org
--
View this message in context:
http://gradle.1045684.n5.nabble.com/Compilation-Failures-testCompileGroovy-for-test-which-extends-AbstractTestNGSpringContextTests-tp4262063p4263301.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email