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 35347 invoked from network); 4 Aug 2000 08:10:53 -0000 Received: from gate.txt.it (HELO txt.it) (212.29.135.8) by locus.apache.org with SMTP; 4 Aug 2000 08:10:53 -0000 Received: from txtsv003.txtii.it (txtsv003 [172.16.1.49]) by txt.it (8.9.0/8.8.7) with ESMTP id JAA05249 for ; Fri, 4 Aug 2000 09:21:16 +0200 Received: from tmws001 ([172.16.17.249]) by txtsv003.txtii.it (Lotus Domino Release 5.0.2b (Intl)) with SMTP id 2000080410095780:282 ; Fri, 4 Aug 2000 10:09:57 +0200 From: "Luigi Fioravanti" To: Subject: RE: Ant and Visual SourceSafe Date: Fri, 4 Aug 2000 10:13:14 +0200 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <003301bffd53$af476d70$7028a8c0@healthecare.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-MIMETrack: Itemize by SMTP Server on TXTSV003/TXT(Release 5.0.2b (Intl)|16 December 1999) at 2000/08/04 10:09:57 AM, Serialize by Router on TXTSV003/TXT(Release 5.0.2b (Intl)|16 December 1999) at 2000/08/04 10:09:59 AM, Serialize complete at 2000/08/04 10:09:59 AM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This build file works correctly in my system. ... In the %ant_home%\bin I put optional.jar. I use standard ant.bat file for WinNT, that automatically puts all jar file found in %ant_home%\lib in the classpath used to start ant. That's all, I think. Luigi Fioravanti. ________________________________________________________ Luigi Fioravanti TXT e-solutions S.p.A. e-mail: luigi.fioravanti@txt.it address: via Socrate, 41 - 20128 - Milano - Italy ________________________________________________________ -----Original Message----- From: Giri Alwar [mailto:galwar@str.com] Sent: Thursday, August 03, 2000 4:04 PM To: ant-user@jakarta.apache.org Subject: Ant and Visual SourceSafe Has anyone had any luck getting files from Visual Source Safe using the optional "VssGet" task in Ant 1.1 (you need to get optional.jar to run this task)? Although I have optional.jar in my classpath, Ant keeps telling me that it cannot find a task called VssGet. Any help in this matter would be greatly appreciated. Giri