Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-03-19 Thread Dominik Guder
Hi Chris, I don't know what your "fail" target does, but what bob mentionened before was using the task: http://nant.sourceforge.net/release/latest/help/tasks/fail.html hth Dominik Am 19.03.2012 23:00, schrieb Chris Fouts: > To further explain, here’s how I call my evaluate and call

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-03-19 Thread Chris Fouts
To further explain, here's how I call my evaluate and call my target The project1_ok and project2_ok are bools that are set CORRECTLY by evaluating resultproperty values earlier in script. From: Chris Fouts [mailto:chris.fo...@

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-03-19 Thread Chris Fouts
I thought I had this figured out. I see that I'm calling my task in my Nant script. I see it in my ccnet console fail: [echo] BUILD FAILED! ** BUILD SUCCEEDED - 1 non-fatal error(s), 2 warning(s) Total time: 25.8 seconds. But how come ccnet still says "BUILD SUCCEEDED"? -

Re: [NAnt-users] Copy/Move directory fix

2012-03-19 Thread Ryan Boggs
Hi, Just a quick update, I made some additional adjustments to this fix based on some feedback I have received and updated the pull request link below. I'm CCing the user list just in case there are people in here that are interested in reviewing this change. Feel free to provide any feedback to