CruiseControl.NET is a .NET-based framework for supporting a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools.
0
votes
1answer
14 views
How to automatically import signing a ClickOnce manifest on CruiseControl.NET
Currently when I try to sign a ClickOnce manifest, I manually click the "Select from File" button to load the .pfx file. I'm thinking about using CruiseControl.NET to automatically import the .pfx ...
2
votes
1answer
28 views
In CruiseControl.Net, how can i pass the developer's username who checked in code to another project?
In CC.Net, I have a Build project that gets triggered whenever a developer checks in code. I know this project has the developer's username, which is used in the publisher section to send an email ...
1
vote
1answer
33 views
SVN revision message in CruiseControl.Net
Using CruiseControl.Net build server. I have a cc.net project that uses a SVN trigger. During the build I would like to have the svn revision message for the changes that triggered the build.
Is it ...
1
vote
1answer
230 views
ccnet sourcecontrol: get updates from svn 1 revision at a time
I am designing a Continuous Integration project. In this process I need the ccnet to build after each revision and then do some custom tasks i.e. it should update from svn only 1 revision at a time ...
4
votes
3answers
2k views
How do I share a label value between multiple CC.NET builds?
I have two projects set up in CC.NET: CI build and nightly build.
Both of them execute the same nant script, but with different parameters.
The CCNET label (currently generated by the ...
0
votes
1answer
21 views
MSBuild errorMSB4126
I'm working on building scripts for Cruise control and within my ccnet.config file I have the following msbuild task defined:
<msbuild>
...
60
votes
11answers
67k views
Need a lightweight, free, windows SMTP server [closed]
Anyone have any experience with 3rd party SMTP server for windows (server 2003)? I would like to set one up so that the cruise control can send reports of nightly builds and svn check-ins.
I would ...
0
votes
1answer
15 views
Is there a way to view the console of CruiseControl.NET remotely?
Is there a way to remotely view the terminal output of CruiseControl.NET remotely? At present, I am running the following command using an instance of Git Bash on the terminal log file located over a ...
1
vote
4answers
3k views
Cruise Control .Net server unable to detect modifications done on Starteam
Hi Im using Cruise Control .Net 1.4 for Continuous integration and have installed it on my Windows 2000 desktop. I have Nant 0.85 for the Build. My Source control is in Borland Starteam 2005. I have ...
1
vote
2answers
2k views
Target ResolveReferences is not found
I am trying to publish an ASP.Net website through NAnt/MSBuild calls. MSBuild is called using the following arguments:
<arg value="SubsManager.sln" />
<arg value="/t:ResolveReferences" ...
0
votes
0answers
20 views
CCNet queue not working
I have defined a CCNet queue which is included in several CI projects (about 10).
The queue fills up and I can see pending jobs in CCTray and in the dashboard, which are correctly ordered based on ...
1
vote
0answers
21 views
How can I reduce the amount of info Cruise Control.Net 1.8.3 is logging?
I just updated to CruiseControl.net 1.8.3 in hopes of resolving a problem with the Vault 6 interface (didnt help).
The problem I see now is that the log has become "highly productive" - ie: it is ...
0
votes
2answers
35 views
ideal cruisecontrol.net svn directory structure for multiple solutions/repo/projects
In our web agency shop we have multiple clients. We use SVN, but we don't use CI. I want to change this and set up CC.NET, but I'm having trouble getting it off the ground because I can't decide the ...
5
votes
3answers
496 views
What's a good way to remove debug=“true” from web.config on publish?
I use VS 2008 to develop and I use CCNet to build, test and deploy our applications to a staging server. I would like to be able to remove the debug="true" setting from web.config as part of the ...
5
votes
5answers
3k views
How do I deploy/publish a Web Application with CruiseControl.NET & MSBuild?
How do I deploy/publish a Web Application with CruiseControl.NET & MSBuild? I am new to CCNET and I able to get it to get the latest source from SVN and Build with MSBuild 3.5. How do I get the ...
0
votes
1answer
30 views
Building with CruiseControl.Net uses wrong outputdir
I have a project that changed the output directory to bin\Debug. It builds fine on my dev machine and the output directory is correct...bin\Debug.
On our build server we are running ...
1
vote
1answer
902 views
How to get the build number in Cruise Control .net ccnet.config file?
I can get the Build info from CCNetLabel, which is in format: major.minor.build.revision , I am interested in getting the build number only, is there any variable which I can access to get the build ...
0
votes
1answer
16 views
Can I check for modifications on a different path to the one that is checked out?
I have a project with a sourcecontrol block which has a trunk url value.
I also use intervalTrigger with modification exists property.
I'd like to only build if there are modifications in a sub path ...
2
votes
1answer
35 views
How can I set define multiple parameters in CCNet?
I am working in CCNet version 1.4, and I am having difficulty getting the parameters I want defined in a clean manner. In my example, I want 6 total projects as (3 solutions in 2 branches). I defined ...
0
votes
0answers
36 views
Cruise Control.net-MSBUILD : error MSB1008: Only one project can be specified
Getting the below error when compiling:
MSBUILD : error MSB1008: Only one project can be specified.
Switch: SecuritySettingsConfiguration\SecuritySettingsConfiguration.sln
Below is the Build script:
...
0
votes
1answer
21 views
CCNet AsseblyInfo update is not working. is there an issue with my config?
Below is my config what i am using even though i force a build by doing a check-in, version number of assemblies are not updated.
probably i am missing some thing.
note: new to build servers and ...
0
votes
2answers
66 views
Cruisecontrol.net & Visual SVN port issue
I seem to have a strange issues with cruisecontrol.net (ver 1.6.7). My VisualSVN Server port is set to 8443, and this has been working fine.
However the cruisecontrol.net is failing to connect to ...
28
votes
12answers
14k views
Use SVN Revision to label build in CCNET
I am using CCNET on a sample project with SVN as my source control. CCNET is configured to create a build on every check in. CCNET uses MSBuild to build the source code.
I would like to use the ...
3
votes
1answer
4k views
Unable to publish using msbuild or aspnet_compiler using cc.net
I am trying to automate publishing a project having many solutions in cc.net. I am using msbuild which in turn calls a aspnetcompiler xml file. Problem is my directory contains many solutions and when ...
2
votes
3answers
2k views
Configuring CruiseControl.net project directory
CruiseControl.net creates (by default) for each project a subdirectory under: c:\Program File\CruiseControl.NET\server
How can I change that? (it's such a bad idea to mix data with program files...)
...
2
votes
1answer
257 views
how to Implement Cruise Control with QTP?
I would like to integrate QTP with Cruise Control.net and dont know how to do that so can any one please let me know step by step how to do it or if any url that says about it.
i have a qtp and ...
4
votes
2answers
1k views
msbuild “Unable to remove directory”
One of our CruiseControl.NET projects keeps intermittently failing because a msbuild task fails with
error MSB3231: Unable to remove directory "d:\Somewhere\Dir\Admin". The parameter is incorrect.
...
0
votes
1answer
86 views
Slow Cheetah AfterTargets=“TransformAllFiles” works locally, not on build server
I am using Slow Cheetah to transform app.config file for a console app.
During build I also invoke this application. Initially I used post-build event, but then I realized that Slow Cheetah transforms ...
0
votes
2answers
55 views
GIT Source Control make trigger when files are changed in a Folder
I installed CCNET to make autobuild from a GIT server.
I have a big problem here :
My Git Server Repo Structure :
Repo.git
--- Module 1(Folder 1)
--- Module 2(Folder 2)
--- ...
0
votes
1answer
22 views
Trigger Executable/HTTP Request from CC.Net
I'm in the process of moving build projects from CC.Net to Jenkins. However, I need to run a few projects from CC.Net for a while until the migration is complete. Simply put, I want the CC.Net project ...
1
vote
2answers
248 views
Using Conditional Parameters in CCNET version 1.8.2 to change svn locations
I am trying to setup a build server for our applications. When doing a force build I want to use parameters to determine what to build. Below I have the setup that will work DEV mainly because the if ...
1
vote
1answer
20 views
Programmatically generate .generated.cs from an EDMX in an CCNET automated build process
I'm trying to use CCNET to automatically build an MVC Project using EDMX.
We don't save the generated files in the source control (such as the files created by the EDMX when you open it and ...
0
votes
1answer
44 views
Multi Projects with CCNET
I have GIT repo as below,
\main
\Module A
\Module B
\Shared
When i make a change on Module B, CCNET will make a build from Module A and then Module B,
I dont want CCNET to do ...
0
votes
1answer
60 views
Force build in a time duration CCNet
I am new in Cruise Control and have a unwanted and sudden project related to it on my plate few days back. First it took me some time to understand what this Cruise Control actually is (I just knew ...
14
votes
8answers
6k views
How do I tell MSTEST to run all test projects in a Solution?
I need to know how to tell MSTEST to run all test projects in a solution file. This needs to be done from the command line. Right now I have to pass it a specific project file, I'm trying to get it ...
1
vote
1answer
44 views
How to run external msbuild file from cruise control .net
I have an msbuild xml file that builds about 20 vc2010 solutions. It retrieves the code from source control, builds all the solutions, and obfuscates the results (for the .net projects). I'd like to ...
1
vote
0answers
27 views
GIT source control in CCNET built all project when trigger happend [duplicate]
I have install CCNET on windows 7Ent to make autobuild source from a GIT(Ubuntu) Server.
Evething is ok but i have a big problem :
My repo structure :
enter code here
REPO1
--module 1
...
11
votes
5answers
17k views
Create a new cmd.exe window from within another cmd.exe prompt
I am in the process of setting up Cruise Control.NET. The problem I am having is that I am running CC as a console application and when my build completes successfully and executes (using exec) it ...
0
votes
0answers
66 views
CCNET GIT clone timeout exception
I have a very important problem,
I am using CCNET 1.6.798 on windows 7 Ent.
I have some successful test before but now when i start the ccnet, it going to clone the git repo but it alway has a timeout ...
1
vote
1answer
24 views
CCNET is not run correctly
I have installed the ccnet 1.6.798 on Windows 7 Ent.
After fews time is run correctly, now its just load some line and then go to hang .
Nothing happen anymore,
Can somebody help me to solve this ...
12
votes
7answers
1k views
Free build servers for .NET
I've got the question... Are there any free build servers for .NET applications? We are starting project as remotely working team and right now we are searching for such solution. As far as it's an ...
1
vote
2answers
35 views
Msbuild running in Jenkins target calling HgPull fails with HgProcessException: The command <hg.exe> is not available
I am porting over an MSBuild script from CCnet to run in Jenkins. The MSBuild project is used to create a deployment package. I would rather have Jenkins drive this process itself but that's a longer ...
1
vote
4answers
2k views
How to Coordinate multiple builds in CruiseControl.Net?
I have a scenario where in I need to define multiple msbuild tasks. I added a projectTrigger but the problem is that you need to specify the triggerStatus to success or failure. I need the build to be ...
0
votes
1answer
57 views
how to customize buildCondition=“IfModificationExists” on CruiseControlNet build?
Okay.. I've been searching this specific question, and did find some examples, but not exactly the answer I wanted. Any thoughts, inputs would be greatly appreciated!
Situation I have is..
I have a ...
2
votes
1answer
367 views
Using CruiseControl.NET and MSBuild to publish a website
I am trying to set up CruiseControl.NET to automatically download a new version from SVN (VisualSVN_Server) and publish it to the beta directory.
THis is the CruiseControl.NET configuration file ...
0
votes
1answer
77 views
VS2010 devenv command from CC/NAnt fails
We automate builds with CruiseControl / NAnt and it has always worked with VS2005.
We recently upgraded to VS2010 and are now seeing several projects give a "Rebuild All" message, but nothing else:
...
1
vote
0answers
104 views
CCNetModifyingUsers <user> value change after CCNET 1.6 to 1.8 upgrade
After upgrading one of our build servers to the latest version of CCNET it stopped sending emails to modifiers group. We've using Mercurial for source control and version 2.3.2 is installed on the ...
3
votes
1answer
1k views
CruiseControl 1.6 issue on Windows Server 2008
I am trying to run CruiseControl.Net 1.6.7981.1 on a windows server 2008. The server and dashboard .config's has been configured. Visual Studio 2010 is installed on the server
When I start the ccnet ...
0
votes
2answers
52 views
CCNet - Automatically force prerequisite build
If I have two builds, A and B, how can I set up CCNet such that when B is forced, it will automatically force a build for A before proceeding with the build steps for B?
I've seen the ...
0
votes
2answers
37 views
Cruise Control .Net Modifying Dashboard
i would like to modify the CCNET dashboard, so it shows me the projects buildTime, when i enter the "ServerReport". Like the startTime, it should also display the buildTime. Is it possible to modify ...




