Hello.
I have installed CruiseControl.NET and created project with 3 tasks on taskList in nAnt. But when I run project to process on CruiseControl.NET I see only that:
Executing Nant :BuildFile: ..\project.build Targets: compile, test, docu
And my project is processing and processing ages and does not stop. And I can not figure out if it is in compile, test or docu. Is there any way to see or set project so that I can see what is current processing?
I mean that I would like to see if currently it is doing compile, test or docu.