[nant-dev] UPDATE: BUG: Visual-Cpp tasks fail when path for response file contains a space.

2003-11-17 Thread James C. Papp
It seems that this a general problem with anything that creates a response file. I'm seeing the same error the CSC compiler as well. James. Quoting "James C. Papp" <[EMAIL PROTECTED]>: > BUG: Visual-Cpp tasks fail when path for response file contains a space. > > The code currently looks some

[nant-dev] BUG: Visual-Cpp tasks fail when path for response file contains a space.

2003-11-17 Thread James C. Papp
BUG: Visual-Cpp tasks fail when path for response file contains a space. The code currently looks something like this: ... public override string ProgramArguments { get { ... if (Verbose) { return "@" + _responseFileName; } else { return "/nologo @" + _resp

Re: [nant-dev] here is a new task

2003-11-17 Thread Scott Hernandez
Hi all, just going through my mail archives... Does anyone know if this functionality got included into the solution task, or is this still an outstanding issue? BTW. Vincent, compressed attachments are much preferred. - Original Message - From: "Vincent Labatut" <[EMAIL PROTECTED]> To: