Revision: 5898
Author: rj...@google.com
Date: Wed Aug  5 21:01:59 2009
Log: Reverting changes 5889 through 5892 in tools and trunk,
due to build breakage

svn merge -r5892:5888 .


http://code.google.com/p/google-web-toolkit/source/detail?r=5898

Modified:
  /trunk/dev/core/build.xml
  /trunk/eclipse/user/.classpath
  /trunk/user/build.xml

=======================================
--- /trunk/dev/core/build.xml   Wed Aug  5 18:31:51 2009
+++ /trunk/dev/core/build.xml   Wed Aug  5 21:01:59 2009
@@ -54,21 +54,6 @@
            <include name="tomcat/tomcat-http11-1.0.jar" />
            <include name="tomcat/tomcat-jk2-2.1.jar" />
            <include name="tomcat/tomcat-util-5.1.jar" />
-          <!-- htmlunit dependencies not already included: BEGIN -->
-          <include name="apache/commons/commons-codec-1.3.jar" />
-          <include name="apache/commons/commons-httpclient-3.1.jar" />
-          <include name="apache/commons/commons-io-1.4.jar" />
-          <include name="apache/commons/commons-lang-2.4.jar" />
-          <include name="cssparser/cssparser-0.9.5.jar" />
-          <include name="htmlunit/htmlunit-2.5.jar" />
-          <include name="htmlunit/htmlunit-core-js-2.5.jar" />
-          <include name="nekohtml/nekohtml-1.9.12.jar" />
-          <include name="xalan/xalan-2.7.1.jar" />
-          <include name="xerces/xerces-2_9_1/serializer.jar" />
-          <include name="xerces/xerces-2_9_1/xercesImpl.jar" />
-          <include name="xerces/xerces-2_9_1/xml-apis.jar" />
-          <include name="w3c/sac/sac-1.3.jar" />
-          <!-- htmlunit dependencies not already included: END -->
          </fileset>
          <fileset file="build.xml"/>
        </sourcefiles>
@@ -108,21 +93,6 @@
            <zipfileset src="${gwt.tools.lib}/tomcat/tomcat-http11-1.0.jar"  
/>
            <zipfileset src="${gwt.tools.lib}/tomcat/tomcat-jk2-2.1.jar" />
            <zipfileset src="${gwt.tools.lib}/tomcat/tomcat-util-5.1.jar" />
-          <!-- htmlunit dependencies not already included: BEGIN -->
-          <zipfileset  
src="${gwt.tools.lib}/apache/commons/commons-codec-1.3.jar" />
-          <zipfileset  
src="${gwt.tools.lib}/apache/commons/commons-httpclient-3.1.jar" />
-          <zipfileset  
src="${gwt.tools.lib}/apache/commons/commons-io-1.4.jar" />
-          <zipfileset  
src="${gwt.tools.lib}/apache/commons/commons-lang-2.4.jar" />
-          <zipfileset src="${gwt.tools.lib}/cssparser/cssparser-0.9.5.jar"  
/>
-          <zipfileset src="${gwt.tools.lib}/htmlunit/htmlunit-2.5.jar" />
-          <zipfileset  
src="${gwt.tools.lib}/htmlunit/htmlunit-core-js-2.5.jar" />
-          <zipfileset src="${gwt.tools.lib}/nekohtml/nekohtml-1.9.12.jar"  
/>
-          <zipfileset src="${gwt.tools.lib}/xalan/xalan-2.7.1.jar" />
-          <zipfileset  
src="${gwt.tools.lib}/xerces/xerces-2_9_1/serializer.jar" />
-          <zipfileset  
src="${gwt.tools.lib}/xerces/xerces-2_9_1/xercesImpl.jar" />
-          <zipfileset  
src="${gwt.tools.lib}/xerces/xerces-2_9_1/xml-apis.jar" />
-          <zipfileset src="${gwt.tools.lib}/w3c/sac/sac-1.3.jar" />
-          <!-- htmlunit dependencies not already included: END -->
          </gwt.jar>
        </sequential>
      </outofdate>
=======================================
--- /trunk/eclipse/user/.classpath      Wed Aug  5 18:16:14 2009
+++ /trunk/eclipse/user/.classpath      Wed Aug  5 21:01:59 2009
@@ -19,9 +19,9 @@
        <classpathentry kind="var"  
path="GWT_TOOLS/lib/nekohtml/nekohtml-1.9.12.jar" />
        <classpathentry kind="var"  
path="GWT_TOOLS/lib/selenium/selenium-java-client-driver.jar"/>
        <classpathentry kind="var" path="GWT_TOOLS/lib/xalan/xalan-2.7.1.jar" />
-       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xerces-2_9_1/serializer.jar" />
-       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xerces-2_9_1/xercesImpl.jar" />
-       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xerces-2_9_1/xml-apis.jar" />
+       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/serializer-2.7.1.jar" />
+       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xercesImpl-2.8.1.jar" />
+       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xml-apis-1.3.04.jar" />
        <classpathentry kind="var" path="GWT_TOOLS/lib/w3c/sac/sac-1.3.jar"/>
        <classpathentry kind="var" 
