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?




Reply via email to