Skip to content

adaption of Gallio's CCNet Extensions to work together with latest CCNet version

Notifications You must be signed in to change notification settings

atzedent/Gallio-Extensions-for-CCNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In order to answer Brendan Rice’s question
(http://groups.google.com/group/ccnet-user/browse_thread/thread/5717d9e8b465b3a0?hl=en).

I had the same problem and so decided to branch that specific part of the Gallio sources.

In particular I modified GallioAttachmentBuildAction.cs at line 53:

origin:

Build build = buildRetriever.GetBuild(cruiseRequest.BuildSpecifier);

modification:

Build build = buildRetriever.GetBuild(cruiseRequest.BuildSpecifier, cruiseRequest.RetrieveSessionToken());

and GallioAttachmentBuildPlugin.cs line 51:

origin:

get { throw new NotSupportedException(); }

modification:

get { return "Gallio Attachment Build Plugin"; }

and exchanged the libs
- NetReflector.dll
- ThoughtWorks.CruiseControl.Core.dll
- ThoughtWorks.CruiseControl.WebDashboard.dll
with the latest of CruiseControl.NET-1.5.0.6237.

In the Downloads section you will find the compiled CCNet.Gallio.WebDashboard.Plugin.dll which has to be copied to the
‘WebDashboard\bin\’ directory of CCNet.

About

adaption of Gallio's CCNet Extensions to work together with latest CCNet version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages