Re: quick question

2002-02-04 Thread Stefan Bodewig
On Thu, 31 Jan 2002, Igor Fedulov [EMAIL PROTECTED] wrote: Docs don't say that I can do something like this: in nightly builds, that is. unjar src=?? dest=${build.dest} fileset dir=./lib include name=**/*.jar/ include name=**/*.zip/ /fileset /unjar Don't use anything for

Re: quick question

2002-01-31 Thread Michael Brailsford
As far as I know there is no such thing as an unjar command. Instead use jar x filename which will extract all files from the jar. -Michael On Thu, Jan 31, 2002 at 11:18:39AM -0600, Igor Fedulov wrote: Dear Ant users: How can I unjar all files in build/lib directory into build directory

Re: quick question

2002-01-31 Thread Igor Fedulov
As far as I know there is no such thing as an unjar command. Instead use jar x filename which will extract all files from the jar. There is together with unzip, untar, unjar, unwar and etc in Built-in Tasks/Core Tasks... Best regards, -- HTTP is a stateless protocol, and the Internet is a

RE: quick question

2001-05-02 Thread Aarti Chandnani
Title: quick question actually i made it an optional jar, dont bother -Original Message-From: Aarti Chandnani Sent: Wednesday, May 02, 2001 1:50 PMTo: '[EMAIL PROTECTED]'Subject: quick question I have written a task of my own. If I make it to be in