Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 97937 invoked from network); 22 Feb 2002 03:08:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Feb 2002 03:08:37 -0000 Received: (qmail 26393 invoked by uid 97); 22 Feb 2002 03:08:42 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 26377 invoked by uid 97); 22 Feb 2002 03:08:41 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 26366 invoked from network); 22 Feb 2002 03:08:41 -0000 Message-ID: <20020222030826.73500.qmail@web13406.mail.yahoo.com> Date: Thu, 21 Feb 2002 19:08:26 -0800 (PST) From: Diane Holt Subject: Adding a 'listsource' attr to To: Ant Developers List In-Reply-To: <026301c1bb4c$d9b3ea80$6401a8c0@darden.virginia.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N A couple of people on ant-user have asked whether you can get to list the files it's handing off to the compiler, in some way other than running -verbose (which gives them more than they're looking for). I think I remember this coming up in the past as well. So I added a 'listsource' attribute, but I didn't want to put it through without checking first, since somebody out there might not like the idea. This is what the output looks like, with 'listsource="true"' (default, of course, is "false"): $ ant comp Buildfile: build.xml comp: [javac] Compiling 3 source files to D:\cygwin\home\dianeh\classes [javac] D:\cygwin\home\dianeh\src\java\lid.java [javac] D:\cygwin\home\dianeh\src\java\lif.java [javac] D:\cygwin\home\dianeh\src\java\Unset.java BUILD SUCCESSFUL Total time: 1 second What do you think -- yea or nay? Diane ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: