Open build result files in web browser?
Is there a way to coerce the build result viewer to show these files as rendered HTML instead of HTML source?
One answer
if you upload the files, they need to be downloaded and opened locally. This article [ https://jazz.net/library/article/797 ] describes how you can publish your build results using a Http server. You basically don't upload these files but link them to the build result while publishing them on the HTTP server. If you do that, you also want to look at this article [ https://jazz.net/library/article/807 ].
Comments
I realize that what you're saying can be done, but I think that's an awfully heavyweight solution to what should be an easy requirement.
To go the route you've suggested I now need to have a departmental HTTP server (didn't need one until now, don't want to have one at all), I need to somehow replicate the access controls on the builds results from RTC to the HTTP server, AND keep them up to date. Deal with all of the corporate security nonsense that having such a server would entail.
Or the RTC client can inspect the MIME type of an uploaded artifact and open it in an appropriate viewer/editor. Or give me right-click options like the package explorer does and let me pick my own editor.
Hi Jeff,
yes, I agree to your assessment. Therefore I created Enhancement 165240 a while back. Please go ahead and express your desire on that work item or in a new enhancement request. The article does address several other use cases and it is, as far as I know, a simplified version of how the development team does it for our products. It is also the only solution I am aware of to handle the issue you describe in your question.