Does the <includedirs>...</includedirs> 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 <includedirs>...</includedirs> fileset to specify the project's include directories as follows: <includedirs> <includes name='E:Dir A' /> <includes name='E:Program FilesVisual StudioVC98WTL7Include' /> <includes name='E:Program FilesVisual StudioVC98Include' /> <includes name='E:Program FilesVisual StudioVC98MFCInclude' /> <includes name='E:Program FilesVisual StudioVC98ATLInclude' /> <includes name='E:Dir B' /> <includes name='E:Dir C' /> </includedirs> When the CL command line is built, no /I "..." directives are added to the command line. On a side note, I'd like to try and track this problem down, but can't seem to get Nant to run under the .NET Framework debugger (DbgCLR.EXE or Cordbg.exe). Any hints or suggestion or either question? tonyB. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users