Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 1213 invoked by uid 500); 27 Jun 2003 17:48:47 -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 1196 invoked from network); 27 Jun 2003 17:48:46 -0000 Received: from unknown (HELO corvil.com) (213.94.219.177) by daedalus.apache.org with SMTP; 27 Jun 2003 17:48:46 -0000 Received: from preilly.local.corvil.com (preilly.local.corvil.com [172.18.1.173]) by corvil.com (8.12.9/8.12.5) with ESMTP id h5RHmmlT094161 for ; Fri, 27 Jun 2003 18:48:49 +0100 (IST) (envelope-from peter.reilly@corvil.com) Subject: Re: Ant Threading Problem? From: peter reilly To: Ant Users List In-Reply-To: <003501c33cdc$0eef2090$0400a8c0@hewlett2ih5nie> References: <006001c33cc6$52c46660$0400a8c0@hewlett2ih5nie> <009701c33cc6$6b7114b0$030200c0@DJ0X820J> <003501c33cdc$0eef2090$0400a8c0@hewlett2ih5nie> Content-Type: text/plain Organization: Message-Id: <1056736410.5036.267.camel@preilly.local.corvil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 27 Jun 2003 18:53:30 +0100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It could be a problem with your environment. > > > > > [exec] java.lang.NullPointerException > > > [exec] at 0x40233e12: _Jv_ThrowSignal (/usr/lib/libgcj.so.3) You are getting an error from gnu java, but you are configured with sun java: > JAVA_HOME=/usr/java/j2sdk1.4.1_01 > PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin:/sbin:/usr/sbin:/home/PepperJ/bin:/o > You should set PATH: PATH=$JAVA_HOME/bin:$PATH:.... to make sure that the correct java is used. Peter --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org