Description
- Checkout version 1.8 of batik from git
git clone https://github.com/apache/batik.git
- Go to 1.8 tag
git checkout batik-1_8
- Build all maven artifacts
./build.sh maven-artifacts
Expected:
- Should work
Actual:
- The packaged ant version in the lib folder (lib/build/ant-1.6.5.jar) is so old that it is producing the following problem:
BUILD FAILED /home/manuel/git/batik/build.xml:1837: The <jar> type doesn't support the "flattenattributes" attribute.