Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 14032 invoked from network); 9 Oct 2003 08:07:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Oct 2003 08:07:36 -0000 Received: (qmail 11711 invoked by uid 500); 9 Oct 2003 08:07:01 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11670 invoked by uid 500); 9 Oct 2003 08:07:01 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 11644 invoked from network); 9 Oct 2003 08:07:01 -0000 Received: from unknown (HELO 137100.vserver.de) (62.75.137.100) by daedalus.apache.org with SMTP; 9 Oct 2003 08:07:01 -0000 Received: from D2CFT80J (localhost.localdomain [127.0.0.1]) (authenticated) by 137100.vserver.de (8.11.6/8.11.6) with ESMTP id h9987AD14518 for ; Thu, 9 Oct 2003 10:07:11 +0200 From: =?iso-8859-1?Q?Antoine_L=E9vy-Lambert?= To: "Ant Users List" Subject: AW: Ant 1.6beta & VSS Get Error Date: Thu, 9 Oct 2003 10:06:15 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <81BCB6FDA8961C4A82D175DEDBF45EF908880345@mercury.mmlive.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Brent, could you run your ant 1.5.4 in verbose mode and post the sourcesafe command line which is then issued by ant. I have just had a look at the diffs between MSVSS.java in 1.5.4 and in 1.6, but they are huge, so I cannot just guess what could be wrong. Also try to run by hand the command line generated by ant1.5.4 and by ant1.6 This might be a bug in ant1.6beta Something that you can also try as a temporary fix would be to run vss in ant1.6 with the attribute failonerror set to false. (if the command is in fact right, but simply the error code returned by ss.exe is misleading ant in believing that there has been a failure) Cheers, Antoine -----Urspr�ngliche Nachricht----- Von: Brent Bain [mailto:BrentB@mmlive.com] Gesendet: Donnerstag, 9. Oktober 2003 00:52 An: 'user@ant.apache.org' Betreff: Ant 1.6beta & VSS Get Error Hello: I recently grabbed the Ant 1.6beta as it has a lot of new "cool" features I'd like to start using (especially the scp/ssh capabilities). However when I changed from using ant1.5.4 to ant1.6 my VSS get no longer works. The command that I'm trying is: The error that I get back is:[vssget] Version not found Failed executing: ss Get $/path/to/Starter3.1 -D:\\Local\\Path\\Starter3.1 -I-Y -R -VL-L3.1.R12 -W -Yusername,***** The params that are being passed in look like: vss.starterSrvr=servername vsslabel.starterpack=3.1.R12 vsspath.starterpack=/path/to/Starter3.1 vss.username=username vss.password=password new.starterpack.loc=D:\\Local\\Path\\Starter3.1 Now I read in the "Whats New" document that vss will no longer start off with a '$' so I added that to my vsspath param: vsspath.starterpack=$/path/to/Starter3.1 But that didn't fix a thing. In fact I get the same error. So I'm officially at a loss. Is this a bug or am I missing something else more obvious? And here's the kicker. If I get rid of the '$' and change back to ant1.5.4 everything works 100%. Any tips would be greatly appreciated! Thanks! Brent --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org