I wrote for my own use perforce's p4add optional task -- seems this was already requested.
Is it possible to add it to the distribution ?
Options:
commandlength is a positive integer specifying the maximum length
of the commandline when adding files. Defaults to 450,
higher values mean faster execution, but also possible
failures.
OPTIONAL
changelist is a positive integer specifying the changelist. If not
specified
the files will be added to the default one. OPTIONAL.
Usage sample:
Require a changelist, add all java files starting from a directory,
and submit
<p4change/>
<p4add commandlength="20000" changelist="${p4.change}">
<fileset dir="../dir/src/" includes="**/*.java"/>
</p4add>
<p4submit change="${p4.change}"/>
Files to add:
src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Add.java
Files to change:
1. In src/main/org/apache/tools/ant/taskdefs/defaults.properties add
p4add=org.apache.tools.ant.taskdefs.optional.perforce.P4Add
2. Update docs/manual/OptionalTasks/perforce.html
Anli Shundi [EMAIL PROTECTED]
Product Development Group office: (919) 969-6518
TIBCO Software Inc.
www.extensibility.com | www.XMLschema.com | www.tibco.com
P4Add.java
Description: Binary data
