1 /usr/bin/ant will put dozens of jars on the classpath, including a
2 rhino.jar that breaks the build
4 --- rhino/build.xml.orig 2021-11-11 17:25:07.284267174 +0100
5 +++ rhino/build.xml 2021-11-11 17:25:38.689242510 +0100
7 <property file="apiClasses.properties"/>
8 <property name="docsrc.dir" value="docs"/>
9 <property name="dist.docsrc.dir" value="src/docs"/>
10 + <property name="build.sysclasspath" value="ignore"/>
13 <target name="init" depends="properties">