Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 96094 invoked from network); 14 Nov 2008 11:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 11:07:50 -0000 Received: (qmail 21993 invoked by uid 500); 14 Nov 2008 11:07:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 21954 invoked by uid 500); 14 Nov 2008 11:07:54 -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 21943 invoked by uid 99); 14 Nov 2008 11:07:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 03:07:53 -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 74.125.44.154 as permitted sender) Received: from [74.125.44.154] (HELO yx-out-1718.google.com) (74.125.44.154) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 11:06:34 +0000 Received: by yx-out-1718.google.com with SMTP id 34so600750yxf.70 for ; Fri, 14 Nov 2008 03:07:17 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=7zZXNBQ5sPYwaY+5Uh7BWX+VMHExohtRn6hcnmmfV3E=; b=f7xdNvCwY/biEtgwV7ZtxW0xZnyQdM/EiH3rKIqTmi0D965Qag5AQdrLdZ8v/ZBA0s nW02xcjeLg+/pex/wN0R7m+dVYXU9c/q6a748/7yIJMnevQqcp1EbajigSH/FikQLiks BImE78jBTrCTrNOwwNWLcgDw6iKhSFa9BED+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fb8M5uL+twATQPiJDXK3aCPGUi9ZX4CvjR5ouLtuNhEol/tu+/IH3M89XAEao80qL7 vcygdWpuJnI9b87FPHDRkFKGpERJzGFLkibiLM3ESmzMWMvcQbcdnWS1w1r7q01DZm05 pxePc8TtUvUbY6m5OIuyW6qshyywMqx55yRCM= Received: by 10.151.141.8 with SMTP id t8mr1635810ybn.145.1226660837431; Fri, 14 Nov 2008 03:07:17 -0800 (PST) Received: by 10.151.132.10 with HTTP; Fri, 14 Nov 2008 03:07:17 -0800 (PST) Message-ID: <2aec41790811140307p592e18bbg7ea56bc5edc3210a@mail.gmail.com> Date: Fri, 14 Nov 2008 05:07:17 -0600 From: "Patrick Waugh" To: "Ant Users List" Subject: Re: libs in ${user.name}/.ant In-Reply-To: <9EE86F1965E19E499C80DE52AC807B5501B6F6F5@z011021.bk.fin.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9EE86F1965E19E499C80DE52AC807B5501B6F6F5@z011021.bk.fin.local> X-Virus-Checked: Checked by ClamAV on apache.org Yes, I have read this... which is how I figured it out to begin with. I guess I must have deleted something somewhere, and need to put it back in the CLASSPATH. On Fri, Nov 14, 2008 at 12:28 AM, wrote: >> I'm not sure about ~/.ant/lib - but I know if you drop it in >> $ANT_HOME/lib >> it should work with no classpath... >> >> On Thu, 13 Nov 2008, Patrick Waugh wrote: >> >> > I have this: >> > >> > > > classpath="${user.home}/.ant/lib/ant-contrib.jar" uri = >> > "http://ant-contrib.sourceforge.net" description = "Needed to use >> > ant-contrib." /> >> > >> > 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? > > > http://ant.apache.org/manual/running.html#libs > > > Jan > > --------------------------------------------------------------------- > 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