Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Phil Sayers
(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]>

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Brass Tilde
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

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Gert Driesen
- 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: >

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Phil Sayers
@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

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Phil Sayers
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

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Mark Modrall
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

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Brass Tilde
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

Re: [NAnt-users] passing string delimiters

2007-04-10 Thread Gert Driesen
- 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

[NAnt-users] passing string delimiters

2007-04-10 Thread Phil Sayers
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" />