I'm using 1.4.4 so this might not be applicable to your version. What worked for me was putting the custom templates into a sub-folder of the webdashboard and then only referencing that subfolder.
For example, place your custom templates in C:\Program Files \CruiseControl.NET\webdashboard\noteWorthy and then, in dashboard.config, use: <customtemplates>noteWorthy</customtemplates> Cheers, Brett On Dec 4, 3:53 pm, Daniel Hommel <[email protected]> wrote: > Hi all, > > i'm trying to use the custom templates feature, but somehow i can't > get it to work (1.5.6411.1). > > In dashboard.config in the <plugins> section i just add something like: > > <plugins> > <customtemplates>C:\Program > Files\CruiseControl.NET\webdashboard\Themes\noteWorthy\templates</customtemplates> > ... > </plugins> > > Already tried different variations like relative paths or using slahes > instead of backslashes, but nothing works. > > Is this a bug or am i doing something wrong? > > regards, > > Daniel
