RE: [Nant-users] Setting a property to output of executable

2004-03-31 Thread Bonnett, Evan A
31, 2004 9:26 AMTo: Bonnett, Evan A; Nicklas Norling; [EMAIL PROTECTED]Subject: RE: [Nant-users] Setting a property to output of executable Wow! That's great, exactly what I needed, thanks a bunch Evan (and Jarek)!   /Nicke -Original Message-From: Bo

RE: [Nant-users] Setting a property to output of executable

2004-03-31 Thread Nicklas Norling
Title: Message Wow! That's great, exactly what I needed, thanks a bunch Evan (and Jarek)!   /Nicke -Original Message-From: Bonnett, Evan A [mailto:[EMAIL PROTECTED] Sent: den 31 mars 2004 16:09To: 'Nicklas Norling'; [EMAIL PROTECTED]Subject: RE: [Nant-u

RE: [Nant-users] Setting a property to output of executable

2004-03-31 Thread Bonnett, Evan A
Title: Message I had the same problem but Jarek sent me this solution.  Try it out, adapt as needed.  Hope this helps.   There's a trick that uses task. Taken from my build script: property="sooda.major,sooda.minor,sooda.revision,sooda.build"> ... do something with the properties ... Th