You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Yves Martin <yv...@elca.ch> on 2005/02/01 14:32:13 UTC

How to scan files in a jar file ?

   Hello,

 I would like to create the list of resources stored in a jar file which match
 patterns - like FileSet and DirectoryScanner does but directly on a jar
 without unpacking it of course.

 Thank you in avdance for your help
-- 
Yves Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: How to scan files in a jar file ?

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 01 Feb 2005, Yves Martin <yv...@elca.ch> wrote:

>  I would like to create the list of resources stored in a jar file
>  which match patterns - like FileSet and DirectoryScanner does but
>  directly on a jar without unpacking it of course.

oata.types.ZipFileSet/ZipScanner may be what you want.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org