0
votes
1answer
16 views
Accessing CruiseControl.NET project name in NAnt
CCNet passes the current build label to NAnt via the NAnt property "CCNetLabel". Is there a similar property where it passes the name of the CCNet project name?
1
vote
1answer
19 views
VisualSVN post-commit hook to force cruisecontrol to build
I have tried googling for an way to do this but can't seem to find one so here goes.
I have a VisualSVN server set up with my repositories and cruisecontrol setup to poll the server and run the build …
0
votes
0answers
30 views
How to use CruiseControl.NET for database and windows service deployment?
I have a VS 2008 solutions that includes a number of projects including a couple of class libraries, a web application, a windows service and a SQL 2008 database project. The build server currently …
1
vote
2answers
45 views
how to turn off a unit test in CPPUnit
I (finally) have my app being unit tested with CPPUnit and I have CruiseControl.NET running the tests and displaying the test output. I have several tests that always fail, however, so CruiseControl …
1
vote
4answers
62 views
How to run CruiseControl.NET task but only after a specific task ends?
For example I have three tasks: task1, task2, task3. How to write a CruiseControl.NET configuration file that runs task3 but only after task2 ends with success?
0
votes
4answers
64 views
Does a 64-bit CruiseControl.NET exist?
Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems.
If I do need to run …
0
votes
3answers
191 views
Running NUnit task in CruiseControl.NET always throws errors
So I'm fairly new to cc.net but like it so far. I have SVN getting latest, MSBuild building but when it comes to running my unit tests, kablooey.
I tried the fixes suggested about fixing references …
2
votes
1answer
45 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 daily build.
Both of them execute the same nant script, but with different parameters.
The CCNET label (currently generated by the DefaultLabeler) …
0
votes
1answer
27 views
Publishing/Deployment tasks with CruiseControl.NET.
I'd like to create a CruiseControl.NET task to mimic the publish functionality for web applications in Visual Studios. Any suggested approaches or examples? Thanks.
0
votes
2answers
42 views
CCNET reports build failure with no reason
We use CCNET 1.4.4.83 on Win 2003 SP2. A few days ago CCNET started to report build failures with no specific reason. The project contains a single exec task which runs build.bat. The batch does all …
2
votes
1answer
52 views
Structure of NAnt build scripts and solution structure on build server
We're in the process of streamlining/automating build, integration and unit testing as well as deployment.
Our software is developed in Visual Studio where we have use both C# and VB.NET in our …
0
votes
2answers
25 views
Retrieving and Displaying Build Information From CruiseControl.NET and MSBuild in an ASP.NET Application
How do I configure my web application to display the current build number information and Subversion Revision number? I'm looking for something similiar to what SO does with its SVN Revision number.
0
votes
1answer
59 views
What in my CruiseControl.NET configuration is causing this exception?
In attempting to set up a build for a demo project I am working on, I received the following exception:
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Documents and …
0
votes
2answers
46 views
How to configure CruiseControl.net to build co-dependent projects?
For Instance:
I want to build Project A. Project A Depends on Project B and Project C.
Edit:
Each project has its own trunk in SVN:
[repository]/ProjectA/trunk
[repository]/ProjectB/trunk
…
0
votes
1answer
11 views
Publishing an ASP.NET Website using buildpublisher
I am using the Cruise Control BuildPublisher task to publish a 2005 ASP.NET website. The Website has no warnings and if I run the Publish WebSite from within the IDE it works fine.
When I publish …