path="GWT_TOOLS/lib/w3c/flute/flute-1.3.jar"/>
        <classpathentry combineaccessrules="false" kind="src"  
path="/gwt-dev-windows"/>
=======================================
--- /trunk/user/build.xml       Wed Aug  5 18:31:51 2009
+++ /trunk/user/build.xml       Wed Aug  5 21:01:59 2009
@@ -36,6 +36,26 @@
      <pathelement location="test_i18n_${gwt.i18n.test.InnerClassChar}" />
    </path>

+  <!--
+    Classpaths added for htmlunit libs
+  -->
+  <path id="htmlunit.libs">
+    <pathelement  
location="${gwt.tools.lib}/apache/commons/commons-codec-1.3.jar" />
+    <pathelement  
location="${gwt.tools.lib}/tomcat/commons-collections-3.1.jar" />
+    <pathelement  
location="${gwt.tools.lib}/apache/commons/commons-httpclient-3.1.jar" />
+    <pathelement  
location="${gwt.tools.lib}/apache/commons/commons-io-1.4.jar" />
+    <pathelement  
location="${gwt.tools.lib}/apache/commons/commons-lang-2.4.jar" />
+    <pathelement  
location="${gwt.tools.lib}/tomcat/commons-logging-1.0.jar" />
+    <pathelement location="${gwt.tools.lib}/cssparser/cssparser-0.9.5.jar"  
/>
+    <pathelement location="${gwt.tools.lib}/htmlunit/htmlunit-2.5.jar" />
+    <pathelement  
location="${gwt.tools.lib}/htmlunit/htmlunit-core-js-2.5.jar" />
+    <pathelement location="${gwt.tools.lib}/nekohtml/nekohtml-1.9.12.jar"  
/>
+    <pathelement location="${gwt.tools.lib}/xalan/xalan-2.7.1.jar" />
+    <pathelement location="${gwt.tools.lib}/xerces/serializer-2.7.1.jar" />
+    <pathelement location="${gwt.tools.lib}/xerces/xercesImpl-2.8.1.jar" />
+    <pathelement location="${gwt.tools.lib}/xerces/xml-apis-1.3.04.jar" />
+    <pathelement location="${gwt.tools.lib}/w3c/sac/sac-1.3.jar" />
+  </path>
    <!-- Platform shouldn't matter here, just picking one -->
    <property.ensure name="gwt.dev.jar"  
location="${gwt.build.lib}/gwt-dev-${build.host.platform}.jar" />

@@ -50,6 +70,7 @@
          <pathelement location="${gwt.tools.lib}/w3c/sac/sac-1.3.jar" />
          <pathelement location="${gwt.tools.lib}/w3c/flute/flute-1.3.jar" />
          <pathelement location="${gwt.dev.jar}" />
+        <path refid="htmlunit.libs" />
        </classpath>
      </gwt.javac>

@@ -76,6 +97,7 @@
          <pathelement location="${gwt.tools.lib}/junit/junit-3.8.1.jar" />
          <pathelement  
location="${gwt.tools.lib}/selenium/selenium-java-client-driver.jar" />
          <pathelement location="${gwt.dev.jar}" />
+        <path refid="htmlunit.libs" />
        </classpath>
      </gwt.javac>
    </target>
@@ -174,10 +196,10 @@

    <target name="test.web.htmlunit" depends="compile, compile.tests"  
description="Run htmlunit web-mode tests for this project.">
      <!-- TODO: add more browsers later -->
-    <fileset id="test.web.htmlunit.tests" dir="${javac.junit.out}"  
includes="${gwt.junit.testcase.web.includes}"  
excludes="${gwt.junit.testcase.web.excludes}" />
-    <gwt.junit test.args="${test.args} -htmlunit FF3"  
test.out="${junit.out}/${build.host.platform}-htmlunit-web-mode"  
test.cases="test.web.htmlunit.tests" >
+    <gwt.junit test.args="${test.args} -htmlunit FF3"  
test.out="${junit.out}/${build.host.platform}-htmlunit-web-mode"  
test.cases="default.web.tests" >
        <extraclasspaths>
          <path refid="test.extraclasspath" />
+        <path refid="htmlunit.libs" />
        </extraclasspaths>
      </gwt.junit>
    </target>
@@ -219,7 +241,8 @@
        <antcall target="test.noserver"/>
        <antcall target="test.web"/>
        <antcall target="test.web.disableClassMetadata"/>
-      <antcall target="test.web.htmlunit"/>
+      <!-- TODO(amitmanjhi): uncomment it after fixing the xerces issue -->
+      <!-- <antcall target="test.web.htmlunit"/> -->
        <antcall target="test.web.draft"/>
      </parallel>
      </limit>

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

Reply via email to