On 2010-08-11, tabber wrote:

> We are evaluating ANT to setup out build process. We have a lot of our tests
> written in c and functional test written in an ih house developed language.
> There tests produce text output which I can parse and generate JUnit like
> XML output.

> How do I make ANT run these tests for each build? Is exec task in ANT the
> best way to do it?

It is one option, another one would be to write your own task that wraps
the exec invocation itself.  Without knowing more about the way you run
the tests there isn't really much opne could answer.

Yes, <exec> would work and if the XML output looks like the one of
<junit> then <junitreport> will work as well.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to