Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 87848 invoked from network); 30 Apr 2007 19:11:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2007 19:11:55 -0000 Received: (qmail 58376 invoked by uid 500); 30 Apr 2007 19:12:01 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 58338 invoked by uid 500); 30 Apr 2007 19:12:01 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 58327 invoked by uid 99); 30 Apr 2007 19:12:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 12:12:01 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 12:11:54 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id E3E7771404A; Mon, 30 Apr 2007 12:11:33 -0700 (PDT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 42304] New: - P4Label task doesn't support the new 'revision' field for Perforce labels Message-ID: X-Bugzilla-Reason: AssignedTo Date: Mon, 30 Apr 2007 12:11:33 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=42304 Summary: P4Label task doesn't support the new 'revision' field for Perforce labels Product: Ant Version: 1.7.0 Platform: All OS/Version: other Status: NEW Severity: normal Priority: P4 Component: Optional SCM tasks AssignedTo: dev@ant.apache.org ReportedBy: brian.hartin@gmail.com Perforce now allows labels to include a revision specifier, which allows the label to refer to all files under a certain view, as of a specific revision, without actually attaching files to the label. This saves a lot of space in the Perforce metadata tables, so it is highly desirable. The P4Label task has no such 'revision' attribute, so we have to use to get this feature. I have written a patch to address this, and will attempt to contribute such. Supporting this feature would be as simple as adding this (optional) attribute and adding it to the 'label' command when present, e.g. // If revision provided newLabel = newLabel + "\nRevision: " + revision; and skipping the 'labelsync -l' operation, e.g. // Only if no revision provided execP4Command("labelsync -l " ... -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org