Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 16712 invoked from network); 14 Jun 2006 07:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 07:40:38 -0000 Received: (qmail 18262 invoked by uid 500); 14 Jun 2006 07:40:33 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 18140 invoked by uid 500); 14 Jun 2006 07:40:32 -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 18129 invoked by uid 99); 14 Jun 2006 07:40:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 00:40:32 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 00:40:30 -0700 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.13.6/8.13.6) with ESMTP id k5E7e5aT019190 for ; Wed, 14 Jun 2006 09:40:05 +0200 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Wed, 14 Jun 2006 09:40:06 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: AW: ant fileproperties task classpath problem Date: Wed, 14 Jun 2006 09:40:06 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ant fileproperties task classpath problem Thread-Index: AcaPgHk2dI4sgpy3Q/KHda1CnkcpfQABMPkg From: To: X-OriginalArrivalTime: 14 Jun 2006 07:40:06.0864 (UTC) FILETIME=[C1A16500:01C68F85] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N >Here's my configuration: > >JDK 1.5.0_07 installed to /usr/local/jdk1.5.0_07=20 >Ant 1.6.5 installed to usr/local/apache-ant-1.6.5 >$ANT_HOME=3D/usr/local/apache-ant-1.6.5 >$JAVA_HOME=3D/usr/local/jdk1.5.0_07 >$PATH=3D[...]:/usr/local/apache-ant-1.6.5/bin:/usr/local/jdk1.5.0_07/bin= seems to be ok >build.xml: > > > >=20 > = correct and works for me >I've tried adding $ANT_HOME/lib to my CLASSPATH, but it didn't help.=20 DONT DO THAT!!! Ant should be started with an empty classpath - it loads all libraries it=20 needs by itself. >This is all on SUSE 10.1. The optional task lib=20 >ant-nodeps.jar (which I think is the right jar for the=20 >fileproperties task) is present in $ANT_HOME/lib. Yes, and it should contain a ....PropertyFile class. >Any suggestions anyone might have would be greatly appreciated! What do you get with "ant -version"? Do you have an official binary distro? Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org