Contribute: use zipfileset to extract sub-path of zips

2007-08-08 Thread Michael Zhou
this way, any tasks use zipfileset do not need to be changed. For example, Michael Zhou <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Contribute: use zipfileset to extract sub-path of zips (with patch)

2007-08-08 Thread Michael Zhou
null) ? "" + : basedir; +} + +/** * Creates a scanner for this type of archive. * @return the scanner. */ @@ -250,6 +288,7 @@ } ArchiveScanner as = newArchiveScanner(); as.setSrc(src

Re: Contribute: use zipfileset to extract sub-path of zips

2007-08-08 Thread Michael Zhou
rver > Systems Management Tools Architecture & Development > > > > > > Michael Zhou <[EMAIL PROTECTED]> wrote on 08/08/2007 04:38:31 AM: > > > I used to build a jar file (or any zip-format file: war, ear, etc.), > > which contents are extracted from ot