Hi all
I've been using CCNET for a couple of years now.
Recently, I've updated my server (.net 4.0, windows updates, etc). Since
then, CCNET stopped working.
I tried installing the latest version (1.5 - I was using 1.4 before the
issues), but still no go.
In my logs, I get "No projects found"
I have double and triple checked the location and the file is there.
I even tried a "clean" config file (below), but the CCNET server still can't
find projects.
Any clue/suggestion/tips would be much appreciated
<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
<!-- This is your CruiseControl.NET Server Configuration
file. Add your projects below! -->
<project name="SimpleProject">
<triggers />
<tasks>
<exec>
<executable>c:\projects\test.cmd</executable>
</exec>
</tasks>
</project>
</cruisecontrol>