Does the ... fileset work?
Since I am invoking Nant from the command line, it will inherit the current
environment. In order to ensure that regardless of a users local workstation
environment, my build works, I use the ...
fileset to specify the project's include directories as follows:
Hmmm, seems the mailing list strips '\' [Windoze directory/path slash]
chars... so here's my question again. Hopefuly the slashes won't be stripped
this time, since I replace them with '/'.
Scenario:
Base directory (location of .build file) is "E:/IAP Dev/Source".
Under this are sub-pro
Scenario:
Base directory (location of .build file) is "E:IAP DevSource".
Under this are sub-project directories: a, b, c etc...
In SOME sub-projects are files matching the template '*.sq?'. I need to
execute a task (exec) on each matching file found.
Nexted loops almost do the trick, b