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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to