Re: AW: Need build help

2008-01-16 Thread jonathan doklovic
Thanks, if I run: build.sh - everything is fine. build.sh test - run after the first build, I still get the FileNotFound error. For some reason FailedTests.java is never being created. I guess I could comment out the collector for now, but that seems a little weird. - Jonathan On Wed, 2008-01-1

AW: Need build help

2008-01-15 Thread Jan.Materne
/optional/out/FailedTests.java is created when running test testsuite. That file is created by the FailureRecorder: build.xml 1588: 1610: 1635: 1741: 1744: That Recorder should catch all failing testcases (failing *.test*() methods), and create a new JU