From user-return-37250-apmail-ant-user-archive=ant.apache.org@ant.apache.org Fri Sep 26 14:28:37 2003 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 67439 invoked from network); 26 Sep 2003 14:28:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Sep 2003 14:28:37 -0000 Received: (qmail 31276 invoked by uid 500); 26 Sep 2003 14:28:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 31159 invoked by uid 500); 26 Sep 2003 14:28:22 -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 31140 invoked from network); 26 Sep 2003 14:28:21 -0000 Received: from unknown (HELO 137100.vserver.de) (62.75.137.100) by daedalus.apache.org with SMTP; 26 Sep 2003 14:28:21 -0000 Received: from D2CFT80J (localhost.localdomain [127.0.0.1]) (authenticated) by 137100.vserver.de (8.11.6/8.11.6) with ESMTP id h8QESJd19555 for ; Fri, 26 Sep 2003 16:28:21 +0200 From: =?iso-8859-1?Q?Antoine_L=E9vy-Lambert?= To: "Ant Users List" Subject: AW: complete stacktrace Date: Fri, 26 Sep 2003 16:27:27 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <200309261210.h8QCAkQ04118@mailgate5.cinetic.de> Importance: Normal 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 run ant -verbose, you will get your stack trace. Cheers, Antoine -----Ursprüngliche Nachricht----- Von: Heike Franosch [mailto:heike.franosch@web.de] Gesendet: Freitag, 26. September 2003 14:11 An: user@ant.apache.org Betreff: complete stacktrace Hi, I have a question about getting a complete stacktrace. I have deliberately put a NullPointerException in my Code. When I run it with ant I get: [java] NullPointerException When normally run in a shell I get Exception in thread "main" java.lang.NullPointerException at Blub.main(Blub.java:33) which gives some more information. Is it possible to get the same with ant? Thanks, Heike --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org