Revision: 8662
Author: [email protected]
Date: Fri Aug 27 07:47:27 2010
Log: Putting validation on all samples' classpath, because validation
needs it. We could make a fancier sample.extraclasspaths thing,
but the build is broken just now...
Review at http://gwt-code-reviews.appspot.com/806801
http://code.google.com/p/google-web-toolkit/source/detail?r=8662
Modified:
/trunk/samples/common.ant.xml
=======================================
--- /trunk/samples/common.ant.xml Wed Aug 25 11:12:04 2010
+++ /trunk/samples/common.ant.xml Fri Aug 27 07:47:27 2010
@@ -82,7 +82,9 @@
<sequential>
<mkdir dir="${sample.build}/war" />
<gwt.timer name="${sample.upper} with ${gwt.samples.localworkers}
localWorkers">
- <java dir="${sample.build}"
classname="com.google.gwt.dev.Compiler"
classpath="${sample.path}:${sample.build}/war/WEB-INF/classes:${gwt.user.jar}:${gwt.dev.jar}"
fork="yes" failonerror="true">
+ <java dir="${sample.build}"
classname="com.google.gwt.dev.Compiler"
+
classpath="${sample.path}:${sample.build}/war/WEB-INF/classes:${gwt.user.jar}:${gwt.dev.jar}:${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar:${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA-sources.jar"
+ fork="yes" failonerror="true">
<jvmarg value="-Xmx256M"/>
<arg value="-localWorkers" />
<arg value="${gwt.samples.localworkers}" />
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors