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: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | 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).
