(blush)
operator error.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brass
Tilde
Sent: Tuesday, April 10, 2007 10:11 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] passing string delimiters
Phil Sayers <[EMAIL PROTECTED]>
Phil Sayers <[EMAIL PROTECTED]> wrote:
> with MSBuild you must delimit the project or solution path/name with
> quotes otherwise you get
> MSBUILD : error MSB1008
I've never gotten that error from using the MSBuild task.
But you used single quotation marks. Should you be using double
quotation
- Original Message -
From: "Brass Tilde" <[EMAIL PROTECTED]>
To: "Phil Sayers" <[EMAIL PROTECTED]>;
Sent: Tuesday, April 10, 2007 3:15 PM
Subject: Re: [NAnt-users] passing string delimiters
> Phil Sayers <[EMAIL PROTECTED]> wrote:
>
@lists.sourceforge.net
Subject: Re: [NAnt-users] passing string delimiters
- Original Message -
From: "Brass Tilde" <[EMAIL PROTECTED]>
To: "Phil Sayers" <[EMAIL PROTECTED]>;
Sent: Tuesday, April 10, 2007 3:15 PM
Subject: Re: [NAnt-users] passing string delimiters
> Ph
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 j
and delete this message, and any
attachments, from your system. Thank you.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Phil
Sayers
Sent: Tuesday, April 10, 2007 8:57 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] passing string d
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
- Original Message -
From: "Phil Sayers" <[EMAIL PROTECTED]>
To:
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 appl
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" />