[Nant-users] Problem with CL task and Filesets...

2003-02-25 Thread Tony Boggis
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:

[Nant-users] [Fwd: Usage question...]

2003-02-24 Thread Tony Boggis
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

[Nant-users] Usage question...

2003-02-24 Thread Tony Boggis
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