Revision: 7246
Author: jlaba...@google.com
Date: Thu Dec  3 14:35:35 2009
Log: Adding src to the classpath of generated test.dev and test.prod  
targets.  We also need to improve the generated test to actually do  
something with code in src.

Patch by: jlabanca
Review by: jgw


http://code.google.com/p/google-web-toolkit/source/detail?r=7246

Modified:
  /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc

=======================================
--- /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc        Mon Nov 
23  
12:05:34 2009
+++ /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc        Thu Dec 
 3  
14:35:35 2009
@@ -73,6 +73,7 @@
        <sysproperty key="gwt.args" value="-logLevel WARN" />
        <sysproperty key="java.awt.headless" value="true" />
        <classpath>
+        <pathelement location="src" />
          <pathelement location="test" />
          <path refid="project.class.path" />
          <pathelement location="@junitJar" />
@@ -94,6 +95,7 @@
        <sysproperty key="gwt.args" value="-prod -logLevel WARN -out  
www-test" />
        <sysproperty key="java.awt.headless" value="true" />
        <classpath>
+        <pathelement location="src" />
          <pathelement location="test" />
          <path refid="project.class.path" />
          <pathelement location="@junitJar" />

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to