Re: [Nant-users] Properties problem on task

2004-04-05 Thread Gert Driesen
MAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 10:48 AM Subject: RE: [Nant-users] Properties problem on task Great, Thanks Gert. At the risk of seeming overly cautious, could I ask how stable the nightly builds are? Am I safe to use them as the basis of building our soft

RE: [Nant-users] Properties problem on task

2004-04-05 Thread Bill.Martin
[mailto:[EMAIL PROTECTED] Sent: 05 April 2004 09:40 To: Bill Martin; [EMAIL PROTECTED] Subject:Re: [Nant-users] Properties problem on task Bill, This was actually a bug in the nant task. The properties you specified as nested elements, were evaluated in the context of the new

Re: [Nant-users] Properties problem on task

2004-04-05 Thread Gert Driesen
be available in the next nightly build. Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 9:57 AM Subject: [Nant-users] Properties problem on task Hi, I have a bit of a problem with the task and can't see what&#x

RE: [Nant-users] Properties problem on task

2004-04-05 Thread Peter McEvoy
Do you need to set readonly="true" on the properties you are passing in? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 05 April 2004 07:58 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Properties problem on task >

[Nant-users] Properties problem on task

2004-04-05 Thread Bill.Martin
Hi, I have a bit of a problem with the task and can't see what's wrong. Below is a copy of my build script and the associated output. According to the documentation, I should be able to use a property value in my current project to pass through top a new NAnt instance, but it seems to be failing