logging when successfull or failure
Hi!
i've implemented the "html logging" (created from XML logging) like in logging.bld example.
but i want to transform my XML wether the build succeed or not.
in other words, i'd like to have a step which is executed at the end of a build, successful or not.
for the moment, i copied the last steps of my build to failure steps, but it's neither "clean" not easy to maintain.
thanks in advance
|