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 2005/01/07 17:30:20 UTC

DO NOT REPLY [Bug 32995] New: - StarTeam doesn't add comment to new files when adduncontrolled="true"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32995>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32995

           Summary: StarTeam <checkin> doesn't add comment to new files when
                    adduncontrolled="true"
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: bob_kimball@yahoo.com


Using the following target and having a new file in the local folder, the new 
file is added to the repository without the specified comment text as it should 
according to the documentation: "Because the addUncontrolled attribute has been 
set, if StarTeam does not already control this file in this location, it will 
be added to the repository. Also, it will write a comment to the repository for 
this version of the file."

  <target name="checkin">
    <stcheckin servername="${ST_SERVER}"
                serverport="${ST_SERVERPORT}"
                projectname="${ST_PROJECT}"
                viewname="${ST_TARGET_VIEW}"
                username="${ST_USER}"
                password="${ST_PASSWORD}"
                rootstarteamfolder="${ST_ROOT_FOLDER}"
                rootlocalfolder="${LOCAL_FOLDER}"
                adduncontrolled="true"
                recursive="true"
                comment="Merged from view=${ST_SOURCE_VIEW} and 
label=${ST_SOURCE_LABEL}"
                />
  </target>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org