Sunday, 6 January 2008
Could Groovy / Gant be a replacement for Maven 2?
I don't like Maven 2 for various reasons but the most important one is that the developer team dumped the Jelly Scripting in favor of the Java class approach they call Mojos. First I was thinking to create a Groovy plugin for Maven 2 to inject the ability of scripting but I thought that the other problems around Maven 2 are severe enough that I would warrant a complete rewrite putting Groovy into the center rather than adding it on the side lines.
keep on reading herePosted by at 10:33 PM in Java
[Trackback URL for this entry]

hey andy
check out ant contrib(http://ant-contrib.sourceforge.net/tasks/tasks/index.html) for if/for support in ant scipts and much more.
have fun
-Sid