On 24/02/10 8:42 AM, Tomek Kaczanowski wrote:
Hello All,

TestNG reporters used to work nice with gradle 0.8 (as described here
http://docs.codehaus.org/display/GRADLE/Cookbook#Cookbook-addreporters)
but no report is generated with the Gradle 0.9-20100222190125+0300 SNAPSHOT

I tried to update this section:
test {
   useTestNG()
   options {
     listeners<<
'org.uncommons.reportng.HTMLReporter,org.uncommons.reportng.JUnitXMLReporter'
     useDefaultListeners = false
   }
}
following information found on breaking changes page
(http://docs.codehaus.org/display/GRADLE/Gradle+0.9+Breaking+Changes#Gradle0.9BreakingChanges-TestNG)
but couldn't figure it out.

Any hints ?


I haven't quite finished hooking up all of the TestNG options for the new test execution code. I will do that today.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to