SOURCES: jakarta-commons-codec-buildscript.patch (NEW) - build fix
glen
glen at pld-linux.org
Wed May 10 22:32:48 CEST 2006
Author: glen Date: Wed May 10 20:32:48 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- build fix
---- Files affected:
SOURCES:
jakarta-commons-codec-buildscript.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/jakarta-commons-codec-buildscript.patch
diff -u /dev/null SOURCES/jakarta-commons-codec-buildscript.patch:1.1
--- /dev/null Wed May 10 22:32:48 2006
+++ SOURCES/jakarta-commons-codec-buildscript.patch Wed May 10 22:32:43 2006
@@ -0,0 +1,21 @@
+--- jakarta-commons-codec-1.3/build.xml.orig 2004-09-07 14:34:17.000000000 -0400
++++ jakarta-commons-codec-1.3/build.xml 2004-09-07 14:34:36.000000000 -0400
+@@ -177,7 +177,7 @@
+ <!-- Run all the JUnit Tests -->
+ <target name="test" depends="compile.tests" description="Compiles and runs unit test cases">
+ <record name="${build.home}/test-output.txt" append="no" action="start"/>
+- <junit printsummary="yes" haltonfailure="yes">
++ <junit printsummary="yes" haltonfailure="no">
+ <classpath refid="test.classpath"/>
+ <formatter type="plain"/>
+ <batchtest fork="yes" todir="${build.home}/test-reports">
+--- commons-codec-1.3/build.xml~ 2004-05-24 02:30:34.000000000 +0300
++++ commons-codec-1.3/build.xml 2006-05-10 23:30:41.805006184 +0300
+@@ -97,7 +97,6 @@
+ <target name="jar" depends="compile" description="Create jar">
+ <mkdir dir="${dist.home}"/>
+ <mkdir dir="${build.home}/classes/META-INF"/>
+- <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
+ <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
+ </target>
+ <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">
================================================================
More information about the pld-cvs-commit
mailing list