I'd like to use the Foreach ant-contrib task to iterate over a set of directories, and assign the name of the directory to a property. By the name, I mean, just the individual directory name. e.g. if the dir is "/foo/bar/goo", then I just want "goo". Is there a way to do this in Ant for a FileSet (or some other way)? The only solution I can see right now is to use a <script> to do it, but I'm hoping I'm just missing something...
____ Chris Bailey mailto:[EMAIL PROTECTED] Code Intensity http://www.codeintensity.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
