Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 54773 invoked by uid 500); 13 Apr 2001 16:47:24 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 54762 invoked from network); 13 Apr 2001 16:47:23 -0000 Message-ID: <0FCAF6060176D411A5EE00805FFEF17A5F859F@NY02MX01> From: Shannon Wagner To: "'ant-user@jakarta.apache.org'" Subject: RE: pulling out the code from SourceSafe Date: Fri, 13 Apr 2001 12:47:34 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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:Dana.Rice@exodus.net] Sent: Friday, April 13, 2001 12:40 PM To: 'ant-user@jakarta.apache.org' 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:swagner@smartmoney.com] Sent: Friday, April 13, 2001 9:49 AM To: 'ant-user@jakarta.apache.org' 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 ... -----Original Message----- From: Dana Rice [mailto:Dana.Rice@exodus.net] Sent: Friday, April 13, 2001 11:24 AM To: 'ant-user@jakarta.apache.org' 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:lpeterson@verticore.com] Sent: Thursday, April 12, 2001 4:48 PM To: 'ant-user@jakarta.apache.org' 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:Dana.Rice@exodus.net] Sent: Thursday, April 12, 2001 4:41 PM To: 'ant-user@jakarta.apache.org' 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?