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

checkout of starteam sub-folder to a specified directory doesnt work

           Summary: checkout of starteam sub-folder to a specified directory
                    doesnt work
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a starteam project, I'm trying to checkout a subfolder into the
${basedir} with is not the default specified in the starteam project.  It goes
crazy and tries to write the file to a wrong directory.

This task:
<stcheckout URL="${STARTEAM_URL}/TESA - Modules/"
  username="${STARTEAM_USERNAME}" password="${STARTEAM_PASSWORD}" 
  rootstarteamfolder="/KS3/" rootlocalfolder="${basedir}/"
  deleteuncontrolled="false" forced="true"/>

Tries to do this:

[stcheckout] Checking out: TESA - Modules\KS3\src\tdoc\frames\Frame_10041.java
-->
c:\dev\tesa-modules\C:\dev\tesa-modules\KS3\C:\dev\tesa-modules\KS3\src\C:\dev\tesa-modules\KS3\src\tdoc\C:\dev\tesa-modules\KS3\src\tdoc\frames\Frame_10041.java

Reply via email to