From 6424badf13ec08abfc60ff4bffcacb601c298ad8 Mon Sep 17 00:00:00 2001 From: Nico Seessle Date: Thu, 3 May 2001 07:10:16 +0000 Subject: [PATCH] Capitalised "Perforce", cleaned up some typos, amended authors names. Submitted by: Les Hughes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268995 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/perforce.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/manual/OptionalTasks/perforce.html b/docs/manual/OptionalTasks/perforce.html index 2dbf0d34f..e2bd099d7 100644 --- a/docs/manual/OptionalTasks/perforce.html +++ b/docs/manual/OptionalTasks/perforce.html @@ -7,6 +7,7 @@

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.ex - + - + @@ -49,7 +50,7 @@ You will also need the perforce client executable (p4 or p4.exe but not p4win.ex - + @@ -108,7 +109,7 @@ or environment variables. These are
P4SyncSynchronise a workspce to a depotSynchronise a workspace to a depot
P4ChangeRequest a new changelist from the perforce serverRequest a new changelist from the Perforce server
P4Edit
P4SubmitSubmit a changelist to the perforce server (checkin)Submit a changelist to the Perforce server (checkin)
P4Have

-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.

Examples

@@ -184,7 +185,7 @@ available from the Perforce web

P4Change

Description:

-

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.

Parameters