Re: [gradle-user] testng

2009-02-26 Thread GaryMcWilliams
listener: 'org.testng.reporters.JUnitXMLReporter', > outputdir: testResultsDir) { > classfileset(dir: testClassesDir) > } > } > } > > Levi > > On Thu, Feb 26, 2009 at 3:00 PM, GaryMcWilliams > wrote: > >> >> Idiot! >> >> ok,

Re: [gradle-user] testng

2009-02-26 Thread GaryMcWilliams
nning? GaryMcWilliams wrote: > > complete noob here trying to use gradle against a small project. Can get > it all working except the testng tests. I searched the forum here, got > some hits against testng, but nothing that give a poor noob any real help! > Anyone offer any hints

[gradle-user] testng

2009-02-26 Thread GaryMcWilliams
complete noob here trying to use gradle against a small project. Can get it all working except the testng tests. I searched the forum here, got some hits against testng, but nothing that give a poor noob any real help! Anyone offer any hints on getting my testNG tests to run? - I note a referenc