----- Original Message ----- 
From: "Brass Tilde" <[EMAIL PROTECTED]>
To: "Phil Sayers" <[EMAIL PROTECTED]>; <nant-users@lists.sourceforge.net>
Sent: Tuesday, April 10, 2007 3:15 PM
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.

Good catch, I missed the single quotes. Phil, remove the single quotes and 
it will work just fine.

I checked the source of the <msbuild> task, and it performs the necessary 
quoting itself.

Gert 



-------------------------------------------------------------------------
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