Re: [NAnt-users] Solution task for vcproj files

2005-12-09 Thread Marc Towersap
What's your vcproj look like for the myFile.cpp entry? Is there any new lines like "myFile.cpp " ?? VisualStudio .net seems to ignore whitespace issues, whereas nant stumbles over them... Marc --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > My setup: > > 2000 Server > NAnt 12/2/05 nightly build

[NAnt-users] Solution task for vcproj files

2005-12-09 Thread Eric Fetzer
My setup: 2000 Server NAnt 12/2/05 nightly build I'm getting an error I absolutely don't understand: [cl] myFile.cpp [cl] d:\Build\Project\MyProject\myFile.cpp(0) : error C2059: syntax error : 'newline' [cl] d:\Build\Project\MyProject\my