nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff -Naur calcoo-2.1.0-old/build.xml calcoo-2.1.0-new/build.xml
2--- calcoo-2.1.0-old/build.xml 1969-12-31 21:00:01.000000000 -0300
3+++ calcoo-2.1.0-new/build.xml 2022-04-16 15:41:59.763861191 -0300
4@@ -16,7 +16,7 @@
5 <!-- Create the build directory structure used by compile -->
6 <mkdir dir="${build}"/>
7 <!-- Compile the java code from ${src} into ${build} -->
8- <javac srcdir="${src}" destdir="${build}" includeantruntime="false"/>
9+ <javac srcdir="${src}" destdir="${build}" includeantruntime="false" encoding="iso-8859-1"/>
10 </target>
11
12 <target name="copyresource" depends="compile">
13@@ -31,7 +31,7 @@
14 <target name="testcompile">
15 <mkdir dir="${testbuild}"/>
16 <!-- Compile the java code from ${testsrc} into ${testbuild} -->
17- <javac srcdir="${testsrc}" destdir="${testbuild}" includeantruntime="false">
18+ <javac srcdir="${testsrc}" destdir="${testbuild}" includeantruntime="false" encoding="iso-8859-1">
19 <classpath>
20 <pathelement location="${junitpath}\junit.jar"/>
21 <pathelement location="${junitpath}\hamcrest-core.jar"/>