SSH with Groovy and Antbuilder
This examples show how to use the ant ssh task with the Antbuilder in groovy.
(more…)
SCP with Groovy and Antbuilder
This example shows the usage of the ant scp task with the AntBuilder.
(more…)
List directory contents with AntBuilder
This shows how to list the content of a directory with AntBuilder.
(more…)
Run Groovy in AntBuilder
This is a nonsense example of how to run groovy code with the groovy task in AntBuilder.
(more…)
Creating a Zipfile with AntBuilder
This is an example of the groovy antbuilder to create a zipfile.
(more…)
Using Ant build.xml and Antbuilder
This show how to combine the Ant build.xml and the groovy AntBuilder.
(more…)
HelloWorld with AntBuilder
This shows you how print “HelloWorld” with the groovy AntBuilder.
(more…)
Deleting a directory with AntBuilder
Deleting a directory with the AntBuilder is simple.
(more…)
Create a directory with AntBuilder
This creates a directory with the groovy AntBuilder.
(more…)