Summary
Returns information from the "p4 info" command back into variables for
use within the build process.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Perforce - Base Types
-
- Task
graph BT
Type-->Base0["Task"]
Type["P4Info"]
class Type type-node
Syntax
[TaskName("p4info")]
public class P4Info : Task
Examples
Fill the variables using the task.
<p4info user="myuser" client="myclient" host="myhost" root="myroot" />
<echo message="User: ${myuser} - Client: ${myclient} - Host: ${myhost} - Root: ${myroot}" />
Attributes
Type | Description |
---|---|
TaskName |
Properties
Methods
Name | Value | Summary |
---|---|---|
ExecuteTask |
void |