Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ant with an XMLLogger
Description
The ivy log messages are not embedded in their target/task tags when an xml logger is used in ANT.
To fix that, the AntMessageImpl should pass the current task when invoking _project.log. (Could receive it from IvyTask.ensureMessageInitialized directly or via a ThreadLocal if you want to suport multithread build).
This is anoying when running in cruise control. Indeed by default cruise control only looks for log messages into target/task element.