Package org.apache.tools.ant.taskdefs.optional.perforce

ANT Tasks for Perforce integration.

See:
          Description

Interface Summary
P4Handler Interface for p4 job output stream handler.
 

Class Summary
P4Base Base class for Perforce (P4) ANT tasks.
P4Change P4Change - grab a new changelist from Perforce.
P4Edit P4Edit - checkout file(s) for edit.
P4HandlerAdapter  
P4Have P4Have - lists files currently on client.
P4Label P4Label - create a Perforce Label.
P4Submit P4Submit - submit a numbered changelist to Perforce.
P4Sync P4Sync - synchronise client space to a perforce depot view.
SimpleP4OutputHandler  
 

Package org.apache.tools.ant.taskdefs.optional.perforce Description

ANT Tasks for Perforce integration. These tasks provide basic P4 capabilities to automated ANT-based build systems. Note: the tasks in this package are linked against the Jakarta ORO 2.0 library which brings the power of Perl 5 regular expressions to Java. You will need to install ORO and modify build.xml to reflect the location of jakarta-oro-2.0.jar. These tasks also require you to have the p4 (or p4.exe) client in your path.

Author:
Les Hughes
See Also:
Jakarta Project, Perforce, P4Sync, P4Label, P4Have, P4Change, P4Edit, P4Submit