On Mon, Aug 06, 2001 at 11:20:03AM +1000, Peter Donald wrote: > Can you make the build.xml print out all the errors that occur and which > tests fail etc. The way that it runs now is hardly useful.
The output currently goes to a text file "TEST-..."; not what your average user expects. If there isn't a way to redirect to stdout (I couldn't see one, but didn't look very hard), then just a: <echo message="Running tests; output redirected to file. This will take a while.."/> would be good. --Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
