apache-ant/apache-ant-1.7.1-no-test-jar.patch
Silvan Calarco c90e15c0b2 fix build with optional libraries. CLASSPATH is ignored (why?), needs symlnks in lib/optional
fixes: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found.
also restores build of gcj libraries [release 1.8.4-2mamba;Fri Jun 14 2013]
2024-01-05 20:27:30 +01:00

12 lines
426 B
Diff

--- apache-ant-1.7.1/build.xml.orig 2008-07-15 15:34:52.748697343 -0400
+++ apache-ant-1.7.1/build.xml 2008-07-15 15:35:20.247215410 -0400
@@ -925,7 +925,7 @@
===================================================================
-->
<target name="dist-lite"
- depends="jars,test-jar"
+ depends="jars"
description="--> creates a minimum distribution to run Apache Ant">
<mkdir dir="${dist.dir}"/>