<td>Request a new changelist from the perforce server</td>
<td>Request a new changelist from the Perforce server</td>
</tr>
<tr>
<td><a href="#p4edit">P4Edit</a></td>
@@ -49,7 +50,7 @@ You will also need the perforce client executable (p4 or p4.exe but not p4win.ex
</tr>
<tr>
<td><a href="#p4submit">P4Submit</a></td>
<td>Submit a changelist to the perforce server (checkin)</td>
<td>Submit a changelist to the Perforce server (checkin)</td>
</tr>
<tr>
<td><a href="#p4have">P4Have</a></td>
@@ -108,7 +109,7 @@ or environment variables. These are
</table>
<p>
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.
</p>
<h3>Examples</h3>
@@ -184,7 +185,7 @@ available from the <a href="http://www.perforce.com/" target="_top">Perforce web
<h2><a name="p4change">P4Change</a></h2>
<h3>Description:</h3>
<p>Request a new changelist from the perforce server.
<p>Request a new changelist from the Perforce server.
This task sets the ${p4.change} property which can then be passed to P4Submit or P4Edit.