----- Original Message ----- 
From: "Phil Sayers" <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Tuesday, April 10, 2007 2:56 PM
Subject: [NAnt-users] passing string delimiters


> 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'" >
>   < arg line="OutputDir=${core.output}\" />
>   < arg line="Configuration=Debug" />
>   < arg line="AdditionalLibPaths=${core.sharedassemblies}" />
> </  msbuild>
>
> I'm getting a build error because the .sln file is passed to the msbuild
> executable without its filename being surrounded by quotes. With the space
> in the filename it's blowing up.
> Is there a way i can include the quotes for the "project" attribute?  This
> has to be a common usage.

This must be a buglet in the <msbuild> task. I'll fix it in a few hours.

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