Hello
I have setup ccnet as described in a book. To test the installation I
open command prompt, nagivate to
C:\Program Files\CruiseControl.NET\server and write ccnet.exe and hit
enter.
When I do that I keep getting the error:
log4net: Error (RollingFileAppender), unable to aqcuire lock on file c:
\Program files\cruise control.net\server\ccnet.log. The file is being
used by another process.
I am using ccnet version 1.3 and this is my version of ccnet.config
file:
<!--<ccnetconfig><configurationVersion>1.3</configurationVersion></
ccnetconfig>-->
<cruisecontrol>
<project name="Fisharoo">
<workingDirectory>C:\Program Files\CruiseControl.NET\server
\Fisharoo\WorkingDirectory</workingDirectory>
<artifactDirectory>C:\Program Files\CruiseControl.NET\server
\Fisharoo\Artifacts</artifactDirectory>
<webURL>http://localhost/ccnet/server/local/ViewServerReport.aspx</
webURL>
<sourcecontrol type="svn">
<trunkUrl>http://laptop:8080/svn/Fisharoo.com/trunk</trunkUrl>
<workingDirectory>C:\Program Files\CruiseControl.NET\server
\Fisharoo\WorkingDirectory</workingDirectory>
<executable>C:\Program Files\VisualSVN Server\bin\svn.exe</
executable>
<username>Windows admin username</username>
<password>windows admin password</password>
</sourcecontrol>
<triggers />
<tasks>
<nant>
<executable>E:\My Documents\Visual Studio 2008\Projects
\Fisharoo\trunk\Binaries\NAnt\NAnt.exe</executable>
<baseDirectory>E:\My Documents\Visual Studio 2008\Projects
\Fisharoo\trunk\Binaries\NAnt</baseDirectory>
<buildArgs>-D:svn.executable="C:\Program Files\VisualSVN Server
\bin\svn.exe"</buildArgs>
<buildFile>E:\My Documents\Visual Studio 2008\Projects\Fisharoo
\trunk\build\Fisharoo.build</buildFile>
<targetList>
<target>cruise</target>
</targetList>
</nant>
</tasks>
<publishers>
<merge>
<files>
<file>E:\My Documents\Visual Studio 2008\Projects\Fisharoo
\trunk\build\Results\*.xml</file>
</files>
</merge>
<xmllogger logDir="C:\Program Files\CruiseControl.NET\server
\Fisharoo\Artifacts" />
</publishers>
</project>
</cruisecontrol>
I am very new to this and am not sure what to do? I would appreciate
any help or advice. many thanks