My fairly stock CCNET installation isn't finding the server logs aka: "View
Server Logs". They're currently being logged to the ccnet installation
directory and the web page is looking in the same directory as the
ccnet.config file (makes sense). A little searching on the CruiseControl
wiki just leaves me confused. What to I add to the config file to put the
log in the right place?
Here's my config file:
<cruisecontrol>
<project name="EndManager" webURL="http://localhost/EndManager">
<sourcecontrol type="vss">
<project>$/EndorsementManager_Net</project>
<workingDirectory>C:\GLOBEXDOTNETVSS\ENDORSEMENTMANAGER_NET</workingDirectory>
<timeout units="seconds">600</timeout>
<ssdir>\\vss2\share2\GlobexDotNet</ssdir>
</sourcecontrol>
<tasks>
<devenv
solutionfile="C:\GLOBEXDOTNETVSS\ENDORSEMENTMANAGER_NET\Source\EndorsementMgr.sln"
configuration="debug" />
<nunit path="C:\Program Files\NUnit
2.4.8\bin\nunit-console.exe">
<assemblies>
<assembly>C:\GLOBEXDOTNETVSS\ENDORSEMENTMANAGER_NET\Source\EndmBaLayer\EndmBaComponentUnitTest\bin\Debug\EndmBaComponentUnitTest.dll</assembly>
</assemblies>
</nunit>
</tasks>
<publishers>
<xmllogger logDir="log" />
</publishers>
</project>
</cruisecontrol>
--
Cheers
Mark Levison
Blog: http://www.notesfromatooluser.com/
Recent Entries: Agile/Scrum Smells:
http://www.notesfromatooluser.com/2008/06/agilescrum-smells.html
Agile Games for Making Retrospectives Interesting:
http://www.notesfromatooluser.com/2008/10/agile-games-for-making-retrospectives-interesting.html