You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Marc Poulin <mc...@vindigo.com> on 2002/06/05 21:58:22 UTC

maintain order within a fileset

Hi,
 I have a target that looks like this:

 <apply executable="somedir/doit.sh">
   <fileset dir="datadir">
      <include name="first" />
      <include name="second" />
      <include name="third" />
      <include name="fourth" />
   </fileset>
 </apply>

What I want to happen is for the included files to be applied in the order
listed to the doit.sh executable.  Unfortunately, it looks like ant (v1.4.1)
puts all the included files in some sort of arbitrary order.  Is there a way
to force it to evaluate them in order?

Thanks,
m

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>