----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 6:03 AM
Subject: how to reduce the number of filesets in copy task


> Hello,
>
> I was wondering if the following can be simplified.
> Can all these fileset tasks can be merged into one while still achieving
the same effect?
> I thought maybe someone on the list may know...
>
>     <target name="compile" depends="init">
>
>         <!-- Copy all the sources to the $build.src directory -->
>         <copy todir="${build.src}" preservelastmodified="yes">
>             <fileset dir="${src.dir}/ApacheJServ"
>              includes="**/*.java"/>
>             <fileset dir="${src.dir}/HTTPClient"
>              includes="**/*.java"/>
>             <fileset dir="${src.dir}/dnsjava"
>              includes="**/*.java"/>
>             <fileset dir="${src.dir}/ecs/src/java"
>              includes="**/*.java"/>
>         </copy>
>
> Thank you,
> Otis
>
>
> _________________________________________________________________
> iVillage.com: Solutions for Your Life
> Check out the most exciting women's community on the Web
> http://www.ivillage.com

Reply via email to