Patches item #2990042, was opened at 2010-04-20 11:49
Message generated for change (Tracker Item Submitted) made by austinrappa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474853&aid=2990042&group_id=54790

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Austin Rappa (austinrappa)
Assigned to: Nobody/Anonymous (nobody)
Summary: Expanded Perforce Tasks

Initial Comment:
Added many common Perforce commands to the NAntContrib tasks, minor bug fixes 
and made changes to the underlying base class to allow redirect of output for 
every Perforce task to a text file which can then be read for further 
processing.

Added Perforce tasks:
- P4Changes.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/changes.html
- P4Client.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/client.html
- P4Dirs.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/dirs.html
- P4Files.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/files.html
- P4Have.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/have.html
- P4Info.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/info.html
- P4Lock.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/lock.html
- P4Login.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/login.html
- P4Logout.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/logout.html
- P4Opened.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/opened.html
- P4Rename.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/rename.html
- P4Set.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/set.html
- P4Sizes.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/sizes.html
- P4Unlock.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/unlock.html
- P4Where.cs: 
http.cs://www.perforce.com/perforce/doc.current/manuals/cmdref/where.html

Changes to existing Perforce tasks:
- P4Add.cs: Added ability to add multiple files with wildcard support
- P4Base.cs: Allow output of all tasks to file
- P4Change.cs: Command performs output to text file different from other 
commands
- P4Delete.cs: Encapsulated filename in quotes to fix bug when file name 
contained spaces
- P4Edit.cs: Encapsulated filename in quotes to fix bug when file name 
contained spaces
- P4Print.cs: Encapsulated filename in quotes to fix bug when file name 
contained spaces
- P4Reopen.cs: Encapsulated filename in quotes to fix bug when file name 
contained spaces
- P4Revert.cs: Encapsulated filename in quotes to fix bug when file name 
contained spaces
- P4Submit.cs: Added ability to submit description text with the changelist and 
encapsulated filename in quotes to fix bug when file name contained spaces
- P4Sync.cs: Added ability to sync a specific revision number and encapsulated 
filename in quotes to fix bug when file name contained spaces
- Perforce.cs Added asynchronous capture of stdout and stderror

Created Perforce tasks:
- P4Exists.cs: Returns either a file count of a Perforce depot folder or 
formatted p4 fstat output (which retrieves information about each file) into a 
text or xml file.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474853&aid=2990042&group_id=54790

------------------------------------------------------------------------------
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to