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=18998>. 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=18998 Documentation for stlabel task incorrectly states that description is not required Summary: Documentation for stlabel task incorrectly states that description is not required Product: Ant Version: 1.5.2 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My "stlabel" task did not have a "description" attribute and I received an exception. Below is the beginning of the stack trace. java.lang.IllegalArgumentException: label description cannot be null at com.starbase.starteam.LabelMethods.createLabel(LabelMethods.java:373) at com.starbase.starteam.Label.update(Label.java:733) at org.apache.tools.ant.taskdefs.optional.starteam.StarTeamLabel.execute (StarTeamLabel.java:193)