Hello,
I managed to fix the problem for CCNET 1.6 !
So, here is what I did, in case anyone needs help for the same thing.
First, after I installed ccnet, I opened the webdashboard\web.config
file and I changed this line
<add key="DashboardConfigLocation" value="C:\Program Files
\CruiseControl.NET\webdashboard\dashboard.config" />
to be the absolute path to the dashboard.config file.
Then, I edited the dashboard.config file to set the password:
<administrationPlugin password="lubo" />
, because it is empty by default.
After that, I made the changes to the dashboard.config file, changing
the xsl files. But, ccnet don't detect the change until I go to the
webpage on the ccnet, in my case /localhost/ccnet
and navigate to the "Administer Dashboard". Then, I log with my
password, which was "lubo", as I set it in the dashboard.config file,
and on the buttons, I click "Reload Dashboard". It seems that only
when I click on this button, the dashboard is reloaded. So, my changes
were made and I am very glad that I did my job :).

Reply via email to