You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by "simon steiner (JIRA)" <ji...@apache.org> on 2019/03/01 13:08:00 UTC

[jira] [Resolved] (BATIK-1253) Missing build.sh still referenced from build.xml

     [ https://issues.apache.org/jira/browse/BATIK-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

simon steiner resolved BATIK-1253.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.8)

http://svn.apache.org/viewvc?view=revision&revision=1854582

> 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, 1.11
>            Reporter: Hamilton Turner
>            Priority: Major
>         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: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org