Revision: 9736
Author: [email protected]
Date: Mon Feb 14 10:38:28 2011
Log: Added validation jars to 'devmode' and 'test.dev' targets in ant
webAppCreator templates
Fixes Issue 5950.
Review at http://gwt-code-reviews.appspot.com/1352807
http://code.google.com/p/google-web-toolkit/source/detail?r=9736
Modified:
/trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc
=======================================
--- /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc Fri Feb 11
11:12:39 2011
+++ /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc Mon Feb 14
10:38:28 2011
@@ -57,6 +57,8 @@
<classpath>
<pathelement location="@srcFolder"/>
<path refid="project.class.path"/>
+ <pathelement location="@gwtValidationPath" />
+ <pathelement location="@gwtValidationSourcesPath" />
</classpath>
<jvmarg value="-Xmx256M"/>
<arg value="-startupUrl"/>
@@ -89,6 +91,8 @@
<pathelement location="@srcFolder" />
<pathelement location="@testFolder" />
<path refid="project.class.path" />
+ <pathelement location="@gwtValidationPath" />
+ <pathelement location="@gwtValidationSourcesPath" />
<pathelement location="@junitJar" />
</classpath>
<batchtest todir="reports/htmlunit.dev" >
@@ -111,6 +115,8 @@
<pathelement location="@srcFolder" />
<pathelement location="@testFolder" />
<path refid="project.class.path" />
+ <pathelement location="@gwtValidationPath" />
+ <pathelement location="@gwtValidationSourcesPath" />
<pathelement location="@junitJar" />
</classpath>
<batchtest todir="reports/htmlunit.prod" >
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors