DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13222>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13222 [PATCH] ClearCase mklabel and mklbtype tasks Summary: [PATCH] ClearCase mklabel and mklbtype tasks Product: Ant Version: 1.5.1Beta1 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I've added two new ClearCase tasks: CCMkLabel and CCMkLblType. Here's a usage example: <ccmklbtype viewpath="${cc.view.dir}" replace="true" label="BUILD_10_02_02" /> <ccmklabel viewpath="${cc.view.dir}" recurse="true" replace="true" label="BUILD_10_02_02" /> The replace attribute determines whether to try and replace the label/label type that already exists. I've attached the new files as well as the diffs to defaults.properties and ClearCase.java. Hopefully somebody else could use these tasks! Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
