[
https://issues.apache.org/jira/browse/BATIK-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16780699#comment-16780699
]
simon steiner commented on BATIK-1253:
--------------------------------------
Added 1.11 Jira tag
> Missing build.sh still referenced from build.xml
> ------------------------------------------------
>
> Key: BATIK-1253
> URL: https://issues.apache.org/jira/browse/BATIK-1253
> Project: Batik
> Issue Type: Bug
> Affects Versions: trunk, 1.9, 1.10
> Reporter: Hamilton Turner
> Priority: Major
> Fix For: 1.8
>
> Attachments:
> 0001-Ensure-that-ant-jars-all-jar-targets-remain-viable-a.patch
>
>
> +Issue Overview+
> Between 1.8 and 1.9 the attached patch removed {{build.sh}}. However,
> {{build.sh}} is still referenced in {{build.xml}} for 1.9, 1.10, and 1.11.
> Also, {{build.bat}} is still present.
> +Steps to Reproduce+
>
> {code:java}
> $ git clone https://github.com/apache/batik.git
> $ git checkout batik-1_11
> $ grep build.sh build.xml
> [unix] ./build.sh compile
> [unix] ./build.sh squiggle
> [unix] ./build.sh help
> <include name="build.sh"/>
> <include name="build.sh"/>
> <include name="build.sh"/>{code}
>
> +Proposed Solution+
> The project should have some basic guidelines for compilation inside the
> source code, and (preferrably) the instructions should either be
> cross-platform OR the instructions should be correct for each platform.
> If the recommended answer is to use Ant directly, as indicated in BATIK-1172,
> then {{build.xml}} should be edited to reflect this and (possibly)
> {{build.bat}} should also be removed
> +Addendum+
> Jira does not have a tag for {{1.11}} as a released version, and I'm unsure
> who to ping to ask for the tag to be added - help?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]