Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
there ... thanks for the help so far. -- Bill Moran Collaborative Fusion Inc. http://people.collaborativefusion.com/~wmoran/ - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
gging framework, what happens with console programs that are supposed to output to stdout? Not being able to see how far along they get makes debugging difficult. -- Bill Moran Collaborative Fusion Inc. http://people.collaborativefusion.com/~wmor

Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
r test class Entering test_get_list() Leaving test_get_list() The code is nothing fancy, just: System.out.println("entering setUp() for test class"); Any advice on how to configure the ant task so I can capture that output? Running ant-1.7.1 on FreeBSD 8.0 with JUnit 4.8.1. Thanks in