Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 47588 invoked from network); 13 Nov 2008 15:36:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 15:36:19 -0000 Received: (qmail 45328 invoked by uid 500); 13 Nov 2008 15:36:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45086 invoked by uid 500); 13 Nov 2008 15:36:23 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 45075 invoked by uid 99); 13 Nov 2008 15:36:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 07:36:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ptwaugh@gmail.com designates 64.233.170.190 as permitted sender) Received: from [64.233.170.190] (HELO rn-out-0910.google.com) (64.233.170.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 15:35:04 +0000 Received: by rn-out-0910.google.com with SMTP id m68so822323rnd.22 for ; Thu, 13 Nov 2008 07:35:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=BLlIlW3Ucm1VdupTb2wWj+fA1lErgH2yK4s40ujKIzI=; b=oPhJ4itszKrN311S3GSjL9TS12An09igjm77EzAJMpXP/cko3fo/CMMQ/Z7nrYSRxK G5oNQkNHbugv1nepB7ZmYBCu8trlkLtvh4w+C8R2DHa9pMcM0t2pNWPy3m/5l3aCWYEw M0347odmhY/8qcsKDkIxf+lmyQWrDm1UPGXek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ZfLYFfqOH0VSOFMZb0EIlXV6XjLNcS+tc4WnA2ckgouCymdTpOxE+Hswk/IcJCDHjO Iw+fMdknnoOl7UONuH0qUM5KOe0haMDl6Zza+4QcIRCfnE9V28Wd1yZcC3Jjx5Fq9k3E 2zEVT8R9R6IVVMf7YTB7X3iID63eDdMxH29pE= Received: by 10.150.150.3 with SMTP id x3mr4500324ybd.71.1226590547353; Thu, 13 Nov 2008 07:35:47 -0800 (PST) Received: by 10.151.132.10 with HTTP; Thu, 13 Nov 2008 07:35:47 -0800 (PST) Message-ID: <2aec41790811130735j72117841p17fbe272e68b901b@mail.gmail.com> Date: Thu, 13 Nov 2008 09:35:47 -0600 From: "Patrick Waugh" To: "Ant Users List" Subject: libs in ${user.name}/.ant MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I have this: which works when I specify the classpath. It used to work (I'm on linux obviously) without the classpath entry, as it's supposed to when you put jar's in the .ant/lib directory. Anyone know how I could have screwed this up? Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org