Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 17545 invoked from network); 18 Dec 2000 04:51:07 -0000 Received: from web120.mail.yahoo.com (HELO web120.yahoomail.com) (205.180.60.121) by locus.apache.org with SMTP; 18 Dec 2000 04:51:07 -0000 Received: (qmail 11904 invoked by uid 60001); 18 Dec 2000 04:51:07 -0000 Message-ID: <20001218045107.11903.qmail@web120.yahoomail.com> Received: from [64.163.67.114] by web120.yahoomail.com; Sun, 17 Dec 2000 20:51:07 PST Date: Sun, 17 Dec 2000 20:51:07 -0800 (PST) From: Diane Holt Subject: Advice on modifying the logging output To: ant-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Can someone who's more familiar with how the default logging output is done tell me whether it'd be feasible to only have targets that are actually running tasks print out, instead of having the target name always print? That is, instead of getting: $ ant Searching for build.xml ... Buildfile D:\dianeh\src\main\build.xml state: init: boot: parsers: com: prep: init: compile: global: "global" complete prep: init: compile: [javac] Compiling 9 source files to D:\dianeh\src\main\classes [javac] Compiling 1 source file to D:\dianeh\src\main\classes [javac] Compiling 7 source files to D:\dianeh\src\main\classes copyfiles: [copy] Copying 1 file to D:\dianeh\src\main\classes core: "core" complete prep: init: compile: info: "info" complete [etc.] it would only print out the names of targets that actually end up doing something: [binky] ant Searching for build.xml ... Buildfile D:\dianeh\src\main\build.xml global: "global" complete compile: [javac] Compiling 9 source files to D:\dianeh\src\main\classes [javac] Compiling 1 source file to D:\dianeh\src\main\classes [javac] Compiling 7 source files to D:\dianeh\src\main\classes copyfiles: [copy] Copying 1 files to D:\dianeh\src\main\classes core: "core" complete info: "info" complete I was hoping maybe the -quiet flag would do that, but nope. Thanks, Diane ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/