Hi,
I need to create a path containing elements which
i) don't exist yet
and ii) vary according to what properties are set.
Ideally, I would do this:
<filelist id="myfiles" dir="mydir">
<file name="A" if="include.A"/>
<file name="B" if="include.B"/>
<file name="C"/>
</filelist>
None of A, B, or C exist at the time I need to build the list, so as far
as I can tell <fileset> is not an option.
However, the <file> element in <filelist> doesn't have an "if" attribute.
Can anyone suggest another way of getting to the same result?
Thanks,
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]