Re: Parse jar:file prefix to Resource

2014-12-21 Thread Antoine Levy Lambert
Hello Matt, The ZipFileSet type is something that you can use. if you put in your custom task something like void addZipFileSet(ZipFileSet zfs) { } this will match with your custom task looking like You can also download the sources of Ant to see how Ant is written

RE: Parse jar:file prefix to Resource

2014-12-18 Thread Martin Gainty
Matt At the Directory Level: You can grab all the filtered jars you need with and and tags e.g. looking inside a jar ...i think it might be best to leverage JarFileIterator javap JarFileIterator.class pr