ccnet-config

The command "".\Bin\mt.exe" -nologo -manifest ... exited with error code 3 in CCNET

I am trying to build my VS 2008 project in CCNEt and getting the below error <message level="high"><![CDATA[".\Bin\mt.exe" -nologo -manifest "C:\MyProject\MyFile.exe.manifest" -outputresource:"C:\MyProject\bin\Release\MyFile.exe;#1"]]></message> <message level="high"><![CDATA[The system cannot find the path specified.]]></message> <e...

How to pass an integration property to a batch file with CruiseControlNet ?

In the build log of my project, i can see these properties: <integrationProperties> <CCNetProject>Gdet_T</CCNetProject> ... <LastModificationDate>4/6/2010 1:29:04 PM</LastModificationDate> <LastChangeNumber>10841</LastChangeNumber> </integrationProperties> I want to pass the property CCNetProject and LastChangeNumber to a batc...

CCNet: "Failing Tasks : FilteredSourceControl: CheckForModifications" error

I've installed CCNet and now I'm trying to set up a link to our repository. When I visit the CCNet dashboard website the project shows up ok, but when I click the Force button I receive this error in the messages column: Failing Tasks : FilteredSourceControl: CheckForModifications If I log into the server as the account which I've spe...

CCNet 1.6 Conditional Plugin Help Needed!

 Hi all, I cannot get the conditional plugin to work that has been added to CCNet as of version 1.6 - clicky. I am running the latest version of CCNet (1.6.7258.1) and have the following code in my ccnet.config: <project name="9iCompile"> <sourcecontrol type="svn"> <trunkUrl>http://bis-build:81/svn/Oracle/oas_forms/COPEN&lt;/trun...

(yet another) problem with mapped drive via the command line

I know, I know. There are a million threads everywhere talking about problems with mapped drives. I've ready many of them but I still can's seem to wrap my head around this problem or come to a solution. I have a build server/continuous integration server (Win 2003 running CruiseControl.NET) that listens to our source control server. Wh...

CruiseControl.NET : Sending email using SVN username to ActiveDirectory mapping

Is it possible to configure CruiseControl.NET to send an email to the user(s) that did modifications to a broken build by mapping their SVN username to the corresponding Active-Directory alias (hence retrieving the correct, updated email address). Our SVN server is set-up to allow users of a certain Active-Directory group to read and co...

"OutputPath property is not set" error occurs only when calling MSBuild in CCNET

I've made an MSBuild project that simply does an msbuild task with our solution file as parameter. I've defined a BeforeBuild target where I set some properties, and a Build target that executes the msbuild task. I've confirmed that no errors occured when building the msbuild script in the command line console. However, when I use it in...

make ccnet self test

i want to run a test project in ccnet, can anyone help? i am not using NUnit. I am using [Test Class()] attribute in my web project, and wanna run this project from ccnet ...

ccnet webdashboard authentication forms mode how to set it up so its secure

Hi all, I am sure I am just doing this wrong but for the life of me I can not get things to play nicely. I am just starting to install and configure CruiseControl.net on a WS2008 X64 VM. The install seemed to go a little funny as it didn't create an IIS site for the dashboard, I ended up just doing that my self and pointing it at: C:...

how to get changed files from TFS using nant

It is really painfull to get all code form TFS whenever you make a build using NANT. Is there any settings in ccnet.config which will only take the files which are changed form last time which can speed up the process. ...

CCNET Trunk start building because of changes set on branch

I am using CCNET in combination with Mercurial. I have a project that got a branch and a head. they are both configured in CCNET. The branch is running fine, it only start building when there are changes on this branch. The trunk (called default) starts building every time modifications are checked, because it "sees" the change sets of ...

CruiseControl.NET NTFS security of published packages are different then the parent folder.

I've setup CCNet to build under user CCBuild, which publishes the builds to C:\Build\Projects\ProjectName\Version\Package.zip I've allowed several AD domain users to access the folders from C:\Build\Projects\ProjectName But they can't download the packages because the security gets set differently. While they can acccess the ProjectNam...

Cruise Control.Net, CVS, and Multiple Modules

Just starting to use Cruise Control, but can't seem to find anything on this or at least a better approach. Simple script: <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> Test cvs.exe theRoot theModule .... Problem is I would like to check more than one module for an update but NOT every mod...

How to reorder NUnit tests under CCNet?

With continuous integration, it makes a lot of sense to re-run failed unit tests first the next time a cycle starts. This shortens the feedback loop. Is there any known way to achieve this with CCNet and NUnit? In principle, CCNet would have to have "memory" of which unit tests failed and NUnit would need to be instructed to run them i...