File apache-ant-bootstrap.patch of Package ant
diff -urEbwB apache-ant-1.9.10.orig/bootstrap.sh apache-ant-1.9.10/bootstrap.sh
--- apache-ant-1.9.10.orig/bootstrap.sh 2024-02-24 14:08:30.314445819 +0100
+++ apache-ant-1.9.10/bootstrap.sh 2024-02-24 14:26:03.365260408 +0100
@@ -129,7 +129,7 @@
echo ... Compiling Ant Classes
-"${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR} ${TOOLS}/bzip2/*.java ${TOOLS}/tar/*.java ${TOOLS}/zip/*.java \
+"${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR} -sourcepath src/main ${TOOLS}/bzip2/*.java ${TOOLS}/tar/*.java ${TOOLS}/zip/*.java \
${TOOLS}/ant/util/regexp/RegexpMatcher.java \
${TOOLS}/ant/util/regexp/RegexpMatcherFactory.java \
${TOOLS}/ant/property/*.java \
diff -urEbwB apache-ant-1.9.10.orig/build.xml apache-ant-1.9.10/build.xml
--- apache-ant-1.9.10.orig/build.xml 2024-02-24 14:08:30.377779202 +0100
+++ apache-ant-1.9.10/build.xml 2024-02-24 14:26:18.598605534 +0100
@@ -543,9 +543,6 @@
===================================================================
-->
<target name="prepare">
- <tstamp>
- <format property="year" pattern="yyyy"/>
- </tstamp>
<filterchain id="ant.filters">
<expandproperties/>
</filterchain>