[
https://issues.apache.org/jira/browse/BATIK-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15135817#comment-15135817
]
ASF GitHub Bot commented on BATIK-1141:
---------------------------------------
GitHub user ManuelB opened a pull request:
https://github.com/apache/batik/pull/7
Fixed BATIK-1141-update-ant
Problem description can be found here:
https://issues.apache.org/jira/browse/BATIK-1141
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ManuelB/batik bug/BATIK-1141-update-ant
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/batik/pull/7.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7
----
commit 5f68d2d5dce746d88fe62f42561507fb3c6f6402
Author: Manuel Blechschmidt <[email protected]>
Date: 2016-02-06T15:27:22Z
* Fixed BATIK-1141-update-ant
----
> 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]