History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CCNET-757
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Ashish Kumar
Reporter: Grant Drake
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CruiseControl .NET

reports.bmp generated by statistics publisher is actually a .png

Created: 05/Oct/06 03:31 AM   Updated: 13/May/07 12:20 PM
Component/s: Publisher
Affects Version/s: 1.1
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Hardcoded filename in ThoughtWorks.CruiseControl.Core.Publishers.Statistics.StatisticsChartGenerator of "reports.bmp" on lines 27 and 41

In actual fact this is a .png format file (and tools complain about it being the wrong format).

Any reasons why this could not be created as "reports.png"? It doesn't seem to be referenced by statistics.xsl so shouldn't break anything unless people are doing their own customisations.

 All   Comments   Work Log   Change History      Sort Order:
Ashish Kumar [13/May/07 12:20 PM]
Fixed in version 1.3.0.2856. The graphs are generated as <metric_name>.png now.