PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3074 *** shadow/3074 Fri Aug 10 00:27:33 2001 --- shadow/3074.tmp.27327 Fri Aug 10 00:27:33 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | Has fileset parameter on unjar, untar, unzip | + +----------------------------------------------------------------------------+ + | Bug #: 3074 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Enhancement OS/Version: All | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + It will be great to have the possibility to have fileset + with the unzip, untar, unjar task. In my case it is for + j2me (cldc) preverify case. The preverify only accept + classes and not jar file. So I have to unjar a set of + jar file. This jar files list is in a property (constructed + thanks to several ant files on differents modules) + Or in a generic way a task like apply but not with an external + command but with a ant task. + Thank you in advance. \ No newline at end of file
