An ant-lib that can be used to darcs repository. This is a quickly hacked up jar that provides Ant access to the darcs command line app (which is required to be on your system path).
For more information about darcs, please see the manual
0.0.1 -- initial release - support for basic commandline usage - support for initialize shortcut <darcs:initialize/> - support for get shortcut <darcs:get/> - support for pull shortcut <darcs:pull/>
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:darcs="antlib:org.apache.ant.darcs">
You don't need to declare antlibs unlike normal ant tasks.
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-darcs » [~8Kb]