RE: [nant-dev] foreach task and a few other things

2004-08-04 Thread Troy Laurin
> would folks consider adding an > additional enumeration called "ChildFolders" or > "ChildDirectories" to the type list? Rather than add extra attributes and work into foreach for variant behaviour, I would suggest using functions to vary the standard behaviour. eg: the path::get-file-name fun

RE: [nant-dev] foreach

2003-08-22 Thread Jasper Keuper
Hi Yogesh, is a fileset, so the attribute should be "basedir" instead of "in". this works for me: Regards, Jasper. -Original Message- From: Yogesh Shetty [mailto:[EM

RE: [nant-dev] ForEach & RegEx.

2003-07-15 Thread Erv Walter
For #1, the "in" attribute probably shouldn't be used when you're using a fileset. If you want to specify a directory to start the search from, use the "basedir" attribute on the element. For #2, I had to do something similar and the only way I know of to do it (without