2.8.2 + svnlabelincrementer problems

Chad <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
I was running CC 2.8.0 smoothly on windows (running as a service) using the
default labelincrementer.  I'm using nant to build a .net solution.  I tried to
switch to svnlabelincrementer, but i got a plugin not found error message in
wrapper.log.

I upgrade to CC 2.8.2, and edit my config.xml to use the svnlabelincrementer.
Now my builds still work, but there is no log output.  The artifacts get posted
correctly, the unit tests run, but my log file is 0 bytes, and does not end with
.xml.  There is no error thrown in wrapper.log.  It says successful build.  
WTF?  

It is not a permissions error, i've enabled full control by everyone for the
cruisecontrol directory.

Here's a snippet of my config.xml.

<project name="proj-1" buildafterfailed="false" requiremodification="true" >

    <svnlabelincrementer labelprefix="build"
                         workingcopypath="projects/${project.name}" />
    
    <listeners>
      <currentbuildstatuslistener file="logs/${project.name}/status.txt" />
    </listeners>

    <log>
      <merge file="projects/${project.name}/TestResult.xml" />
    </log>

    <bootstrappers>
      <svnbootstrapper file="projects/${project.name}/nant.build" />
    </bootstrappers>

    <modificationset quietperiod="30" 
                     ignoreFiles="*/${project.name}/Rowelinx/*" >
      <svn localworkingcopy="projects/${project.name}" 
           property="cc-foundmods" />
    </modificationset>

    <schedule interval="300">
      <nant nantworkingdir="projects/${project.name}"
            buildfile="nant.build"
            uselogger="true"
            target="full-build" />
    </schedule>

    <publishers>
      
      <onsuccess>
        <artifactspublisher dir="projects/${project.name}/deploy"
                            dest="artifacts/${project.name}" />
      </onsuccess>
    </publishers>
  </project>


Are there any ideas or does someone have a plugin that for a svn label
incrementer that works?


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.