@@ -122,8 +123,11 @@ or environment variables. These are
</tr>
</tr>
</table>
</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.
<p> Your local installation of Perforce may require other settings (e.g.
P4PASSWD, P4CONFIG). Many of these settings can be set using the globalopts
attribute (described below), but not all. If a setting cannot be set
by the command-line options, then it can only be set outside of Ant as an
environment variable.
</p>
</p>
<p>
<p>
Additionally, you may also specify the following attributes:
Additionally, you may also specify the following attributes:
@@ -143,6 +147,16 @@ Additionally, you may also specify the following attributes:
if an error is returned from the p4 command.</td>
if an error is returned from the p4 command.</td>
<td valign="top">No; defaults to true.</td>
<td valign="top">No; defaults to true.</td>
</tr>
</tr>
<tr>
<td valign="top">globalopts<br></td>
<td valign="top">Specifies global options for perforce to use while
executing the task. These properties should be concatenated into one
string,<br>
such as "-P <i>password</i> -C EUCJIS". Use the command-line option
syntax, NOT the environment variable names. See the<br>