http://pastebin.com/m11bcd4ba
That is the HTML. I don't have anywhere to host the images, and can't
seem to attach them to the group. On Recent Build Graphs the Build
Duration, and Tests graphs show. On Historic Build Graphs Build
Report, Build Duration, and Test Summary show.
My statistics publishers look like this:
<statistics>
<statisticList>
<firstMatch name="code_coverage" xpath="/cruisecontrol/build/
coverageReport2/project/@coverage" generateGraph="true" include="true"/
>
<firstMatch name="duplicate_blocks" xpath="/cruisecontrol/
build/simian/check/summary/@duplicateBlockCount" generateGraph="true"
include="true"/>
</statisticList>
</statistics>
On Sep 9, 5:38 pm, Daniel Hommel <[EMAIL PROTECTED]>
wrote:
> Steve V wrote:
> > I am using FF3, and have experienced the loading failures which I saw
> > noted on the wiki. This is different though. Even with IE there are no
> > graphs to be found anywhere for my custom stats. One is a stat of
> > duplicate blocks from Simian, and the other is coverage percentage
> > from NCover if that makes any difference.
>
> This issue is a "work in progress". Could you provide the HTML source of
> the statistics page? Maybe also send us some screenshots, we'd like to
> see anything that looks weird. Thanks in advance.
>
> regards,
>
> Daniel
>
> > On Tue, Sep 9, 2008 at 5:25 PM, Daniel Hommel
> > <[EMAIL PROTECTED]> wrote:
> >> Steve wrote:
> >>> I have some stats that I'm tracking using a statistics publisher. The
> >>> values are getting recorded in the details section, but no graph is
> >>> being generated, even though I have generateGraph="true". Is there any
> >>> known issue surrounding this, or something else I have to enable?
>
> >>> Thanks,
> >>> Steve
> >> We have known issues with Firefox 3. Which browser are you using?
>
> >> regards,
>
> >> Daniel