I am converting a ant build to a gradle build. The ant jarbundler task works except for the inclusion of the runtime dependencies. Jarbundler uses an nested datatype task ‘jarfilelist’ for this. Assuming that all jars are already collected in one directory than, works in ant.