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

Reply via email to