junit test with debugging

Hi All,I have my project souce with adding System.out.println statement and bundle it into jar file.When i running junit test . I cant see project source's println statement. Any properties file need to be modify to see println statement?Thanks,Nil
[291 byte] By [nil4ua] at [2007-10-2 20:16:45]
# 1
How are you running JUnit? Logging to System.out will appear on the standard output stream, which is the console unless you explicitly redirect it.
Lokoa at 2007-7-13 22:59:09 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 2
Hi,I just run simple way using ant.and I havent redirect to any filesThanks,Nil
nil4ua at 2007-7-13 22:59:09 > top of Java-index,Archived Forums,Debugging Tools and Techniques...