I'm sorry, yes that works but what I really meant to ask was how can I unjar
each entry from a path reference? I've got it working using beanshell which
is rather ugly and unportable. I need this to run on other dev boxes without
the hassle of installing the bsf jar and dependencies and the bsh jar. I'm
really having a hard time here.

Jan.Materne wrote:
> 
> Just
> <unjar><fileset/></unjar>
> 
> Tested example
>     <property name="lib.dir" location="${ant.home}/lib"/>
>     <property name="dest.dir" value="extracted"/>
> 
>     <delete dir="${dest.dir}"/>
>     <mkdir dir="${dest.dir}"/>
>     <unjar dest="${dest.dir}">
>         <fileset dir="${lib.dir}"
> includes="**/*launcher*.jar,**/*nodeps*.jar"/>
>     </unjar>
> 
> 
> 
> Jan
> 
> 
>> -----Ursprüngliche Nachricht-----
>> Von: Clifton [mailto:[EMAIL PROTECTED] 
>> Gesendet: Donnerstag, 24. Januar 2008 21:58
>> An: user@ant.apache.org
>> Betreff: For each jar in a fileset
>> 
>> 
>> I need to unjar each jar in a fileset. What's the easiest 
>> approach without
>> getting into extra libs, scripting and what not?
>> -- 
>> View this message in context: 
>> http://www.nabble.com/For-each-jar-in-a-fileset-tp15074819p150
>> 74819.html
>> Sent from the Ant - Users mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/For-each-jar-in-a-fileset-tp15074819p15088491.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to