Hi, I am setting up Cruise Control to be monitoring a Cobol project. Once a change is detected, i am compiling the project through a batch file, until that step everything is working fine.
Now I need to setup some tests to be run when the compilation is successful, those tests will be executed by calling another batch file. I know i can set up another <exec> task and run the batch file from there, but is there a way to setup that test file results to be publish as TEST results for example, not as part of the Build report? Thanks for your help.
