From 6424badf13ec08abfc60ff4bffcacb601c298ad8 Mon Sep 17 00:00:00 2001
From: Nico Seessle by Version 1.1 - 2001/01/09
@@ -25,9 +26,9 @@ However, the addition of new p4 commands is a pretty simple task (see the source
Although it is possible to use these commands on the desktop,
they were primarily intended to be used by automated build systems.
Note: These tasks require the oro 2.0 regular -expression package. Simply download this package and copy the jakarta-oro-2.0.jar file into Ant's lib directory. -You will also need the perforce client executable (p4 or p4.exe but not p4win.exe) in your path. +
Note: These tasks require the oro 2.0.XXX regular +expression package. Simply download this package and copy the jakarta-oro-2.0.XXX.jar file into Ant's lib directory. +You will also need the Perforce client executable (p4 or p4.exe but not p4win.exe) in your path.
@@ -37,11 +38,11 @@ You will also need the perforce client executable (p4 or p4.exe but not p4win.exP4Sync | -Synchronise a workspce to a depot | +Synchronise a workspace to a depot |
P4Change | -Request a new changelist from the perforce server | +Request a new changelist from the Perforce server |
P4Edit | @@ -49,7 +50,7 @@ You will also need the perforce client executable (p4 or p4.exe but not p4win.ex||
P4Submit | -Submit a changelist to the perforce server (checkin) | +Submit a changelist to the Perforce server (checkin) |
P4Have | @@ -108,7 +109,7 @@ or environment variables. These are
-Your local installation of perforce may require other settings (e.g. P4PASSWD, P4CONFIG). At the moment, these can only be set outside of Ant, as environment variables. +Your local installation of Perforce may require other settings (e.g. P4PASSWD, P4CONFIG). At the moment, these can only be set outside of Ant, as environment variables.
Request a new changelist from the perforce server. +
Request a new changelist from the Perforce server. This task sets the ${p4.change} property which can then be passed to P4Submit or P4Edit.