Ticket #83 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

XmlLogger improperly handling "non-traditional" buildfile execution paths

Reported by: hans Assigned to: hans
Priority: major Milestone: 2.3.0
Component: phing-core Version: 2.3.0beta1
Keywords: XmlLogger Cc:

Description

The XmlLogger is unable to handle the <phing> task currently, since the phing task results in targets being children of a task (the phing task).

From a look at the code, it looks as though we could probably expect issues with tasks that are nested within other tasks (e.g. IfTask). All in all, XmlLogger needs to be rebuilt with a more flexible view of the buildfile structure and execution paths.

Attachments

Change History

03/14/07 13:52:18 changed by hans

  • status changed from new to closed.
  • resolution set to fixed.

Fix committed in [175]


Add/Change #83 (XmlLogger improperly handling "non-traditional" buildfile execution paths)




Action