You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/12/02 15:35:16 UTC

DO NOT REPLY [Bug 9588] - StarTeamLabel task doesn't work when trying to label a view

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=9588>.
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 <current> 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>