with MSBuild you must delimit the project or solution path/name with quotes
otherwise you get
MSBUILD : error MSB1008

i'll wait on the bugfix.
thanks gert.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brass
Tilde
Sent: Tuesday, April 10, 2007 9:15 AM
To: Phil Sayers; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] passing string delimiters


Phil Sayers <[EMAIL PROTECTED]> wrote:

>> ok,
>> I'm using the msbuild task from nantContrib, but i'm sure the same
>> principles apply to nant, it's just a syntax issue.
>>
>> so my msbuild task looks like this
>>
>> < msbuild project="'${core.source}\Solution 1.sln'" >

I've never had to include single quotation marks in my project attribute
like this.  Even in the rare cases when we use spaces in file or folder
names, which we try to avoid on general principles, it's always worked
without any delimiter.

/bs
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to