Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 57117 invoked from network); 15 Nov 2000 08:02:42 -0000 Received: from mail2.ezone.se (212.112.191.12) by locus.apache.org with SMTP; 15 Nov 2000 08:02:42 -0000 Received: from wtexchange01.webteknik.se (wtexchange01.webteknik.se [172.16.1.14]) by mail2.ezone.se (8.9.3/8.9.3) with ESMTP id JAA00996 for ; Wed, 15 Nov 2000 09:02:14 +0100 Received: by wtexchange01 with Internet Mail Service (5.5.2650.21) id ; Wed, 15 Nov 2000 09:01:41 +0100 Message-ID: From: =?ISO-8859-1?Q?J=F6rgen_Lundberg?= To: "'ant-user@jakarta.apache.org'" Subject: RE: vssget, recursive Date: Wed, 15 Nov 2000 09:01:41 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C04EDA.49E71C36" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C04EDA.49E71C36 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable I also had some problems with that. When setting the ssdir to the vss-folder it complained about not finding ss.exe. And when setting the ssdir to the win32-folder where ss.exe is at it complained about not finding the data-folder. So, I ended up copying ss.exe and ssus.dll from win32 one folder up in the tree to my vss-folder, and then it worked... If you have your vss-database in some other folder, just copy ss.exe and ssus.dll to the same folder where the srcsafe.ini-file for that database is. I hope there is some other way of doing this but this one works anyway. This is how my I got this to work, maybe there is another (correct?) way of doing it. :) D:\VSS |---data\ |---srcsafe.ini |---ss.exe |---ssus.dll |---win32\ |---ss.exe and the rest of the vss-exe:s =20 Hope this helps, and please tell me if you can get vssget to do a NON recursive get. / J=F6rgen Lundberg, jorgen.lundberg@cypoint.se -----Original Message----- From: Eric Hodges [mailto:harmony2@swbell.net] Sent: den 14 november 2000 18:42 To: ant-user@jakarta.apache.org Subject: RE: vssget, recursive Cool, a co-worker showed me where it was and the docs. But I can't = find any way to tell it which Source Safe database to connect to. Is there a = way? -----Original Message----- From: J=F6rgen Lundberg [mailto:jorgen.lundberg@cypoint.se] Sent: Tuesday, November 14, 2000 11:17 AM To: 'ant-user@jakarta.apache.org' Subject: RE: vssget, recursive It's in the optional.jar.=20 Download it from the Apache ftp-site and put it=20 in your ANT_HOME/lib directory.=20 You can find the documentation for the optionals=20 in ANT_HOME/docs/index.html.=20 ------_=_NextPart_001_01C04EDA.49E71C36 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable RE: vssget, recursive

I also had some problems with that. When setting = the
ssdir to the vss-folder it complained about not = finding
ss.exe. And when setting the ssdir to the = win32-folder
where ss.exe is at it complained about not = finding
the data-folder. So, I ended up copying ss.exe and = ssus.dll
from win32 one folder up in the tree to my = vss-folder, and
then it worked...

If you have your vss-database in some other = folder,
just copy ss.exe and ssus.dll to the same = folder
where the srcsafe.ini-file for that database = is.
I hope there is some other way of doing this = but
this one works anyway.

This is how my I got this to work, maybe there is = another
(correct?) way of doing it. :)

D:\VSS
    |---data\
    |---srcsafe.ini
    |---ss.exe
    |---ssus.dll
    |---win32\
          = |---ss.exe and the rest of the vss-exe:s

   <vssget
      = localPath=3D"${src.dir}/com/"
      = recursive=3D"false"
      = login=3D"username,password"
      = vsspath=3D"${vss.src}/com/"
      = ssdir=3D"D:/VSS"
      = writable=3D"true"/>

Hope this helps, and please tell me if you can get = vssget
to do a NON recursive get.

  / J=F6rgen Lundberg, = jorgen.lundberg@cypoint.se



-----Original Message-----
From: Eric Hodges [mailto:harmony2@swbell.net]
Sent: den 14 november 2000 18:42
To: ant-user@jakarta.apache.org
Subject: RE: vssget, recursive


Cool, a co-worker showed me where it was and the = docs.  But I can't find any way to tell it which Source Safe = database to connect to.  Is there a way?

-----Original Message-----
From: J=F6rgen Lundberg [mailto:jorgen.lundberg@cypoin= t.se]
Sent: Tuesday, November 14, 2000 11:17 AM
To: 'ant-user@jakarta.apache.org'
Subject: RE: vssget, recursive


It's in the optional.jar.
Download it from the Apache ftp-site and put it =
in your ANT_HOME/lib directory.
You can find the documentation for the optionals =
in ANT_HOME/docs/index.html.

------_=_NextPart_001_01C04EDA.49E71C36--