Re: 2.8.2 + svnlabelincrementer problems
Oliver Pfau <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have the same problem with the 2.8.2. Since I added svnlabelincrementer, there are 0 kb log files. Regards, Oliver -----Ursprüngliche Nachricht----- Von: Chad [mailto:[email protected]] Gesendet: Freitag, 11. Dezember 2009 19:25 An: [email protected] Betreff: [Cruisecontrol-user] 2.8.2 + svnlabelincrementer problems 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 _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev