Thanx Jan. That works too but only on Ant-1.7+. I'm running the build
indirectly from a Maven pom via the ant-run plugin. Apparently Maven-ant-run
is only 1.6.5 compatible so I need more magic. I'm going to move my question
to the Maven mailing list because what I'm trying to do is a little more
involved. If you have any other clues how to simplify without getting into
extra jar dependencies please reply.


Jan.Materne wrote:
> 
> <unjar><path refid> ?
> 
> Not tested - but <unjar> should support resource sollections (and paths
> are rc's)
> 
> 
> Jan 
> 
>> -----Ursprüngliche Nachricht-----
>> Von: Clifton [mailto:[EMAIL PROTECTED] 
>> Gesendet: Freitag, 25. Januar 2008 15:28
>> An: user@ant.apache.org
>> Betreff: Re: AW: For each jar in a fileset
>> 
>> 
>> 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-tp15074819p150
>> 88491.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-tp15074819p15089412.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