Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 61018 invoked from network); 18 Jan 2006 05:13:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jan 2006 05:13:49 -0000 Received: (qmail 74736 invoked by uid 500); 18 Jan 2006 05:13:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 74675 invoked by uid 500); 18 Jan 2006 05:13:43 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 74663 invoked by uid 99); 18 Jan 2006 05:13:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 21:13:42 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.160.128.107] (HELO www.samaflost.de) (217.160.128.107) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 21:13:42 -0800 Received: by www.samaflost.de (Postfix, from userid 1000) id 56B4C88A408; Wed, 18 Jan 2006 06:13:21 +0100 (CET) To: user@ant.apache.org Subject: Re: java.lang.NullPointerException at .XMLJUnitResultFormatter.formatOutput(XMLJUnitResultFormatter.java:253) X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 51984) References: From: Stefan Bodewig Date: Wed, 18 Jan 2006 06:13:21 +0100 In-Reply-To: (somath nao's message of "Tue, 17 Jan 2006 11:20:10 -0500") Message-ID: <87k6cy15la.fsf@www.samaflost.de> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tue, 17 Jan 2006, somath nao wrote: > I'm trying to get the jUnit task to show the results in a xml > format, however, when I add "" in the Ant > build script I get java.lang.NullPointerException at > .XMLJUnitResultFormatter.formatOutput(XMLJUnitResultFormatter.java:253) Which exact version of Ant is this (helps to locate what ant is trying to do at that line)? > Here's what I have in the ant build file: > > haltonfailure="yes" > showoutput="no"> > > > > > outfile="result" > > > > Do you really want to separate xml formatters? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org