Hi

take a look at :
http://confluence.public.thoughtworks.org/display/CCNETCOMM/Viewing+build+progress+with+Nant+and+MSBuild

this is what you need


with kind regards
Ruben Willems


On Sun, Feb 22, 2009 at 6:10 PM, Dave B. <[email protected]> wrote:

>
> All,
>
> In my ccnet.config file I have a block which creates an xml log file
> at the end of the build (see below). This is great, but is there a way
> I can also create another log file that is logging as the build
> executes so that I can open up the log file during the build to see
> where the build is at?
>
> <tasks>
>  <nant>
>    <executable>C:\Program Files (x86)\NAnt\nant-0.85-rc3\bin
> \nant.exe</executable>
>    <buildFile>C:\Builds\RAID\Version3.0\RAID_ML\SourceCode\RAID
> \Working\RAID.build</buildFile>
>    <logger>NAnt.Core.XmlLogger</logger>
>    <buildTimeoutSeconds>12000</buildTimeoutSeconds>
>  </nant>
> </tasks>
>
>
> Thanks,
> Dave B
>

Reply via email to