Hi Ruben,
when i installed the CCNet application i was able to view all the
modification for the first time then after that i was only able to
see
any the top header when i expanded that nothing was there
in the HistoryData.xml i got the following error .
===========================================
Only one top level element is allowed in an XML document. Error
processing resource 'file:///C:/Program Files/CruiseControl...
<Build BuildDate="2009-01-22 10:20:50" Success="True"
Label="1.0_1_2" /
-^
argin-left:1em;text-indent:-2em"> <changeNumber>149</changeNumber>
</modification>
- <modification type="Modified">
==============================================
My local directory that is connected to svn is D:\CCSampleApp
\CCSampleApp
while my working by CCnet is D:\WorkingDirectory\CCSampleApp
\CCSampleApp
i am pointing my nant to build the solution file of D:
\WorkingDirectory
\CCSampleApp\CCSampleApp
directory .
because it will contain the latest copy of the svn.Correct me if i am
wrong.
here are the details
Build file
--------------
<target name="build">
<msbuild project="D:\WorkingDirectory\CCSampleApp\CCSampleApp
\CCSampleApp\CCSampleApp.sln">
<property name="Configuration" value="debug"/>
</msbuild>
ccnet.config
-------------------------
<sourcecontrol type="svn" >
<trunkUrl>svn://svn.spanservices.com/
NetworkMining/CCSampleApp</
trunkUrl>
<!--<culture>en-US</culture>-->
<workingDirectory>D:\WorkingDirectory
\CCSampleApp\CCSampleApp</
workingDirectory>
<username>abc</username>
<password>abc</password>
<autoGetSource>true</autoGetSource>
<executable>svn.exe</executable>
</sourcecontrol>
<tasks>
<nant>
<executable>D:\Siddharth\E\software
\nant-0.86-beta1\bin\nant.exe</
executable>
<baseDirectory>D:\WorkingDirectory
\CCSampleApp\CCSampleApp
\CCSampleApp</baseDirectory>
<buildFile>default.build</buildFile>
</nant>
</tasks>
Please suggest