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=19470>. 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=19470 Use createViewLabel method of View class to create view labels instead of Label class Summary: Use createViewLabel method of View class to create view labels instead of Label class Product: Ant Version: 1.5.3 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The current code supporting the StarTeam "stlabel" task uses the StarTeam Label class (which is deprecated) to create view labels. The Label class doesn't support creating a view label as a "build" label. The View class, which the StarTeam SDK documentation suggests using, provides the createViewLabel method that allows the caller to specify the label as a "build" label. A good reason to make this change is that it will allow the view label to be selected in the StarTeam change request "Addressed in build" field.