Re: Final Target

2009-05-25 Thread Gilbert Rebhan
Knuplesch, Juergen schrieb: > Hello, > > I just implemented a logger that runs a final Target. > In this target I save the logfile to a buildresult location in our network. > > 1.Is there an other way to do this (The logger knows, when the build is > finished, and so he can

Re: Final Target

2009-05-25 Thread Avlesh Singh
Your question is for the logger or the target to save tghe log file to some network location? Cheers Avlesh On Mon, May 25, 2009 at 8:56 PM, Knuplesch, Juergen < juergen.knuple...@icongmbh.de> wrote: > Hello, > > I just implemented a logger that runs a final Target. > In this

Final Target

2009-05-25 Thread Knuplesch, Juergen
Hello, I just implemented a logger that runs a final Target. In this target I save the logfile to a buildresult location in our network. 1.Is there an other way to do this (The logger knows, when the build is finished, and so he can run the final target) 2.If no, is this an interesting feature

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