How to get full stack traces logged when a JUnit test running in ant fails?
- by Uri
When a JUnit test throws a runtime exception while running in Eclipse, you can see the entire stack trace.
Our build server uses ant and runs JUnit, but the printout on failure only provides the exception's message, not the entire "printStackTrace". Is there a convenient way to get this functionality?