Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 44612 invoked by uid 500); 24 Jul 2001 05:39:14 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 44603 invoked from network); 24 Jul 2001 05:39:13 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Question concerning screen output for javac References: <3B59AE1F.26F35DCB@mailandnews.com> <3B5D0618.C87FD0BB@mailandnews.com> From: Stefan Bodewig Date: 24 Jul 2001 07:39:22 +0200 In-Reply-To: Scott Goldstein's message of "Mon, 23 Jul 2001 22:22:33 -0700" Message-ID: Lines: 11 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Mon, 23 Jul 2001, Scott Goldstein wrote: > Is there any way to configure the javac task to print these messages > or do I have to edit the source for the task? There is no easy way, no. Hacking the source for the task should not be the first option, though. I'd recommend writing a custom BuildListener that logs all messages if the target of the build event is a javac task - or something similar. Stefan