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

2010-08-12 Thread tabber
Thank you for the suggestion, Stefan! I have 2 more questions... 1) You suggested 'another one would be to write your own task that wraps the exec invocation itself.' -- I am wondering what benefit it will be to do this? 2) Currently our tests are run using a shell script on Linux/solaris boxe

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