Skip to content

Category Archives: Groovy

Groovy Build Script Using AntBuilder Example

As with most things in the life of a Java developer, doing simple things are simple, more complex things though are often much more complicated. For self-described slow learners such as myself, complex tasks become exponentially slower. So it has been with my adoption of the Groovy programming language. Even with the book, it’s still [...]

Groovy Ant Script- First Blush

Most every Java developer these days has written an ant script. Some of us have had the great fortune of writing a lot of ant scripts. And as cool as it is, it gets extremely tedious writing XML. Enter Groovy‘s AntBuilder. I’ve been writing some groovy scripts lately and have wanted to take a look [...]