Dashboard > CruiseControl.NET Community > Site Index
Site Index Log In View a printable version of the current page.

Added by Mike Roberts , last edited by Mike Roberts on Mar 24, 2004
Labels: 
(None)

Space Index

0-9 ... 0 A ... 0 B ... 2 C ... 11 D ... 0 E ... 1
F ... 3 G ... 0 H ... 2 I ... 2 J ... 2 K ... 0
L ... 0 M ... 4 N ... 2 O ... 0 P ... 3 Q ... 1
R ... 0 S ... 2 T ... 2 U ... 0 V ... 5 W ... 2
X ... 2 Y ... 0 Z ... 0 !@#$ ... 0    

0-9

A

B

Blog
CruiseControl.NET is an excellent tool for accomplishing continuous integration. A difficult part however seems to be configuring the tool by editing the ccnet.config file! Can't we have a GUI wrapping the config file and encapsulating the schema from the enduser? Apologies if I'm missing ...
Building Non-VS Code, remote machine
I have used CruiseControl very successfully for Visual Studio projects that I have been involved in. I now want to use it as a build server for other projects that do not use Visual Studio e.g. gcc, VxWorks, Embedded C ...

C

Can I execute JUnit tests from CruiseControl.NET?
I was wondering if JUnit test can be used with CruiseControl.Net? You're probably thinking why I'd want to use JUnit instead of NUnit, well the thing is that I am using Selenium to automate my functional testing, and the dotnet client driver ...
CC.net hanging after running Nunit tests?
Cruisecontrol.net is hanging after it finishes running the nunit tests. It successfully does the test, reports errors, and even drops the xml file with the results. After that though, it just hangs and does not execute the next command. It also "jams" the TCP port (21234 ...
CCNET hangs when performing action on Subversion (NAntTask)
Hi fellow integrators, we've been integrating CCNET, NAnt and Subversion. Our scripts run ok, until the first \svn\ task is executed; seemingly CCNET 'hangs' when executing this piece of code. In fact we have this problem ...
CCStatistics 1.4 from team domain.dot.net
ccstatistics.gif align=left! Don't leave your legacy build intelligence behind {}NEW: Beta for the recently released 1.4. Contact us via email to participate, http://blog.domaindotnet.com http://blog.domaindotnet.com (team home page cover all aspects ...
CM Synergy Source Control Block
Abstract This page describes integration of CruiseControl.NET with Telelogic's Synergy SCM product suite, specifically CM Synergy as well as ChangeSynergy. Detection of modifications is entirely task based rather than object based, which may present problems for pre6.3 lifecycles ...
Community
Hi Welcome to CruiseControl.NET's Community Site. This site complements the project's main web site and documentation by providing an area to discuss usage, new ideas, and all things CCNet. Go ahead, get involved! The main CruiseControl.NET web site ...
Compatibility with Source Offsite
Hi,  CCNET can be used with Source Gear. Is it possible to use CCNET with Source Offsite? If so, can anyone, please let me the know details? Google http://google.com
Contributions
section discusses and provides Plugins and Extensions to CruiseControl.NET that are not part of the official distribution and typically provided by the community. Please feel free to add your contributions to this page. To upload an attachment, click on the Attachments tab. CruiseControl.NET Server Source Control Blocks ...
CruiseControl.NET Supports Windows Server 2003 box ?
We are using CruiseControl.NET Version 1.3.0.2936, which is currently running on a Windows 2000 advanced Server. My question is would the same run on a Windows Server 2003 box
CruiseControl.Net Issue?
Editted Fix at end When using the latest version 0.8 of the ccnet service and including the triggers intervalTrigger with a buildCondition="IfModificationsExist" the ccservice fails and writes the following message to the event log: Service cannot be started. ThoughtWorks.CruiseControl.Core.Config.ConfigurationException: Unable to instantiate CruiseControl projects ...
CVS and multiple modules
current CVS sourcecontrol imeplementation it seems not to be possible to watch modifications of multiple CVS modules. I've attached a tiny patch which makes it possible to specify multiple spaceseparated module names. Of course the module names itself may not contain spaces ...

D

E

Executing a task in a CruiseControl.net project
Hi I am currently usinf CruiseControl and I would like to add a functionality so that when I force a build from the cctray web interface, It gives a popup and asks the person who is buidling if they have changed the veriosn # in a file ...

F

FAQ
How are mailing lists built in CruiseControl.NET? CCNet supports two types of notification for its mail groups: always and change. Email addresses in an 'always' group receive emails every time a new build is run. Email addresses in a 'change ...
Filter Trigger
Hey everyone, Just so you know, I am a newbe at CCNET. I tried the following in my ccnet.config file and it doesn't work. Nothing happens. Any ideas? http://confluence.public.thoughtworks.org/display/CCNET/FilterTrigger FxCop graph
FxCop graph  The FxCop graph stylesheet generates a graph showing FxCop results for all measured assemblies in the current build. I'm interrested in your feedback on the stylesheet, so please create comments\! !FxCopGraph.png!   Originally developed at Kamstrup http ...

G

H

How can I reset the CCNetLabel
Does anyone know how to reset the CCNetLabel for a project
How do I retrieve LastSuccessfulIntegrationLabel value in a batch file?
I want to retrieve the value "LastSuccessfulIntegrationLabel" and use in a batch file before building.  How can I retrieve this? I am using CCNET 1.3.0.2918. Thanks

I

Improved MSBuild Integration
Motivation The current way of using MSBuild with CCNet suffers from two problems. They worsen with the number of projects that are in the build. !builddefault.png thumbnail, align=right! 1. If you have many projects or a big team, you probably have lots of warnings ...
Issue with MsTest CruiseControl and VisualStudio 2008
Good Morning to all. I tried to integrate MsTest and cruise control as described in many posts found on the net. But I am not able to see unit tests output in cruise control dashboard. though when I open ...

J

Japanese VSS Resouce
Hi, Does anyone knows how to add Japanese Resouces for VSS. I found the Franch One in CCNET's source code.I've already make Japanese resouces. thanks
Jedi VCS plugin
Abstract This page describes the plugin for CruiseControl.NET with Jedi VCS (http://jedivcs.sourceforge.net) version management tool. Jedi VCS work on Microsoft with the database system supported that you chose. You must use the last release candidate or stable version of client ...

K

L

M

MBUnit Details Transform
Attached is a MBUnit Details transformation that will produce something like this: MbUnit Tests run: 12 tests, 12 success, 0 failure, 0 ignored, 0 skipped, 1.16 s Total 12/12/0/0/0/130 3/3/0/0/0/18 Mercatus.Common.Utilities.Test 3/3/0/0/0/18 Mercatus.Common.Utilities.Tests.CommonFunctionsTest.CommonFunctionsTest 9/9/0/0/0/112 Mercatus.Common.Data.Test 3/3/0/0/0/2 ...
modificationDelaySeconds and publishExceptions issues
modificationDelaySeconds Documentation says "This process will repeat until no modifications have been found within the modification delay window." I have modificationDelaySeconds set to 10 seconds. This means that if a modification was found within 10 seconds, CCNET will not do the build and check ...
modifierNotificationTypes Error
I recently started working with the 1.3 version. This is a new install, not upgrading. When I try to add the email publisher with the  converters and/or modifierNotificatioinTypes tags I get this error when I try to start the service: Service cannot be started ...
MSTests(Visual Studio 2008 Pro Ed.) output not displayed in CCNET Dashboard
Good Morning to all. I am faily new to CCNET and MSTests. I am facing some issue with this and any help/suggesion would be of great help. I tried to integrate MsTest and cruise control as described in many ...

N

NCover coverage graph
NCover coverage graph  The NCover coverage graph stylesheet generates a graph showing coverage percentages for all tested assemblies in the current build. I'm interrested in your feedback on the stylesheet, so please create comments\! !NCoverGraph.png!   Originally developed ...
NUnit options
some way to use the NUnit block with options?  I want to use the /include option, but the value is supposed to be in quotes, and I can't get it to work by adding it to either bock element.   I am using the execute block ...

O

P

People
Here are some people involved with CCNet feel free to add your name to the list! The development team can be found on the CCNet Website here CCNET:Project Team mroberts orogers blowery rpaterlini@hotmail.com cbrown svadagir@thoughtworks.com noopman gfeldman dpiessens
Public CCNet Sites
you maintain or know of a public instance of CCNet somewhere on the Net, please add it to the list below: CCNetLive: http://ccnetlive.thoughtworks.com/ FlexWiki: http://builds.flexwiki.com/FlexWikiCore/ SushiWiki: http://luminal.gotdns.com/sushiwikisfbuild
PVCS - How about Merant Dimensions?
We recently migrated to Merant Dimensions from PVCS I only notice a dimcli executable that does not work as a direct replacement for PVCS. Anyone else using Dimensions and been able to get CruiseControl to use

Q

QSC support
Hi, All Does anyone can write code to support QSC, a source control of You can order Team Coherence online directly from our home page. Home page http://www.qsc.co.uk EMail support support@qsc.co.uk Post ...

R

S

Sharepoint MOSS Integration
My Blog has an example on how to integrate CruiseControl.net projectstatus information into Sharepoint Portal Server 2007 via 2 webparts. The binaries for the 2 webparts are for dutch people. But with the sources and some knowledge on Sharepoint it is easy to make english versions ...
Site Index

T

Tools for VB6
Some of these targets operate on a file that has a list of vbp files to work on. I haven't cleaned these up, so you may need to modify them for your environment. vbp.build tools for dealing with vbp files vb6.build tools for updating references ...
typelib.build.include
project name="typelibfunctions">