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
> using unjar? Docs don't say that I can do something like this:
>
> <unjar src="??" dest="${build.dest}">
> <fileset dir="./lib">
> <include name="**/*.jar"/>
> <include name="**/*.zip"/>
> </fileset>
> </unjar>
>
> Please help!
>
> --
> Best regards,
> --
> HTTP is a stateless protocol, and the Internet is a stateless development
> environment
> --
> Igor Fedulov
> E-mail : [EMAIL PROTECTED]
> Work Ph: 773.775.1595
> Home Ph: 773.281.8938
> Cell Ph: 773.580.5935
>
>
>
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>