Manuel Blechschmidt created BATIK-1141:
------------------------------------------
Summary: The <jar> type doesn't support the "flattenattributes"
attribute when using build.sh
Key: BATIK-1141
URL: https://issues.apache.org/jira/browse/BATIK-1141
Project: Batik
Issue Type: Bug
Components: Utilities
Affects Versions: 1.8
Reporter: Manuel Blechschmidt
# Checkout version 1.8 of batik from git
{code}
git clone https://github.com/apache/batik.git
{code}
# Go to 1.8 tag
{code}
git checkout batik-1_8
{code}
# Build all maven artifacts
{code}
./build.sh maven-artifacts
{code}
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:
{code}
BUILD FAILED
/home/manuel/git/batik/build.xml:1837: The <jar> type doesn't support the
"flattenattributes" attribute.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]