groostav
ant.withGroovyBuilder { "zip"("destfile" to "$buildDir/archive.zip") { "fileset"("dir" to "src") { "include"("name" to "**/*.xml") "include"("name" to "**/*.txt") } } }