Hi Neil, another question, What kind of tests are located in your src/test/java directory? framework (junit or testng) and version?
regards, René Am 03.02.11 00:49, schrieb Neil Chaudhuri: > I am an experienced Java developer and Maven user, and I am evaluating Gradle > for a possible transition. So far I have my multi-module project building > nicely and quite cleanly, but when I run "gradle test," Gradle isn't finding > any of my test classes. My layout follows the Maven, and I thought Gradle, > conventions precisely: > > --myproj > ----build.gradle > ----src > ----main > ----java > ----resources > ----test > ----java > ---------------Test source all here > ----resources > > After studying the manual, I figured that the testing sourceSet defaulted to > what I have above, but perhaps I was wrong. Any insight into whatever silly > thing I have misconfigured is appreciated. > > Thanks. > > > -- ------------------------------------ Rene Groeschke [email protected] http://www.breskeby.com http://twitter.com/breskeby ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
