Raymond, Marc is out of the office.

2007-11-04 Thread Marc_Raymond
I will be out of the office starting 11/04/2007 and will not return until 11/07/2007. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Change adornment?

2007-11-04 Thread Gilles Scokart
I think you can also write Gilles 2007/11/3, Mathieu Champlon <[EMAIL PROTECTED]>: > > Hello, > > You could use : > > > > > > > MAT. > > Sung Kim a écrit : > > Hi. > > > > Can I change adornment? For example, for the task, ant > > automatically adds [java] in front of each log. I can use

Re: how to have execute a task on failure ?

2007-11-04 Thread Henk van Voorthuijsen
On Nov 4, 2007, at 9:11 AM, Claude Brisson wrote: Hi. I need to execute a task when junit encounters an error or a failure. Is there any way to do so? If I set haltonerror/failure to false, is there a way to get junit success status in a property, so that I can then trigger the subsequent

how to have execute a task on failure ?

2007-11-04 Thread Claude Brisson
Hi. I need to execute a task when junit encounters an error or a failure. Is there any way to do so? If I set haltonerror/failure to false, is there a way to get junit success status in a property, so that I can then trigger the subsequent flow? Thanks, Claude -