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=20576>.
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=20576

STlabel doesn't create "Build" labels.

           Summary: STlabel doesn't create "Build" labels.
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


STlabel doesn't create "Build" labels.

Here's a sample of one of my label targets. The label is successfully created
but it is not a build label and doesn't appear on Starteam as a build label
(i.e., cannot be used properly in change requests etc.)

  <target name="inf.label">
    <echo message="Label should be  ${label} with ${nowstamp}"/>
    <stlabel
             URL="${starteam.server}/${V21INF.PROJECT}"
             username="${starteam.user}"
             password=""
             label="${label}"
             lastbuild="${nowstamp}"
             description="Build:${label}:Schema ${schemaversion} 
time:${nowstamp}"
   />
  </target>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to