Re: Ant + JUnit: Missing Test Output

2005-06-30 Thread Donald McLean
Bing! I can't even guesss how I missed that. Thank you, Donald Ivan Ivanov wrote: Hello Donald, A quick look at you code shows that you are not using printsummary and showoutput attributes and Ant task. You can find them described at[1] HTH Ivan [1]http://ant.apache.org/manual/OptionalTask

Re: Ant + JUnit: Missing Test Output

2005-06-30 Thread Ivan Ivanov
Hello Donald, A quick look at you code shows that you are not using printsummary and showoutput attributes and Ant task. You can find them described at[1] HTH Ivan [1]http://ant.apache.org/manual/OptionalTasks/junit.html --- Donald McLean <[EMAIL PROTECTED]> wrote: > I'm trying to set up a con

Ant + JUnit: Missing Test Output

2005-06-30 Thread Donald McLean
I'm trying to set up a configuration that runs our JUnit regession test suite from Ant. It runs, but I can't figure out what is happening to everything that is supposed to go to System.out. Undoubtedly, I'm doing something stupid, so feel free to make fun of me if you wish, but only if you hav