Search in zipfile
This example will search for 1.txt in the zipfile test.zip and print out the result.
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…)
List the contents of a zip file
This snippets shows how to list the contents of a zip file.
(more…)