Revision: 5907 Author: [email protected] Date: Thu Aug 6 14:05:34 2009 Log: Enabling showOutput in the ant junit task so we can see our own errors and messages during the build process.
Patch by: jlabanca Review by: rjrjr (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=5907 Modified: /trunk/common.ant.xml ======================================= --- /trunk/common.ant.xml Wed Aug 5 12:55:36 2009 +++ /trunk/common.ant.xml Thu Aug 6 14:05:34 2009 @@ -199,7 +199,8 @@ <echo message="${javac.out} ${javac.junit.out}" /> <junit dir="@{test.out}" fork="yes" printsummary="yes" - failureproperty="junit.failure" tempdir="@{test.out}" > + failureproperty="junit.failure" tempdir="@{test.out}" + showoutput="yes"> <jvmarg line="${junit.platform.args}" /> <jvmarg line="-Xmx768m" /> <jvmarg value="-demma.coverage.out.fi...@{test.emma.coverage}/coverage.emma" /> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
