If there are spaces in the paths and those have to be passed to an external utility via the command line, the path escaping is performed incorrectly, ie the quotes are added improperly.
Now (incorrect):
"-var="c:\program files""
(eg NAnt runner fails to start because it won't find the extension DLL)
Should be:
"-var=c:\program files"
Issue wasresolved
| Old | New | |
| Serge Baltic (baltic) - 22 months ago (15 Jan 2007 16:11) | ||