Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 38711 invoked from network); 17 Sep 2003 11:47:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Sep 2003 11:47:42 -0000 Received: (qmail 83832 invoked by uid 500); 17 Sep 2003 11:47:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 83793 invoked by uid 500); 17 Sep 2003 11:47:14 -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 83728 invoked from network); 17 Sep 2003 11:47:13 -0000 Received: from unknown (HELO sns-felb.debis.de) (53.122.101.2) by daedalus.apache.org with SMTP; 17 Sep 2003 11:47:13 -0000 Received: by sns-felb.debis.de; id NAA04648; Wed, 17 Sep 2003 13:47:12 +0200 Received: from unknown(53.113.82.10) by neptun.sns-felb.debis.de via smap (V5.0) id xma004642; Wed, 17 Sep 03 13:47:09 +0200 Received: from edmb003.edm-b.edm.dsh.de (localhost [127.0.0.1]) by dshmail1.dsh.de (8.9.1/8.8.7) with ESMTP id NAA03664 for ; Wed, 17 Sep 2003 13:33:35 +0200 (MET DST) Received: by edmb003.edm-b.edm.dsh.de with Internet Mail Service (5.5.2653.19) id ; Wed, 17 Sep 2003 13:47:09 +0200 Message-ID: From: Maier Daniel To: "'Ant Users List'" Subject: Perhaps JAVA_HOME does not point to the JDK Date: Wed, 17 Sep 2003 13:47:08 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hello, the message in the subject field appears when i start ant 1.5.4 from eclipse 2.1 with jdk 1.4.2. java_home is definitely ok. my settings are: set AXIS_HOME=c:\axis set JAVA_HOME=C:\j2sdk1.4.2_01 set ANT_HOME=C:\ant set AXIS_LIB=%AXIS_HOME%\lib set AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar;%AXIS_LIB %\commons-logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;%AXIS_LIB%\l og4j-1.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar;%AXIS_HOME% set CLASSPATH=%AXISCLASSPATH%;C:\progs\java_ftp_applet\lib;C:\progs\java_ftp_app let\lib\inetfactory.jar;C:\progs\java_ftp_applet\examples\ftp;c:\Programme\J ava\j2re1.4.2\bin;C:\progs\Apache Group\Tomcat 4.1\common\lib\tools.jar set PATH=%PATH%;%JAVA_HOME%\bin;%JAVA_HOME%;%ANT_HOME%\bin i have checked many of the proposed solutions here, none of them worked. maybe i have to set a variable in the buildfile? thanks for helping me, daniel --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org