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
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9736 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/tools/project.ant.xmlsrc b/user/src/com/google/gwt/user/tools/project.ant.xmlsrc
index 6016e26..9a07fd1 100644
--- a/user/src/com/google/gwt/user/tools/project.ant.xmlsrc
+++ b/user/src/com/google/gwt/user/tools/project.ant.xmlsrc
@@ -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" >