[Nant-users] sysinfo feature request

2005-02-23 Thread Chris Fewtrell
Hello   I am using sysinfo task to get the values of environment variables (so I can find things like where I have installed python on the build machine for example).  I use   Now properties "sys.env.xxx" are created with all

RE: [Nant-users] Feature Request: Failed/success property

2005-02-14 Thread Chris Fewtrell
That's EXACTLY what I am after - brilliant. Thanks. -Original Message- From: Troy Laurin [mailto:[EMAIL PROTECTED] Sent: 14 February 2005 14:27 To: Chris Fewtrell Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Feature Request: Failed/success property Chris Few

[Nant-users] Feature Request: Failed/success property

2005-02-14 Thread Chris Fewtrell
Hi   In build scripts, often I want to carry on executing the script even though the last task has failed (ie. use failonerror="false") but I would like to know that the preceeding step has failed so I can do some different processing to normal.    What do you think of the idea of having a

[Nant-users] cvs-rtag help

2005-01-28 Thread Chris Fewtrell
s a more straightforward way.   Any help greatly appreciated.   Thanks   Chris Fewtrell   __ This email has been scanned by the MessageLabs Email Security System - after being sent from Granta Design Ltd __

[Nant-users] FW: VBC not finding SNK files specified in AssemblyKeyFile attribute

2005-01-28 Thread Chris Fewtrell
  Hello   A thousand apologies if I am being really stupid.    I am using nant-0.85-nightly-2005-01-23 build.  My build script is using the solution task to build a solution that contains c#, vb.net and vc++.net projects.  (Why people just can't use c# I will never know but that's a whole

[Nant-users] Determining if the solution task build succeeded

2005-01-25 Thread Chris Fewtrell
Hi I am using the solution task to build my project. Is there a way of determining if the build was successful: I don't want to use failonerror="true" because I want the script to do some clear up work after the build. I would like to see a feature where the solution has an attribute 'resultprope