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
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
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
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
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
Jeff,
the fail task should termintate the build. I just ran a test and the
following build snippet:
produces the following output:
target1:
[e
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
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
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