Hi

can you post your msbuild task section, just to be sure.
also, can you check the following file :
webdashboard\templates\projectgrid.vm
around line 220 there should be the following :
    #if ($projectGridRow.BuildStage.Length > 0)
    <tr  bgcolor="lavender">
      <td align="Left" COLSPAN="9">
        <font color="Black">
          $projectGridRow.BuildStage
        </font>
      </td>
    </tr>
    #end



another thing to check : what is the verbose level of your msbuild task?
v:diag   or v:quit ?


does the listenerfile contain data?



with kind regards
Ruben Willems



On Tue, Jan 6, 2009 at 7:45 PM, rifferte <[email protected]> wrote:

>
> I am currently trying to get my web dashboard to display the output
> from MSBuild.
>
> I am using CC.Net 1.4.2, and MSBuild 3.5.
>
> I see that the listener file created, so I believe that is set up
> correctly.
>
> I have tried the following:
>  - recompiling the listener.dll to .Net 3.5
>  - adding a sleep task (for 30 seconds) to ensure that the dashboard
> has enough time to read the listener file.
>
> So far - nothing seems to be working, and I can't seem to find any
> further documentation. I can provide more details/setup info as
> needed.
>
> Thanks in advance!
>

Reply via email to