You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by pedro Cristian <pe...@yahoo.fr> on 2004/01/28 17:45:12 UTC

vssget task and VSS Working folder.

Hi every one,

We are using the vssget (Ant 1.5.1) on our projects.

		<vssget
			ssdir="${VSS_BIN_DIRECTORY_PATH}"
			vsspath="${VSS_PROJECT_PATH}"
			serverPath="${VSS_SERVER_PATH}"
			localPath="${VSS_LOCAL_PATH}"
			label="${VSS_PROJECT_LABEL}"
			recursive="true"
			writable="false"
			autoresponse="Y"
		/>

It works fine.

In VSS there is a 'working folder' that is the default folder used when using a
Get command from the VSS GUI. 

In the VSS GUI you can set the working folder and get a project into another
folder (without changing your current working folder). 

However, it seems that this task sets the VSS working folder to the local path
used. 

Is there a way of using the appropriate localPath but not setting the VSS
working folder?

Pedro



_________________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

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