Re: Can ant run non-JUnit tests that can produce Junit xml formatted output?

2010-08-11 Thread Stefan Bodewig
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 r

Can ant run non-JUnit tests that can produce Junit xml formatted output?

2010-08-11 Thread tabber
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