From ant-dev-return-40027-qmlist-jakarta-archive-ant-dev=jakarta.apache.org@jakarta.apache.org Mon Dec 02 14:34:14 2002 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 39382 invoked from network); 2 Dec 2002 14:34:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Dec 2002 14:34:14 -0000 Received: (qmail 2202 invoked by uid 97); 2 Dec 2002 14:35:17 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 2149 invoked by uid 97); 2 Dec 2002 14:35:16 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 2136 invoked by uid 50); 2 Dec 2002 14:35:16 -0000 Date: 2 Dec 2002 14:35:16 -0000 Message-ID: <20021202143516.2135.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 9588] - StarTeamLabel task doesn't work when trying to label a view X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=9588 StarTeamLabel task doesn't work when trying to label a view ------- Additional Comments From mkatz@destinyhealth.com 2002-12-02 14:35 ------- This also threw this exact error for me on Starteam 5.2, StarGate SDK 5.2, Build 118 I changed the StarTeamLabel code to use the tip rather than a timed one as the most recent to create the label off of. I am running ant and starteam server on different machines, and am wondering if there is a timing issue. Also I was wondering what version of the sdk did the Label become deprecated, cause ant uses Label and my docs say to use a method in the View class. ------ protected View createSnapshotView(View raw) { ViewConfiguration vc = ViewConfiguration.createTip(); return new View(raw,vc);//new View(raw, ViewConfiguration.createFromTime(this.lastBuild)); } -- To unsubscribe, e-mail: For additional commands, e-mail: