Reviewers: tbroyer, skybrian,

Description:
Fix requestfactory test errors, and compilation failures in
dev/compile.test resulting from the unbund
ling of streamhtmlparser.


Please review this at http://gwt-code-reviews.appspot.com/1743808/

Affected files:
  M dev/build.xml
  M requestfactory/build.xml


Index: dev/build.xml
===================================================================
--- dev/build.xml       (revision 11096)
+++ dev/build.xml       (working copy)
@@ -42,6 +42,7 @@
<pathelement location="${gwt.tools.lib}/w3c/flute/flute-1.3-gg2.jar" /> <pathelement location="${gwt.tools.lib}/hibernate/validator/hibernate-validator-4.1.0.Final.jar" /> <pathelement location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar" /> + <pathelement location="${gwt.tools.lib}/streamhtmlparser/streamhtmlparser-jsilver-r10/streamhtmlparser-jsilver-r10-1.5-rebased.jar" /> <pathelement location="${gwt.build.lib}/gwt-dev-${build.host.platform}.jar" />
         <pathelement location="${alldeps.jar}" />
       </classpath>
Index: requestfactory/build.xml
===================================================================
--- requestfactory/build.xml    (revision 11096)
+++ requestfactory/build.xml    (working copy)
@@ -42,7 +42,7 @@
       </java>
     </sequential>
   </macrodef>
-
+
   <!-- Targets for individual jars -->
<target name="requestfactory-apt" description="Build RequestFactory apt jar">
     <requestfactory-jar target="apt"/>
@@ -117,6 +117,7 @@
<fileset dir="${gwt.build.lib}" includes="requestfactory-test.jar" />
       </classpath>
       <arg path="${gwt.build.lib}/requestfactory-test-validated.jar" />
+ <arg value="com.google.web.bindery.requestfactory.gwt.client.RequestFactoryChainedContextTest.Factory" /> <arg value="com.google.web.bindery.requestfactory.gwt.client.RequestFactoryPolymorphicTest.Factory" /> <arg value="com.google.web.bindery.requestfactory.shared.BoxesAndPrimitivesTest.Factory" /> <arg value="com.google.web.bindery.requestfactory.shared.ComplexKeysTest.Factory" />


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

Reply via email to