Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 27545 invoked from network); 21 Oct 2005 18:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Oct 2005 18:10:53 -0000 Received: (qmail 9320 invoked by uid 500); 21 Oct 2005 18:10:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 9278 invoked by uid 500); 21 Oct 2005 18:10:46 -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 9263 invoked by uid 99); 21 Oct 2005 18:10:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2005 11:10:45 -0700 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; Fri, 21 Oct 2005 11:10:44 -0700 Received: by www.samaflost.de (Postfix, from userid 1000) id 218B388A36A; Fri, 21 Oct 2005 20:10:21 +0200 (CEST) To: user@ant.apache.org Subject: Re: [Junit] throws NullPointerException X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 50590) References: <24BE418F8416F24D837E0157E45DD82401876464@eridani.de.3soft> From: Stefan Bodewig Date: Fri, 21 Oct 2005 20:10:20 +0200 In-Reply-To: <24BE418F8416F24D837E0157E45DD82401876464@eridani.de.3soft> (Patrick Wunderlich's message of "Fri, 21 Oct 2005 12:57:15 +0200") Message-ID: <87wtk6zqpf.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 Fri, 21 Oct 2005, Patrick Wunderlich wrote: > "doc" is null! There seems to be a problem with xml processing... > I've tested this with JDK 1.4.2_08 and 1.5.0_04 under WinXP. > Ant-Version: 1.6.5 Looks as if something in your testcase was writing to System.out before Ant starts the tests. A static block maybe? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org