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/09/05 16:20:21 UTC

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: hakan.koseoglu@gmail.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org