view tool_dependencies.xml @ 0:c49abc8cead0 draft default tip

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_ant_1_9_6 commit ec894c6a914409932f5f5fb406d2a513a12c6445-dirty
author bebatut
date Mon, 09 Nov 2015 07:07:23 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="ant" version="1.9.6">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://apache.websitebeheerjd.nl//ant/source/apache-ant-1.9.6-src.zip</action>
                <action type="shell_command">sudo sh build.sh -Ddist.dir=$INSTALL_DIR/bin/ant/ dist</action>
                <action type="set_environment">
                    <environment_variable name="ANT_DIR" action="set_to">$INSTALL_DIR/bin/ant/</environment_variable>
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/ant/bin/</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
Apache Ant is a Java library and command-line tool whose mission is to drive processes 
described in build files as targets and extension points dependent upon each other. 

Download source distribution and build them into a specific directory.

For more details, see:
http://ant.apache.org/
        </readme>
    </package>
</tool_dependency>