It should be executing ss.exe, since this is the command line version of the
application.  ssexp.exe is just a GUI front-end.


-----Original Message-----
From: Dana Rice [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 12:40 PM
To: '[EMAIL PROTECTED]'
Subject: RE: pulling out the code from SourceSafe


Thanks Shannon, I'm closer but still not there. Am I wrong in observing that
vssget tries to execute ss.exe? Should it not be ssexp.exe?

-----Original Message-----
From: Shannon Wagner [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 9:49 AM
To: '[EMAIL PROTECTED]'
Subject: RE: pulling out the code from SourceSafe


Dana,

We're using code similar to the following:

...
rem setenv.bat - This part runs in a batch script.
rem
rem You seem to need to have this environment variable
rem set in order for VSS to find the database.
set ssdir=\\SERVER\path\to\vss_database

...
<!-- build.xml -->
<!-- Note that VSS calls everything a project, not a folder. -->
<vssget localpath="c:\path\to\local\vss\working\folder"
        login="vss_user,vss_password"
        vsspath="$/path/to/project/in/vss"
        ssdir="c:\path\to\vss\executable"
        recursive="true"/>

-----Original Message-----
From: Dana Rice [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 11:24 AM
To: '[EMAIL PROTECTED]'
Subject: RE: pulling out the code from SourceSafe


Thanks for the explanation. I'm having a problem with my vsspath. Part of
the problem is that VSS is on another computer on our network but I still
should be able to get to if I use the correct path statement. What is vssget
looking for? The notes make reference to a project, I usually just get the
latest version, do I have to create a project for vssget to work?
-----Original Message-----
From: Peterson, Lance [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 4:48 PM
To: '[EMAIL PROTECTED]'
Subject: RE: pulling out the code from SourceSafe


MSVSSGET is the name of the class that implements the vssget task.  (The
full name is org.apache.tools.ant.taskdefs.optional.vss.MSVSSGET.)
Defaults.properties (in src/org/apache/tools/ant/taskdefs) maps MSVSSGET to
vssget. 
-----Original Message----- 
From: Dana Rice [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 12, 2001 4:41 PM 
To: '[EMAIL PROTECTED]' 
Subject: RE: pulling out the code from SourceSafe 


why when you get a listing of the optional.jar there is no vssget but there 
is a MSVSSGET? 

Reply via email to