You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Krist van Besien <kr...@gmail.com> on 2005/08/18 14:00:54 UTC

starteam and ant: problem with stcheckout

Anybody using starteam? 

I have a problem:

When I checkout files using this command:

stcmd co -p user:password@myserver:5558/myproject/myview/mydir -is 
-vl "mylabel" -o -eol on -fp checkout/mydir

a number of files get checked out.

When I use the following command in a build.xml file:

<stcheckout  
			servername="myserver"
			serverport="5558"
			projectname="myproject"
			viewname="myview"
              		username="user"
              		password="password"
              		rootlocalfolder="checkout/mydir"
              		rootstarteamfolder="mydir"
			label="mylabel"
			deleteuncontrolled="false"
			userepositorytimestamp="true"
			createworkingdirs="false"
              		forced="true"
  			/>

No files are checked out...

If I remove the viewname, I do get my files, but this will ofcourse
not be the ones I want when I try to checkout a label that only exists
in a particular view.
Why is this?

Krist


-- 
krist.vanbesien@gmail.com
Solothurn, Switzerland

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