RSS Feed

New Adventures in Software


Using ReportNG with Gradle

Posted in Java by Dan on December 9th, 2009

Tomek Kaczanowski has written a blog post showing how to use ReportNG with Gradle (an alternative build system for Java/Groovy/Scala). I’ve never used Gradle but it seems to have two things in its favour.  Firstly, it uses Groovy syntax rather than the cumbersome XML employed by Ant. Secondly, it’s not Maven. Maybe I should try it out some day?

One Response to 'Using ReportNG with Gradle'

Subscribe to comments with RSS

  1. Toby Jungen said,

    on December 10th, 2009 at 2:56 pm

    Along similar lines, you may want to take a look at Simple Build Tool (SBT): http://code.google.com/p/simple-build-tool/

    It’s the same sort of idea, but with configuration done in Scala instead of Groovy.