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