-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ant


> Apache Ant.

> Tool for building and managing Java-based projects.

More information.


Build a project with default build file `build.xml`:

ant

Build a project using build file other than `build.xml`:

ant -f {buildfile.xml}

Print information on possible targets for this project:

ant -p

Print debugging information:

ant -d

Execute all targets that do not depend on fail target(s):

ant -k


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:10:28 2024