ant-tla

Summary

An ant-lib that can be used with a GNU arch repository. This is a quickly hacked up jar that provides Ant access to the arch command line app (which is required to be on your system path).

For more information about GNU arch, please see the manual

Version

0.0.1
-- initial release
 - support for basic commandline usage
 - support for register-archive shortcut <tla:register-archive/>
 - support for get shortcut <tla:get/>
 - support for update shortcut <tla:update/>

Usage

To use, download the antlib jar and copy to your ANT_HOME/lib directory. In your build.xml file include the namespace:

<project name="myproject" basedir="." 
         default="test" xmlns:tla="antlib:org.apache.ant.tla">
You don't need to declare antlibs unlike normal ant tasks.

Documentation

ant-tla manual

Download

Please note that this antlib has not been digitally signed unlike normal apache software. Use at your own risk. Please do not report bugs in the Ant Bugzilla as this is unsupported software that I'm releasing for testing and evaluation purposes.

ant-tla » [~8Kb]

Source

This is the source code, provided as a zip file. antunit is used for testing.