Ant Script Library

I always seem to re-implement the same Ant scripts where ever I go. To try an short-circuit this pointless bit of re-work, I’ve re-implemented the scripts (again) in my own time, and am packaging them up for generate release under the Apache license, allowing me to properly reuse these scripts. I’ve uploaded them here:

You use this by unzipping the contents to your workspace, and create your own build.xml file similar to the following:

<project name="afp-renderer" default="dist">
<import file="../ant-script-library/asl-java.xml"/>
</project>

In the coming weeks I’ll explain more about the design and usage of these scripts, but for the moment you can have a poke about. I’m interested if anyone has any feedback about these.

You can get hold of the scripts from the download page.

One thought on “Ant Script Library

Comments are closed.