CruiseControl.NET 1.8

If you are having a problem using Vault, post a message here.
Post Reply
BigBrett
Posts: 218
Joined: Wed Feb 01, 2006 8:45 am

CruiseControl.NET 1.8

Post by BigBrett » Tue Aug 07, 2012 12:52 am

I tried to upgrade to 1.8 this morning and the Vault Pro 6 CCNet plugin is not working with the latest release. There was no problem using 1.6.

The log error message is as follows:
Source control failure (GetModifications): Could not load file or assembly 'ThoughtWorks.CruiseControl.Remote, Version=1.5.7256.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: CruiseControl.NET 1.8

Post by Beth » Tue Aug 07, 2012 7:52 am

What operating system do you have this installed on?
Beth Kieler
SourceGear Technical Support

BigBrett
Posts: 218
Joined: Wed Feb 01, 2006 8:45 am

Re: CruiseControl.NET 1.8

Post by BigBrett » Tue Aug 07, 2012 8:24 am

Windows 7 Pro

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: CruiseControl.NET 1.8

Post by Beth » Tue Aug 07, 2012 12:11 pm

Vault doesn't support CC.NET 1.8 currently. There appear to have been some changes. If you can you will want to return to the version you were at until this can be addressed.

F: 16488
Beth Kieler
SourceGear Technical Support

BigBrett
Posts: 218
Joined: Wed Feb 01, 2006 8:45 am

Re: CruiseControl.NET 1.8

Post by BigBrett » Tue Aug 07, 2012 10:53 pm

I have done that but look forward to an update of the plugin as we would like to use some of the new features in the 1.8 release.

Cheers,
Brett

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: CruiseControl.NET 1.8

Post by jclausius » Tue Aug 14, 2012 7:13 am

Brett,

Looks like all versions of the Vault plugin (including Vault 6) will work with CC.NET 1.5 and CC.NET 1.6. However, there will be CI issues when polling using CC.NET 1.8.

I investigated the the source for CC.NET 1.8. It turns out the maintainers modified the project for ThoughtWorks.CruiseControl.Remote.dll to turn it into a strongly named assembly. Up to this point, all of the previous versions of this CC.NET assembly are not signed.

With .NET, when a strongly named assembly is created, it does a version check when the DLL is loaded and checks all the dependencies. If that version check fails, the assembly fails to load. This was one of the intentions of avoiding DLL Hell.

However, in the case of something like CruiseControl, that is going to cause problems as most plugins are being compiled against the DLL libraries from the open API. So, when people self-compile stable or nightly CC.NET source, pre-existing plugins will not work. When users grab installs from release candidates, bug fix releases, major release, etc., no pre-existing plugin will work.

I've notified one of the maintainers of CC.NET bringing him up to date on the problem. We're waiting for a response. In the meantime, you can use up to CruiseControl.NET 1.6 or if you really need CC.NET 1.8, one could grab the source to CruiseControl.NET 1.8, uncheck the option to sign the ThoughtWorks.CruiseControl.Remote project, compile the project and use those binaries.
Jeff Clausius
SourceGear

BigBrett
Posts: 218
Joined: Wed Feb 01, 2006 8:45 am

Re: CruiseControl.NET 1.8

Post by BigBrett » Tue Aug 14, 2012 7:18 am

Thanks for the feedback, we are happy to remain on 1.6 for the moment, there is absolutely no rush for us to go onto 1.8 - we just liked the look of some of the new features.

Cheers,
Brett

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: CruiseControl.NET 1.8

Post by jclausius » Tue Aug 14, 2012 7:32 am

NP. I'll update the post as soon as I hear back from them.
Jeff Clausius
SourceGear

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: CruiseControl.NET 1.8

Post by jclausius » Mon Aug 20, 2012 8:35 am

BigBrett,

The CC.NET developers have addressed this issue - http://www.cruisecontrolnet.org/issues/171. Looks like this is scheduled to go out in CC.NET 1.8.1.
Jeff Clausius
SourceGear

BigBrett
Posts: 218
Joined: Wed Feb 01, 2006 8:45 am

Re: CruiseControl.NET 1.8

Post by BigBrett » Mon Aug 20, 2012 9:49 pm

Thanks for the feedback

BigBrett
Posts: 218
Joined: Wed Feb 01, 2006 8:45 am

Re: CruiseControl.NET 1.8

Post by BigBrett » Mon Sep 03, 2012 10:37 pm

CC.Net 1.8.1 has been released and works great with Vault Pro plugin.

Cheers,
Brett

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: CruiseControl.NET 1.8

Post by jclausius » Tue Sep 04, 2012 11:51 am

Great news. Thanks, BigBrett!
Jeff Clausius
SourceGear

Post Reply