You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Nau, Michael" <Mi...@pyxis.com> on 2002/12/09 18:37:22 UTC

Order of files within a fileset

How is the order files are loaded from a fileset determined? It seems to be
system dependent. I get different results for the following ant code running
on different systems (1 system is Win XP, the other is Win 2000). There are
about 20 jars in "${build.lib.dir}"

-----8<---------------------------------------------------------------

<path id="client.cp">
  <fileset dir="${build.lib.dir}"/>
/path>

<pathconvert property="client.cp.formatted" pathsep="${line.separator}
" refid="client.cp"/>

<echo>
  client.cp =
  ${client.cp.formatted}    
</echo>

-----8<---------------------------------------------------------------

What determines the order of the files within a fileset?





Re: Order of files within a fileset

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 9 Dec 2002, Michael Nau <Mi...@pyxis.com> wrote:

> How is the order files are loaded from a fileset determined?

Completely undefined.

Stefan

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