[Nant-users] Possible incomplete xml logging

2003-09-26 Thread Daniel Fichter
Title: Message Hi all,   We've been using Nant quite successfully for a while now, but I'm having trouble today with the xml logging.  We have a build error that reports out when logging to a text file, but not when we are using XML logging.  I have attached snippets from both the text outp

Re: [Nant-users] Fail Task

2003-09-26 Thread Scott Hernandez
Yes, you are correct. This is a bug that has been fixed in the nightly builds (it affects both the and tasks). This fix will be included in the next release. If you would like you can test the nightly build to see if your problem goes away. http://nant.sourceforge.net/nightly/builds/ - Orig

Re: [Nant-users] Fail Task

2003-09-26 Thread Gert Driesen
Jeff, I'm pretty sure this issue was fixed recently (by Scott). Can you try this with the latest nightly build ? Gert - Original Message - From: "Sayah, Jeff (HHoldings, CALMS/IT)" <[EMAIL PROTECTED]> To: "'Ian MacLean'" <[EMAIL PROTECTED]>; "Sayah, Jeff (HHoldings, CALMS/IT)" <[EMAIL

RE: [Nant-users] Fail Task

2003-09-26 Thread Erv Walter
You're ifnot has failonerror="false". This is explicitly saying, "If my task or any child of my task fails for any reason, continue the build." So when your task executes, it "fails" and falls out to the task that then says, "I'll ignore that failure". -Original Message- From: Sayah, J

RE: [Nant-users] Fail Task

2003-09-26 Thread Sayah, Jeff (HHoldings, CALMS/IT)
Ian, Since I sent My original message I have been digging into my build process trying to determine what is not working and I've figured out that it is not the nested call but something I'm doing inside the nested call. That said it still seems to behave in a way I would not expect. In the IF NO

Re: [Nant-users] Fail Task

2003-09-26 Thread Ian MacLean
Jeff, the fail task should termintate the build. I just ran a test and the following build snippet: produces the following output: target1: [e

[Nant-users] Fail Task

2003-09-26 Thread Sayah, Jeff (HHoldings, CALMS/IT)
Greetings, I am attempting to use the fail task within a nested target... Target A Calls Target B Calls Target C Within Target C I Issue a Fail Target B & A continue to execute successfully and in fact all subsequent build steps execute to complet

Re: [Nant-users] location of log file in nunit2 task

2003-09-26 Thread Daniel Granath
It worksl, thanks a lot. -- Daniel Gert Driesen wrote: Daniel, The nightly build is available at http://nant.sourceforge.net/nightly/builds. I've also updated one of the examples in the nunit2 task docs (http://nant.sourceforge.net/nightly/help/tasks/nunit2task.html). Let me know if you have any

[Nant-users] location of log file in nunit2 task

2003-09-26 Thread Daniel Granath
Hi, This issue has been driving me nuts the past hour, how do you control the location of the log file when you're using the nunit2 task? For me, the log always ends up in the project directory. On another note, the extension& usefile arguments to the formatter task doesn't seem to do anything