On Mon, 6 Aug 2001 11:52, Jeff Turner wrote: > 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.
Not if your debugging from a "real" editor because then you have to jump through hoops to isolate error line. I much prefer hitting C-x~ and going straigh to the line that produced error ;) Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
