Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 90090 invoked by uid 500); 18 Oct 2001 07:56:28 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 90079 invoked from network); 18 Oct 2001 07:56:26 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: javac from version 1.2 was better ... References: From: Stefan Bodewig Date: 18 Oct 2001 09:56:33 +0200 In-Reply-To: Gerhard Wiesinger's message of "Wed, 10 Oct 2001 15:28:29 +0200 (MEST)" Message-ID: Lines: 17 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: daedalus.apache.org 1.6.2 0/1000/N On Wed, 10 Oct 2001, Gerhard Wiesinger wrote: > One feature I am missing: > with "ant -verbose" the compiler did the following: > [javac] Compilation args: -d C:\build\classes -classpath > "C:\build\classes" .... > [javac] File to be compiled: > C:\snapshot\myfiles\myfile.java It still does, but you get swamped by all the other stuff that gets emitted in verbose mode as well. Maybe we should degrade the SourceFileScanner messages to DEBUG instead of VERBOSE? Stefan