Two small config changes:
(i) Instead of batching by default for all tests, do it individually for each test
target except draftCompile. draftCompile is failing, only on the build machine,
when batching is turned on. 

(ii) Moved draftCompile back into the parallel task, as before. 



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5796 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/common.ant.xml b/common.ant.xml
index 0548bd9..37cfcce 100755
--- a/common.ant.xml
+++ b/common.ant.xml
@@ -182,7 +182,7 @@
              failureproperty="junit.failure" tempdir="@{test.out}" >
         <jvmarg line="${junit.platform.args}" />
         <jvmarg line="-Xmx768m" />
-        <sysproperty key="gwt.args" value="${junit.notheadless.arg} @{test.args} -batch module" />
+        <sysproperty key="gwt.args" value="${junit.notheadless.arg} @{test.args}" />
         <sysproperty key="java.awt.headless" value="${junit.headless}" />
         <sysproperty key="gwt.devjar" value="${gwt.dev.staging.jar}" />
         <classpath>