From ant-dev-return-17360-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Tue Sep 04 04:49:05 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 93426 invoked by uid 500); 4 Sep 2001 04:49:04 -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 93416 invoked from network); 4 Sep 2001 04:49:04 -0000 Date: 4 Sep 2001 04:49:10 -0000 Message-ID: <20010904044910.18705.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [DO NOT REPLY: Bug 3393] New: XmlLogger ignores TaskName attribute X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3393 *** shadow/3393 Mon Sep 3 21:49:10 2001 --- shadow/3393.tmp.18702 Mon Sep 3 21:49:10 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | XmlLogger ignores TaskName attribute | + +----------------------------------------------------------------------------+ + | Bug #: 3393 Product: Ant | + | Status: NEW Version: 1.4 | + | Resolution: Platform: Other | + | Severity: Minor OS/Version: Other | + | Priority: Other Component: Core | + +----------------------------------------------------------------------------+ + | Assigned To: ant-dev@jakarta.apache.org | + | Reported By: robert.watkins@qsipayments.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + An undocumented feature of Ant is for the build script author to set a TaskName + attribute when using a task. This is meant to be the name used to identify the + task in the output file. + + The default text logger correctly uses the TaskName. The XmlLogger does not, + using the class name instead. This is easily shown by looking at the taskStarted + (BuildEvent event) method in XmlLogger.java (line 197).