Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-28 Thread Mike Roberts
Hi Gert, I'd think it would be best to group all types of failures under 1 'failure' tag. I see what you're saying about internal and build errors having different structures though, maybe we could actually put your second idea into a failure tag, e.g. ... or ... On

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Mike Roberts
Hi Gert - thanks for the reply. Regarding the xml structure, there's 2 things on my mind - Try not to change the existing structure too much unless we have to - This problem with exceptions is actually about failures generally (I've tried using just a with a message and the same behaviour manif

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Gert Driesen
- Original Message - From: "Mike Roberts" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> > The thing I get from this is that what we are losing is the failure > message we have from the plain output and this failure message is > reported outside of any targets or tasks. My sugg

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Mike Roberts
Gert Driesen wrote: - Original Message - From: "Mike Roberts" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Should we only output the message of an exception, or also the stacktrace ? How should we represent nested exceptions in the xml log? should we have something like th

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Gert Driesen
Mike, I've modified the XmlLogger locally, to use the following xml layout to report build failures : for build exceptions : (if location information is available) nested exception for internal errors :

RE: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-25 Thread Davis.Dwayne
I've seen this same problem, not using CruiseControl, but instead recording the log with the tag. As a work around, I use an outer task that simply turns logging on and then calls an inner task with the task to run a new instance of Nant. This ensures that the results of the failed output make i

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-25 Thread Gert Driesen
Mike, This is a known issue (http://sourceforge.net/tracker/index.php?func=detail&aid=788650&group_id=31 650&atid=402868), which is probably very easy to fix. But I was actually waiting for a good proposal for the xml structure. Taken from the existing bug report : "Currently the layout of the