AW: execute the final target always

2009-01-18 Thread Jan.Materne
lathsp...@gmail.com] > Im Auftrag von Leo Arias F. > Gesendet: Freitag, 16. Januar 2009 22:00 > An: user@ant.apache.org > Betreff: execute the final target always > > Hello ant. > > I'm using the junit task to execute selenium tests using ant and java. > By the way, it's

Re: execute the final target always

2009-01-17 Thread Wascally Wabbit
Hi Leo, You can try the + combination -OR- the + tryeach option from AntXtras @ http://antxtras.sf.net. Example 1 (using ): This will execute all targets in order even if one or more fail. The 'failproperty' will be set 'true' if at least one failed. You could put a after the

Re: execute the final target always

2009-01-16 Thread Gilbert Rebhan
Leo Arias F. schrieb: [...] > > So, when test.integration.smoke fails, report is not executed. Todo mal :( > > I'll appreciate your help a lot. > thanks, > pura vida. maybe try/catch/finally from antelope or antcontrib is an option !? see = http://antelope.tigris.org/ http://antelope.tigris.or

execute the final target always

2009-01-16 Thread Leo Arias F.
Hello ant. I'm using the junit task to execute selenium tests using ant and java. By the way, it's working great. Thanks to those involved in the development. Now I need a report of all the tests that were executed. I created a target called report that combines all the logs and creates a single