Thanks, That was the problem, I was trying with java version. I intalled cruisecontrol.net 1.4.4.83
I am trying to migrate to svn from vss and I changed the config to be like this. <sourcecontrol type="svn"> <executable>c:\program files\subversion\bin\svn.exe</executable> <trunkUrl>https://devserver:8443/svn/myproject</trunkUrl> <workingDirectory>C:\projects\testsvn</workingDirectory> <username>xxxx></username> <password>xxxxx</password> </sourcecontrol> now i am getting following error 2009-07-31 09:32:23,531 [testsvn:ERROR] Exception: Source control operation failed: svn: OPTIONS of 'https://devservert:8443/svn/myporject': could not connect to server (https://https://devservert:8443) . Process command: c:\program files\subversion\bin\svn.exe log https://https://devservert:8443/svn/myporject-r "{2009-07-30T13:32:23Z}:{2009-07-31T13:32:23Z}" --verbose --xml --xxxxe37285> --password xxxxx--non-interactive I can access the svn url directly without any problem. also from command prompt , i was able to do list with svn url. i accepted the ssl certificate permanently so that there won't be any ssl issues. Thanks for your help. --- On Fri, 7/31/09, Ruben Willems <[email protected]> wrote: From: Ruben Willems <[email protected]> Subject: [ccnet-user] Re: upgrading ccnet and build issue To: [email protected] Date: Friday, July 31, 2009, 1:16 AM Hi are you sure you are running CCNet?, the .Net CruiseControl, and not the Java one : CruiseCrontrol? judging from the version numbers, it looks like you're running the Java variant with kind regards Ruben Willems On Thu, Jul 30, 2009 at 6:52 PM, nisamom <[email protected]> wrote: Hi Recently I upgraded cruisecontrol to version 2.8.2 from 1.1.0. I am having trouble running nant from config.xml. my previous version of ccnet.config has following code <tasks> <nant> <executable>c:\Program Files\nant-0.85\bin\nant.exe</ executable> <baseDirectory>c:\test</baseDirectory> <targetList> <target>ccnet.init</target> </targetList> <buildArgs>-buildfile:testme.build -verbose - D:build.configuration=local -D:set.version.number=true ccnet.build</ buildArgs> <buildTimeoutSeconds>3600</buildTimeoutSeconds> </nant> the new config.xml has <nant> <baseDirectory>c:\test</baseDirectory> <buildArgs>-buildfile:testme.build -verbose - D:build.configuration=local-D:set.version.number=true ccnet.build</ buildArgs> <nologo>false</nologo> <targetList> <target>ccnet.init</target> </targetList> <buildTimeoutSeconds>1200</buildTimeoutSeconds> </nant> getting error Caused by: net.sourceforge.cruisecontrol.CruiseControlException: Unknown plugin for: <baseDirectory> is there any easy way to make previous config file work with new version of cruisecontrol?
