Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 12120 invoked from network); 16 Apr 2008 13:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2008 13:51:55 -0000 Received: (qmail 77684 invoked by uid 500); 16 Apr 2008 13:51:51 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 77661 invoked by uid 500); 16 Apr 2008 13:51:51 -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 77650 invoked by uid 99); 16 Apr 2008 13:51:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 06:51:51 -0700 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 kathryn.rivard@gmail.com designates 209.85.198.240 as permitted sender) Received: from [209.85.198.240] (HELO rv-out-0506.google.com) (209.85.198.240) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 13:51:08 +0000 Received: by rv-out-0506.google.com with SMTP id b17so1163756rvf.40 for ; Wed, 16 Apr 2008 06:51:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=NMLqizPb/MwL9lNx1bJTF0L+o/eSc8jNeimDArCY930=; b=Po0HdyAURlZ6L0AKadutherGiz3OaLvEwk5uGRk1DeC869zpGMtMwN7iD6qMwLmnzgDmzHX2JlHCLHRsXMkLyTeU0Eb8DodJZ+uovrNYQmzgHfJa5RRVktU2dB2DzdIAvm4fN4asXFaDFtn1KuKGeO4F0ncSM5Uz3BiERZLav20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MHr8DTSXU94Np1r3ayZO28zooF3gNqhWrqlKqrlnS50PzGwBiytDSKj+fU7358iRqe5AhW0Z4PaySCdrmmtfU7uc9T+3nQYNyJdNH08mI9dpnwV/vZdOtR5NepAKZeuyAK6XJm2diyDdHYuAOzYdgNMFZkIMtT1VL1OJptM+sZY= Received: by 10.140.133.16 with SMTP id g16mr5208626rvd.231.1208353881963; Wed, 16 Apr 2008 06:51:21 -0700 (PDT) Received: by 10.141.79.6 with HTTP; Wed, 16 Apr 2008 06:51:21 -0700 (PDT) Message-ID: Date: Wed, 16 Apr 2008 09:51:21 -0400 From: "Kathryn Rivard" Sender: kathryn.rivard@gmail.com To: "Ant Users List" Subject: Re: taskdef not receiving the classpath properly? In-Reply-To: <4805E0C9.7060900@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47FF7495.7040208@free.fr> <47FF8ACF.4010506@free.fr> <4805E0C9.7060900@apache.org> X-Google-Sender-Auth: 98ada7ac4c8f6365 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Apr 16, 2008 at 7:19 AM, Steve Loughran wrote: > It was probably the RPM version getting in ahead of anything else...we > changed the scripts in Ant1.7 so your own installation gets in there first. Whatever you changed, it didn't work 100% for my system. To get Ant1.7 to run instead of 1.6, I had to remap /usr/bin/ant by hand, and nuke /etc/ant.conf which I'm pretty sure is a fedora thing. When installing from a binary though I kinda expect to have to massage the system to get it to work, so it wasn't a big deal. > 2. you can also stick jars into ~/.ant/lib, so that different users can > have stuff in the classpath, even with a root-only ANT_HOME/lib Definitely tried that. Putting things in ~/.ant/lib/ was just as effective as ANT_HOME/lib (neither worked for 1.6 on my system, and they failed in the same ways) -- I wish I could've figured out exactly what was wrong to be able to tell you guys, but this one may remain a mystery. Thanks Steve, Katie --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org