phaniteja-24 / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

Console view not refreshing on some platforms #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All steps taken from the Hudson view within Eclipse.
1. Schedule a build.
2. Once the build is complete, view the ant console output.
3. Close the windows displaying the console output.
4. Schedule another build.
5. Once the new build is complete, view the ant console.

Eclipse 3.6

I have noticed on Windows (v7, 64-bit) that the ant console output view is 
cached. This is most easily noted if the build script outputs a timestamp.

If I refresh the browser window (from the right-click context menu) the view is 
refreshed and the proper information is displayed.

I have _not_ observed this problem on my MBP.

A simple workaround within the code, would be to call the specific build's 
console output page instead of the latest build's output page. The URL would 
thus be different (circumventing platform/browser-specific page caching issues) 
and properly tracking to the build in question.

See the attached patch.

rish (guyrish@gmail.com)

Original issue reported on code.google.com by guyr...@gmail.com on 19 Jul 2011 at 4:58

Attachments:

GoogleCodeExporter commented 9 years ago
Renamed patch file so as to not collide with other patches.

Original comment by guyr...@gmail.com on 21 Jul 2011 at 5:57

Attachments: