[pkg-eucalyptus-commits] r232 - gwt/trunk/debian/patches

Chris Halls halls at alioth.debian.org
Wed Jul 4 12:09:23 UTC 2012


Author: halls
Date: 2012-07-04 12:09:23 +0000 (Wed, 04 Jul 2012)
New Revision: 232

Modified:
   gwt/trunk/debian/patches/fix-test-classpath
Log:
fix-test-classpath: Add system libraries to user test compilation classpath

Modified: gwt/trunk/debian/patches/fix-test-classpath
===================================================================
--- gwt/trunk/debian/patches/fix-test-classpath	2012-07-04 12:09:19 UTC (rev 231)
+++ gwt/trunk/debian/patches/fix-test-classpath	2012-07-04 12:09:23 UTC (rev 232)
@@ -11,3 +11,13 @@
          <!-- TODO: the following six items are needed because dev (alone) does
              not adhere to the .../{src,super,test} convention, having a split
              between core and (historically) oophm and the OS platforms.  When
+--- a/user/build.xml
++++ b/user/build.xml
+@@ -138,6 +138,7 @@
+     <mkdir dir="${javac.junit.out}" />
+     <gwt.javac srcdir="test" excludes="com/google/gwt/langtest/**" destdir="${javac.junit.out}">
+       <classpath>
++        <path refid="gwt.user.build.classpath" />
+         <pathelement location="${javac.out}" />
+         <pathelement location="${gwt.tools.lib}/junit/junit-4.8.2.jar" />
+         <pathelement location="${gwt.tools.lib}/selenium/selenium-java-client-driver.jar" />




More information about the pkg-eucalyptus-commits mailing list