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
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
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
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
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
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
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