
Jakarta Ant Perforce (www.perforce.com) integration tasks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
See license.txt for licensing details.
See build.xml for site specific settings.

Why?
^^^^
Because perforce is pretty cool, I use it at work and Ant 1.1 didn't have any
means of talking to it. Ant 1.2 does have a p4 sync equivalent but these tasks
go a little bit further.


Building
^^^^^^^^
You will need:-

jakarta-oro 2.0
jakarta-ant 1.2 (may work with eariler versions?)
Perforce p4 client and a p4d server (free for non-commercial, two user use I think)

Read the build.xml file and change the file locations to suit your site.
Run "ant all" to generate everything (binaries, docs, jars of src and binaries etc)
Then have a read of the javadocs.

Basic Use
^^^^^^^^^
See test.xml for examples of usage. And the Javadocs also contain handy usage info.

Author
^^^^^^
Les Hughes (leslie.hughes@rubus.com)





