clj-ant is a Clojure interface to Apache Ant's task and type
ecosystem. It is not a build tool — there's no opinion about
project layout, no replacement for tools.build. It exists so that
the long tail of Ant's ~470 tasks and types (<scp>,
<replaceregexp>, <filterchain>, <jar>, <get>,
<checksum>, <apply>, ...)
becomes callable as ordinary Clojure code, with results readable
as Clojure data.
The docs to read, roughly in order:
clojure.tools.build.Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |