To demonstrate the use of the above, I will use a simple Java class called TimeZoneIDs.java, whose code listing is shown next. package dustin.examples; import java.util.Arrays; import ...
In the post AntBuilder: Groovy Meets Ant, I talked about how AntBuilder combines the best of Ant with Groovy. The Groovy Almanac post Using Ant build.xml and Antbuilder demonstrates how easy it is to ...