On 3/8/07, Dominique Devienne <[EMAIL PROTECTED]> wrote:
> <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

thanks for the heads up. :)
we're trying to keep our dependencies limited so that ordering doesn't
matter.  that's easier said than done though...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to