Is it possible to add a new attribute to the XML Log File with the original action id (the one that is stored in the project file)? If we have it we can make a "performance tracker" with hit counts, total time, etc... just analyzing the log file
Actually it has an identifier for the action, but if I call a project twice or more (using include fb project) it gets one identifier for each call.
Unfortunately, this is actually a limitation of the Include Project action rather than the Export Log action. If the project was not run under Include Project, the actionid attribute would match the ID from the project file.
This is due to an architectural limitation of FinalBuilder's logging procedures. I'll talk to Vincent and Tate (they are the logging gurus) and try to find out exactly how the limitation works, and if there's anything we can do to change it for the next major release.
- Angus
PS Can you explain more about your "performance tracker" requirements? We're interesting in supporting this kind of functionality, so if you let us know exactly what you need to do, we might be able to help you with it. :-).
PPS I've moved this to the FB Wish List, because I think you were referring to FinalBuilder not Automise.
I thought you would like it. I was thinking in just analyse the log file and show statistics for the user (me). I’ll do this way, actually I reduced my project to three, and soon I’ll got just one (I’ll transform the two extra in action lists, as I don’t need to run then separated any more. So I’ll make a draft of this application and send it to you.
hello, i have got exactly the same issue. Action ID are different each time a project is called using “Include Project”, so that i can not use a XSL to summarize the exported XML file. I did not see yet any workaround except requesting based on the “action name”, which is not very satisfaying.