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
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
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
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
__
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
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