Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11500 invoked from network); 8 Apr 2005 15:07:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Apr 2005 15:07:34 -0000 Received: (qmail 67923 invoked by uid 500); 8 Apr 2005 15:07:20 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 67839 invoked by uid 500); 8 Apr 2005 15:07:20 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 67813 invoked by uid 99); 8 Apr 2005 15:07:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from junior.lgc.com (HELO junior.lgc.com) (134.132.72.99) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 08 Apr 2005 08:07:18 -0700 Received: from lgchvw01.landmark.lgc.com (lgchvw01.lgc.com [134.132.93.107]) by junior.lgc.com (8.11.7/8.11.3) with SMTP id j38F7Ju11900; Fri, 8 Apr 2005 10:07:19 -0500 (CDT) Received: from 134.132.72.99 by lgchvw01.landmark.lgc.com (InterScan E-Mail VirusWall NT); Fri, 08 Apr 2005 10:07:11 -0500 Received: from HOUEXCH903.landmark.lgc.com (houexch903 [134.132.167.43]) by junior.lgc.com (8.11.7/8.11.3) with ESMTP id j38F7DN11870; Fri, 8 Apr 2005 10:07:13 -0500 (CDT) Received: from HOUEXCH902.landmark.lgc.com ([134.132.167.38]) by HOUEXCH903.landmark.lgc.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 8 Apr 2005 10:06:51 -0500 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: RE: Ant configuration problem (tools.jar). Date: Fri, 8 Apr 2005 10:07:05 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ant configuration problem (tools.jar). Thread-Index: AcU8S/kmrFazfolNQ3azeQpIPdUCCAAADUtw From: "Dominique Devienne" To: "Ant Users List" , "Graeme Shaw" X-OriginalArrivalTime: 08 Apr 2005 15:06:51.0267 (UTC) FILETIME=[97D8B530:01C53C4C] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > From: Graeme Shaw [mailto:graemeshaw@gmail.com] >=20 > I'm trying to get Ant set up so I can use it to install Apache XML-RPC. > $JAVA_HOME=3D/usr/lib/java/jre JAVA_HOME is supposed to point to the JDK, not the JRE. > $ANT_HOME=3D/usr/local/ant >=20 > When I run 'ant' in the XML-RPC directory I get the output I've > attached at the bottom. I can't seem to find a tools.jar either in > /usr/lib/java/jre/lib or in /usr/lib/SunJava2-1.4.2/jre/lib. >=20 > Ant seems to be looking for tools.jar in /usr/lib/SunJava2-1.4.2/lib/ > which doesn't even exist. This is all under SuSE Linux Professional > 9.1. Ant will look for it in $JAVA_HOME/lib. The fact that is looks for it in SunJava... is suspicious. I'm SuSE illiterate though, so maybe it's normal? > Any help with this will be greatly appreciated, I need to get XML-RPC > up and running as quickly as possible, thanks in advance, > env: > [echo] java.home =3D /usr/lib/SunJava2-1.4.2/jre > [echo] user.home =3D /home/thorin > [echo] jsse.jar =3D ${jsse.jar} > [echo] jnet.jar =3D ${jnet.jar} > [echo] jcert.jar =3D ${jcert.jar} > [echo] servlet.jar =3D ${servlet.jar} > [echo] junit.jar =3D ${junit.jar} >=20 > BUILD FAILED > /home/thorin/xmlrpc-1.2-b1/build.xml:137: srcdir > "/home/thorin/xmlrpc-1.2-b1/${src.dir}" does not exist! All these ${something} in the output above indicates all these variables are not defined, which is likely not normal. Seems like this build wants you to define all these variables somehow, no? --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org