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 ?

-- 
Regards / Pozdrawiam
Tomek Kaczanowski

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

    http://xircles.codehaus.org/manage_email


Reply via email to