I have a build system that records each step of a build process.  If a
step succeeds, I add a row to a sql table with a status of 1.  If it
fails, I add that row with a status of 0.  What is the easiest way to
determine if a step succeeded or failed?  Expressions maybe?

One important thing to note, I don't want to set the status to 0, and
then set it to 1 afterward.  The database would temporarily show that
the step failed, when it did not.

In visual build, there was a property that you could read that gave you
the result of the last step.

Thanks,
Jason


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to