And as far as I know, there is no reasonable iterator or foreach way
to wrap up a single symlink task within the fileset.

There is. Ant-Contrib's excellent <for> task. But in your case, since
<symlink> is forking's the OS's ln command anyway, I'd use <apply
executable="ln">, which is an implicit for-loop, works with fileset,
and should give you enough control on the command line. --DD

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

Reply via email to