SOURCES: jakarta-commons-net-disable_tests.patch (NEW) - patch to ...

jajcus jajcus at pld-linux.org
Fri May 26 13:27:44 CEST 2006


Author: jajcus                       Date: Fri May 26 11:27:44 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch to disable failing tests (yes, an ugly hack)

---- Files affected:
SOURCES:
   jakarta-commons-net-disable_tests.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/jakarta-commons-net-disable_tests.patch
diff -u /dev/null SOURCES/jakarta-commons-net-disable_tests.patch:1.1
--- /dev/null	Fri May 26 13:27:44 2006
+++ SOURCES/jakarta-commons-net-disable_tests.patch	Fri May 26 13:27:39 2006
@@ -0,0 +1,12 @@
+diff -dur -x '*~' commons-net-1.4.1.orig/build.xml commons-net-1.4.1/build.xml
+--- commons-net-1.4.1.orig/build.xml	2005-12-03 17:05:48.000000000 +0100
++++ commons-net-1.4.1/build.xml	2006-05-26 13:11:25.000000000 +0200
+@@ -58,7 +58,7 @@
+       </fileset>
+     </copy>
+   </target>
+-  <target name="jar" description="o Create the jar" depends="compile,test">
++  <target name="jar" description="o Create the jar" depends="compile">
+     <jar jarfile="${defaulttargetdir}/${final.name}.jar">
+ 	    <fileset dir="${classesdir}">
+ 		    <exclude name="**/examples/**"/>
================================================================


More information about the pld-cvs-commit mailing list