I don't see any statistics menu in the Dashboard anymore. I did remove
the <statistics></statistics> elements when upgrading.
Config file looks like this:
    <publishers>
      <!--Merge the logoutput from various tasks and commands.-->
      <merge>
        <files>
          <file>.\Logging\NUnit\nunit-results.xml</file>
          <file>.\CVS\DVTk_Library\Documentation\API\Help
\LastBuild.log</file>
        </files>
      </merge>
      <xmllogger logDir=".\buildlogs" />
      <statistics />
      <modificationHistory />
      <!--Send e-mails to the people. -->
      <email from="[email protected]" mailhost="mail.planet.nl"
mailport="25" includeDetails="true">
        <users>
          <user name="Floris Verstegen" group="all"
address="[email protected]"/>
          <user name="Marco Kemper" group="all"
address="[email protected]"/>
          <user name="Piyush Bhageriya" group="all"
address="[email protected]"/>
        </users>
        <groups>
          <group name="all"/>
        </groups>
      </email>
    </publishers>

Reply via email to