Hi weird : I can not recall that would be changed somewhere. Just tried it with the latest version and it worked.
I used your config : <project name="Depot"> <webURL>http://localhost:222</webURL> <triggers> <!-- <intervalTrigger seconds="1800" /> --> <intervalTrigger seconds="180" initialSeconds="300" name="DefaultInterval" /> </triggers> <modificationDelaySeconds>60</modificationDelaySeconds> <sourcecontrol type="filesystem"> <repositoryRoot>E:\Projects\Apps\Depot</repositoryRoot> <autoGetSource>true</autoGetSource> <ignoreMissingRoot>false</ignoreMissingRoot> </sourcecontrol> <tasks> <devenv> <solutionfile>E:\Projects\Apps\Depot.sln</solutionfile> <configuration>debug</configuration> <version>VS2010</version> </devenv> <!-- Run the unit tests --> <nunit> <path>E:\Program Files\NUnit 2.5.8\bin\net-2.0\nunit-console.exe</path> <assemblies> <assembly>E:\Projects\Apps\DepotTest\bin\Debug\DepotTest.dll</assembly> </assemblies> <timeout>30</timeout> </nunit> </tasks> <publishers> <xmllogger /> </publishers> </project> with kind regards Ruben Willems On Wed, Dec 15, 2010 at 5:07 PM, UpInSpruce <[email protected]> wrote: > Installed 1.5.x and devenv task with ...<version>VS2010</version>.... > in the ccnet.config works well except for not recognizing the nunit- > console.exe process exiting event. > > CC.net was upgraded to 1.6.7144.x which now throws the following > error. Any chance that this is a known issue with a published > workaround? I haven't seen anything in JIRA for it. Is 1.6.x > supported? CCNetLive offers it but sourceforge does not - which is > viable? > > Thanks > > Unable to assign value "VS2010" to member > "ThoughtWorks.CruiseControl.Core.Tasks.DevenvTask.Version". > Conflicting project data : <project name="Depot"><webURL>http:// > localhost:222</webURL><triggers><!-- <intervalTrigger seco > nds="1800" /> --><intervalTrigger seconds="180" initialSeconds="300" > name="DefaultInterval" /></triggers><modificationDelaySeconds>6 > 0</modificationDelaySeconds><sourcecontrol > type="filesystem"><repositoryRoot>E:\Projects\Apps\Depot</ > repositoryRoot><aut > oGetSource>true</autoGetSource><ignoreMissingRoot>false</ > ignoreMissingRoot></sourcecontrol><tasks><devenv><solutionfile>E: > \Projects\ > Apps\Depot.sln</solutionfile><configuration>debug</ > configuration><version>VS2010</version></devenv><!-- Run the unit tes > ts --><nunit><path>E:\Program Files\NUnit 2.5.8\bin\net-2.0\nunit- > console.exe</path><assemblies><assembly>E:\Projects\Apps\DepotTest\bin > \Debug\DepotTest.dll</assembly></assemblies><timeout>30</timeout></ > nunit></tasks><publishers><xmllogger />< > /publishers></project> ---> > Exortech.NetReflector.NetReflectorException: Unable to assign value > "VS2010" to member "ThoughtWorks.Cru > iseControl.Core.Tasks.DevenvTask.Version". ---> > ThoughtWorks.CruiseControl.Core.CruiseControlException: Invalid value > for Version, e > xpected one of: 9.0, 8.0, 7.1, 7.0, VS2008, VS2005, VS2003, VS2002
