From ant-dev-return-16985-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Mon Aug 20 23:23:10 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 90934 invoked by uid 500); 20 Aug 2001 23:23:09 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 90923 invoked from network); 20 Aug 2001 23:23:07 -0000 Sender: bojan@binarix.com Message-ID: <3B819C36.AA8C0EF2@binarix.com> Date: Tue, 21 Aug 2001 09:24:38 +1000 From: Bojan Smojver Organization: Binarix Corporation Pty Ltd X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.9 i686) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: Jikes debugging/Ant References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Thanks for your help. Bojan Conor MacNeill wrote: > > Bojan, > > Can you start by running > ant -debug > > and looking for the log message where Jikes is invoked. You can then try > running the Jikes command in the way Ant is running Jikes to see what is > happening. > > Conor > > > -----Original Message----- > > From: bojan@binarix.com [mailto:bojan@binarix.com] > > Sent: Tuesday, 21 August 2001 7:54 AM > > To: Ant Dev > > Subject: Jikes debugging/Ant > > > > > > Some of you may have noticed my post about Jikes dramas on the user > > list. In order for me to produce something useful, I'd need to run Jikes > > from Ant through gdb to get the 'where' trace when it crashes. How do I > > do that from within Ant? > > > > Bojan > >