Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 43109 invoked by uid 500); 10 Oct 2001 13:28:36 -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 43039 invoked from network); 10 Oct 2001 13:28:34 -0000 Date: Wed, 10 Oct 2001 15:28:29 +0200 (MEST) From: Gerhard Wiesinger To: Subject: javac from version 1.2 was better ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello! I work with ANT 1.2 for a long time and now I want to upgrade to ANT 1.3 or ANT 1.4. 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 (Out of e.g. 100 files which must not be compiled). The new ant shows with -verbose all files which are scanned and not only these files which are going to be compiled. This was very nice. This was done in the protected void logAndAddFilesToCompile(Commandline cmd). Maybe there can be some switch added in javac if the users wants the new or old behaviour with verbose. Anyone else missing this feature? Ciao, Gerhard