Re: Ant configuration problem (tools.jar).

2005-04-09 Thread Graeme Shaw
Thanks very much for everyone's rapid responses, downloading a JDK and changing my $JAVA_HOME to point to it resolved the problem, Ant is now working correctly! On Apr 8, 2005 4:12 PM, Jeffrey E Care <[EMAIL PROTECTED]> wrote: > If all you have is the JRE (and not the JDK) then you won't have tool

Re: Ant configuration problem (tools.jar).

2005-04-08 Thread Jeffrey E Care
If all you have is the JRE (and not the JDK) then you won't have tools.jar -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis Graeme Shaw <[EMAIL PROTECTED]> wrote on 04/08/2005 11:01:

RE: Ant configuration problem (tools.jar).

2005-04-08 Thread Dominique Devienne
> From: Graeme Shaw [mailto:[EMAIL PROTECTED] > > I'm trying to get Ant set up so I can use it to install Apache XML-RPC. > $JAVA_HOME=/usr/lib/java/jre JAVA_HOME is supposed to point to the JDK, not the JRE. > $ANT_HOME=/usr/local/ant > > When I run 'ant' in the XML-RPC directory I get the ou

AW: Ant configuration problem (tools.jar).

2005-04-08 Thread Jan . Materne
tools.jar is part of a JDK - not included in a JRE. So your JAVA_HOME should point to a JDK. Jan > -Ursprüngliche Nachricht- > Von: Graeme Shaw [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 8. April 2005 17:02 > An: user@ant.apache.org > Betreff: Ant configuration pro

Ant configuration problem (tools.jar).

2005-04-08 Thread Graeme Shaw
I'm trying to get Ant set up so I can use it to install Apache XML-RPC. I have: $JAVA_HOME=/usr/lib/java/jre $ANT_HOME=/usr/local/ant 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 /us