Posted By:
melissa_manoogian
Posted On:
Monday, March 11, 2002 07:41 AM
I am running each of my junit task in a separate jvm, because I need to specify the "jvmarg value=". This works ok EXCEPT that none of my System.out.println() gets captured in the specified outfile. Instead, it all goes to the DOS window in which I am running ant. My build.xml file snipett is: I also tried to specify the outfile with the same results. Does anyone know how to work around this? I really need to use "fork=yes" AND to capture my output to the file. Thanks!
More>>
I am running each of my junit task in a separate jvm, because I need to specify the "jvmarg value=".
This works ok EXCEPT that none of my System.out.println() gets captured
in the specified outfile. Instead, it all goes to the DOS window in which I am running ant.
My build.xml file snipett is:
I also tried to specify the outfile with the same results.
Does anyone know how to work around this?
I really need to use "fork=yes" AND to capture my output to the file.
Thanks!
<<Less