View Single Post
  #1  
Old 08-28-2006, 06:55 AM
julien.evrard julien.evrard is online now
Registered User
 
Join Date: 08-23-2006
Posts: 10
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
Reply With Quote