On Tue, 7 Aug 2001, Mikko Kurki-Suonio <[EMAIL PROTECTED]> wrote:

> What I'd really need is this:
> 
> If I have
>  <fileset dir="foo" includesfile="bar" />
> 
> then the files would be handled in the same order as they appear in
> the file "bar".

I see some potential for something like this to happen after the Ant
1.4 release, until then, I'm afraid you'll have to stick with
<pathelement>s explicitly listing your stuff.

As a workaround, you could farm out the pathelements to a separate XML
file and use entity inclusions
<http://jakarta.apache.org/ant/faq.html#xml-entity-include> to avoid
duplicationg this effort.

Stefan

Reply via email to