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

Review at http://gwt-code-reviews.appspot.com/1743808


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11106 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/build.xml b/dev/build.xml
index c5a5390..0ea5528 100755
--- a/dev/build.xml
+++ b/dev/build.xml
@@ -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>
diff --git a/requestfactory/build.xml b/requestfactory/build.xml
index 6df45f9..9769aa0 100755
--- a/requestfactory/build.xml
+++ b/requestfactory/build.xml
@@ -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" />