[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

Ludovic Claude ludovic.claude at laposte.net
Thu Jan 5 23:13:20 UTC 2012


The following commit has been merged in the master branch:
commit 11541bad87261a934e9815be15cee549eca20283
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Tue Jan 3 21:07:46 2012 +0100

    Add new patches to fix tests

diff --git a/debian/patches/fix_test_classpath.patch b/debian/patches/fix_test_classpath.patch
new file mode 100644
index 0000000..c7074fd
--- /dev/null
+++ b/debian/patches/fix_test_classpath.patch
@@ -0,0 +1,11 @@
+--- a/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java
++++ b/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java
+@@ -68,7 +68,7 @@
+     {
+         List cp = new ArrayList();
+ 
+-        File file = getLocalArtifactPath( "commons-lang", "commons-lang", "2.0", "jar" );
++        File file = getLocalArtifactPath( "commons-lang", "commons-lang", "debian", "jar" );
+ 
+         assertTrue( "test prerequisite: commons-lang library must be available in local repository, expected "
+                     + file.getAbsolutePath(), file.canRead() );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9935f49
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_test_classpath.patch

-- 
Plexus Compiler



More information about the pkg-java-commits mailing list