Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 55900 invoked from network); 25 Mar 2004 16:29:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 16:29:55 -0000 Received: (qmail 65521 invoked by uid 500); 25 Mar 2004 16:29:38 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 65434 invoked by uid 500); 25 Mar 2004 16:29:38 -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 65420 invoked from network); 25 Mar 2004 16:29:37 -0000 Received: from unknown (HELO e35.co.us.ibm.com) (32.97.110.133) by daedalus.apache.org with SMTP; 25 Mar 2004 16:29:37 -0000 Received: from westrelay04.boulder.ibm.com (westrelay04.boulder.ibm.com [9.17.193.32]) by e35.co.us.ibm.com (8.12.10/8.12.2) with ESMTP id i2PGTYF4303980 for ; Thu, 25 Mar 2004 11:29:34 -0500 Received: from d03nm119.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by westrelay04.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i2PGTWoY078166 for ; Thu, 25 Mar 2004 09:29:32 -0700 To: user@ant.apache.org Subject: Re: Can you turn on debug and verbose from inside ant or only from the command line? X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 From: Darin Swanson Message-ID: Date: Thu, 25 Mar 2004 08:30:01 -0800 X-MIMETrack: Serialize by Router on D03NM119/03/M/IBM(Release 6.0.2CF2|July 23, 2003) at 03/25/2004 09:29:31, Serialize complete at 03/25/2004 09:29:31 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_alternative 005B117F88256E62_=" 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 --=_alternative 005B117F88256E62_= Content-Type: text/plain; charset="us-ascii" You can add listeners within Eclipse by setting an Argument on the Main tab of the Ant launch configuration (just like the Ant command line) -listener your.build.Listener Darins Stefan Bodewig 03/23/04 10:43 PM Please respond to "Ant Users List" To: user@ant.apache.org cc: Subject: Re: Can you turn on debug and verbose from inside ant or only from the command line? On Tue, 23 Mar 2004, Ray Tayek wrote: > I can turn on -verbose and -debug from the command line. How do I do > this from within ant? You can't. You can either attach an extra listener that uses a different verbosity (not sure whether that's possible using Eclipse) or use to create a logfile with information at whatever level you'd like. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --=_alternative 005B117F88256E62_=--