Ahmon,


Have you tried the ant:fileScanner tag ? I see this at work in some maven.xml currently... <fileScanner var="xx"><fileset>....</fileset></fileScanner> <j:forEach items="${xx}" var="x">...

I fear paths don't fall into this... you would need to try and/or to look into the code of the tag and its related...

Hope that helps.

Paul



On 16-Dec-03, at 11:54 Uhr, Amnon Khen wrote:

Hi,
Thanks for replying, however, I think my question wasn't understood as I
meant it (or maybe it as I who failed to explain it clearly).
I'm already familiar with <u:tokenize> and <j:forEach>. The collections
through which I need to iterate are not delimited lists, but Ant data structures, such as FileSets or Paths.
Can it be done in a simple way?
Thanks,
Amnon


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



Reply via email to