How does one iterate through directories in a Maven Jelly script ?

I found the following resource to iterate through FILES in a directory :
http://wiki.astrogrid.org/bin/view/Astrogrid/UsefulMavenNotes#Iterating_through_a_list_of_file

but what I need to do is simply get the list of subdirectories for a given parent directory, and then iterate through them using a <forEach> tag. I've tried replacing the <fileset> in the above resource with a <dirset> but it seems that the <ant:fileScanner> doesn't allow this.

Or maybe I'm completely off and there is a way to do this with Jelly instead of Ant ?

Regards,
 Serge Huber.

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



Reply via email to