You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Kirk Wylie <ki...@radik.com> on 2001/04/04 18:03:18 UTC

[PATCH] p4counter can now set a property based on counter value

This is incremental based on current CVS (which now includes my previous
patch which created the <p4counter> task).

<p4counter> now accepts a "property" attribute. If it is set, the P4Counter
task will fill the property's value with the counter value from the
perforce server.

Documentation on the perforce optional tasks have also been updated with
the new semantics, and further documentation on how to use <p4counter> have
been provided.

Kirk Wylie