Hamilton Turner created BATIK-1253:
--------------------------------------

             Summary: 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: 1.10, 1.9, trunk
            Reporter: Hamilton Turner
             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]

Reply via email to