<target name="eclipse" depends="init"> <path id="eclipse.classpath"> <fileset dir="${seed.lib.dir}" includesfile="${ant.project.name}.dependencies" /> </path>
Watch out that the order you'll get is "undefined", and possibly independent of the order in your includesfile... It's the order in which <fileset>'s scan the dirs that matters, and this is OS dependent (and yet apparently often alphabetical...) --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]