Creating a Zipfile with AntBuilder
This is an example of the groovy antbuilder to create a zipfile.
(more…)
Create a directory with AntBuilder
This creates a directory with the groovy AntBuilder.
(more…)
Create a zipfile
Creating a zipfile in groovy is pretty simple.
(more…)
Create a directory
This snippet shows how to create new directories in groovy.
(more…)
Creating a temporary file
Making an existing file temporary this will delete the file on programm termination.
(more…)
Create new file
Create a new file with groovy.