Remove rootlocalfolder="${root}/${reports}" and try the task again.  It
should then use the default working folder configured from the server.

Ben

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 05, 2005 10:20 AM
To: dev@ant.apache.org
Subject: DO NOT REPLY [Bug 36503] New: - Starteam folders might have
different working folders than their names

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

           Summary: Starteam  folders might have different working
folders
                    than their names
           Product: Ant
           Version: 1.6.5
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional SCM tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Starteam can define a folder in two ways. These appear as Name and
working folder.

Using Starteam 6 and Ant 1.6.5, if you try to check out a Starteam
project, it
treats the folder names as "Name" and ignores the working folder
options.

To make the GUI layout visually attractive, a project might be set up as
follows:

ProjectName ( working folder: /ProjectName)
  Source (working folder: src which becomes /ProjectName/src)
  Documentation (working folder: doc which becomes /ProjectName/doc)

For example, we have a project called reports and it gets checked out
using the
following target definition:

  <target name="reports">
          <stcheckout URL="${starteam.server}/${reports.project}"
                username="${username}"
                password="${userpassword}"
                deleteuncontrolled="no"
                createworkingdirs="false"
                rootlocalfolder="${root}/${reports}"
    />
  </target>

The subcirectories checked out at ${root}/${reports} are named Source,
Documentation, with all the information on them. On the other hand, the
working
folders for these folders are "src" and "doc".

Toggling createworkingdirs doesn't make a change (and according to
documentation, shouldn't).

When the command line and Java GUI versions of Starteam 6 client is
used, this
functionality forks fine. When they are checked out with Ant 1.6.5, they
appear
in incorrect folders.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



**************************************************************
This message, including any attachments, contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, please contact sender immediately by reply 
e-mail and destroy all copies.  You are hereby notified that any disclosure, 
copying, or distribution of this message, or the taking of any action based on 
it, is strictly prohibited.
TIAA-CREF
**************************************************************


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

Reply via email to