Re: [Nant-users] Cannot reference properties that are in an included file

2005-05-31 Thread Célio Cidral Junior
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Célio Cidral > > Junior > > Sent: Tuesday, May 24, 2005 10:49 > > To: nant-users@lists.sourceforge.net > > Subject: [Nant-users] Cannot reference properties that are in an included > > file >

Re: [Nant-users] Cannot reference properties that are in an included file

2005-05-24 Thread Célio Cidral Junior
AIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Célio Cidral > Junior > Sent: Tuesday, May 24, 2005 10:49 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Cannot reference properties that are in an included file > > Hi! > > I'm getting an error w

RE: [Nant-users] Cannot reference properties that are in an included file

2005-05-24 Thread Foster, Richard - PAL
] [mailto:[EMAIL PROTECTED] On Behalf Of Célio Cidral Junior Sent: Tuesday, May 24, 2005 10:49 To: nant-users@lists.sourceforge.net Subject: [Nant-users] Cannot reference properties that are in an included file Hi! I'm getting an error when the properties in my build script are referencing

[Nant-users] Cannot reference properties that are in an included file

2005-05-24 Thread Célio Cidral Junior
Hi! I'm getting an error when the properties in my build script are referencing other properties which are in an included build file. The main build file (called bootstrap.build) looks like this: ... The included file (myproject.include): ... The output is