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 84823 invoked from network); 7 Feb 2001 00:47:06 -0000 Received: from unknown (HELO Exchange1.buymedia.com) (206.216.192.6) by h31.sny.collab.net with SMTP; 7 Feb 2001 00:47:06 -0000 Received: by Exchange1.buymedia.com with Internet Mail Service (5.5.2650.21) id ; Tue, 6 Feb 2001 16:28:21 -0800 Message-ID: <1067BB807B9721429D2B8120699C249C308716@Exchange1.buymedia.com> From: "Duffey, Kevin" To: "'ant-user@jakarta.apache.org'" Subject: RE: VSSGET problems.. Date: Tue, 6 Feb 2001 16:27:33 -0800 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 Thank you all for replies..it finally worked. Now..is there any chance I can display only the files it gets or replaces..and not the whole list? Its not a big deal, but it would be nice to either display just the new/replaced files, or not display anything at all. Is there an option for that? Thanks again. > -----Original Message----- > From: Liu, Kenneth Albert (Kenneth)** CTR ** > [mailto:kenliu@lucent.com] > Sent: Tuesday, February 06, 2001 1:02 PM > To: ant-user@jakarta.apache.org > Subject: RE: VSSGET problems.. > > > We have the VSS directory on the machine where our VSS > repository is located > shared > under NT. So in our build scripts we access the ss.exe > located on that > machine > instead of the one on the local box. > > You can run Ant in verbose mode (-verbose) to see exactly > what command line > you are using. > > Also make sure you are using the newest version of Ant, there > were some > patches > applied to VSSGET since Ant version 1.2. There is also a > VSSLABEL task but > I don't think it's documented in the main Ant documentation. > > Ken > > > -----Original Message----- > > From: Duffey, Kevin [mailto:KDuffey@BUYMEDIA.com] > > Sent: Tuesday, February 06, 2001 3:42 PM > > To: 'ant-user@jakarta.apache.org' > > Subject: VSSGET problems.. > > > > > > Hi all, > > > > I wrote a while back on this problem and still seem to be > > having it. I am > > trying to use the command, and the syntax is > > correct. However, when > > I run the script, I see the output box (DOS window that > pops up) show > > VSSGET: username:kduffey and then it just hangs there. > > Nothing shows up. > > It never returns. First..is a list of files supposed to be > > displayed there > > if it gets any new files? Second, I set the SSUSER > > environment variable, > > restarted my machine, etc..and it still keeps asing me for > > the username. If > > I go to CMD (win2K) and I type in ss at the prompt, it also > > asks me for the > > login name. When I enter my valid login name and my password, > > it continues > > to tell me user does not exist. So, my thought here is that > > for whatever > > reason, its not hitting the right VSS database, which is > > located out on the > > network. We have client VSS installed for each workstation. > > Any ideas on why > > this may be a problem and how to circumvent it? > > > > Thanks. > > >