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

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 fail 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] 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 fail target target name=set_nant_failure call target=fail if=${(not project1_ok) or {not project2_ok)} / /target The project1_ok and project2_ok are bools that are set