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

Chris Halls halls at alioth.debian.org
Wed Jul 4 12:08:38 UTC 2012


Author: halls
Date: 2012-07-04 12:08:37 +0000 (Wed, 04 Jul 2012)
New Revision: 222

Added:
   gwt/trunk/debian/patches/fix-test-classpath
Modified:
   gwt/trunk/debian/patches/series
Log:
Add patch fix-test-classpath

Fixes classpath for running tests to not need distributed jars

Added: gwt/trunk/debian/patches/fix-test-classpath
===================================================================
--- gwt/trunk/debian/patches/fix-test-classpath	                        (rev 0)
+++ gwt/trunk/debian/patches/fix-test-classpath	2012-07-04 12:08:37 UTC (rev 222)
@@ -0,0 +1,11 @@
+--- a/dev/build.xml
++++ b/dev/build.xml
+@@ -236,7 +236,7 @@
+         test.jvmargs="${test.jvmargs}"
+         test.cases="tests.dev.core" >
+       <extraclasspaths>
+-        <pathelement location="${alldeps.jar}" />
++        <path refid="gwt.dev.build.classpath" />
+         <!-- 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

Modified: gwt/trunk/debian/patches/series
===================================================================
--- gwt/trunk/debian/patches/series	2012-07-04 12:08:31 UTC (rev 221)
+++ gwt/trunk/debian/patches/series	2012-07-04 12:08:37 UTC (rev 222)
@@ -9,3 +9,4 @@
 build-with-jdt35
 generated-protobuf-class
 build-with-jdt37
+fix-test-classpath




More information about the pkg-eucalyptus-commits mailing list