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=9849>. 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=9849 stcheckin with rootlocalfolder set forces checkin Summary: stcheckin with rootlocalfolder set forces checkin Product: Ant Version: 1.5Beta2 Platform: Sun OS/Version: Solaris Status: NEW Severity: Minor Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Add the following task to your build.xml (substitute all ${} items): <!-- Check in file --> <target name="checkin"> <stcheckin URL="${ST.url}" username="${username}" password="${password}" rootstarteamfolder="${starteamtarget}" rootlocalfolder="${localsource}" includes="${filename}" /> </target> Regardless of the rootlocalfolder location or status of the file to checkin, the file will be checked into StarTeam, adding to the file history. In the Starteam GUI, if a file is to be checked in and that file has a status of Current, the file is not checked in. This is true if the Default or Alternate (GUI terms) working folders are set. The expectation is that the Ant version works the same way. If the rootlocalfolder is set (or not set), the checkin process should verify the status of the file and then determine if the file should be checked in. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
