Description of problem: When you deploy a bundle, and click through the destination into the actual deployment. Then you can see the different steps that took place, such as deployment started, file downloaded, build event, build event, build event, etc... It would be nice to be able to differentiate between the build events. Can we not display at least the name of the task that is called in that build event? Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Nabeel, can you explain this a little more please? Especially as you say "at least" -- what else would you want to see? What is helpful in the field to see bundle deployment issues?
Hello Heiko, I believe that each "build event" that I listed above is actually related to some ant task taking place in the bundle. It would be nice to see more detail in the sense that it could show: pre-install post-install or if it's even possible to show more detail such as listing the actual ant tasks taking place: exec, move, etc... Does that make more sense? If not, I can try to get a screenshot to clarify what I'm talking about.