Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 73340 invoked from network); 2 Mar 2004 22:04:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Mar 2004 22:04:03 -0000 Received: (qmail 88199 invoked by uid 500); 2 Mar 2004 22:03:42 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 88106 invoked by uid 500); 2 Mar 2004 22:03:42 -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 88087 invoked from network); 2 Mar 2004 22:03:41 -0000 Received: from unknown (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 2 Mar 2004 22:03:41 -0000 Received: from antbuild.com (p5080ed8e.dip0.t-ipconnect.de [80.128.237.142]) by relay.t-online-com.de (SMTPSVC(1.0.0.2)) with ESMTP id DB620150F22 for ; Tue, 2 Mar 2004 21:48:18 +0100 (CET) Message-ID: <4044F859.2080108@antbuild.com> Date: Tue, 02 Mar 2004 22:10:49 +0100 From: =?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Unable to get junit task to work References: In-Reply-To: X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Antoine skeen@vtechphones.com wrote: >Forgive me I'am a newbie at this, > >My first problem is I don't know how to get the Error detail (is there a >log file or debug flag to set? I tried ant -d but it gave no detail on >the Errors). And my second problem is I cannot determine why I can run >the test with not problem using junit commandline but not from a simple >ant buildfile?? > > Use printsummary="withOutAndErr" and run your build in verbose mode too if you want. (meaning ant -v) > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org