Tagged Questions

1
vote
2answers
40 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, howeve …
1
vote
4answers
46 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
60 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. I …
2
votes
1answer
37 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 …
0
votes
1answer
24 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
3answers
156 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 …
0
votes
2answers
36 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. …
0
votes
2answers
23 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 S …
2
votes
1answer
45 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 …
0
votes
2answers
26 views

Building a VS2008 .NET 3.0 solution without installing .NET 3.5 on build server

I am developing using 3.0 and VS 2008. The problem is my build server does not have 3.5 installed and therefore I cant build the solution as MSBuild for 2.0 will not support the …
0
votes
1answer
46 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: …
0
votes
2answers
39 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]/Proj …
0
votes
2answers
59 views

Using CCNetLabel to set AssemblyVersion and PublishVersion with CruiseControl.NET

I am trying to deploy a Click Once application (build and publish) using CruiseControl.NET. I cannot find out where I can use the CCNetLabel to set my AssemblyVersion and/or Publis …
0
votes
1answer
19 views

Where can I download CruiseControl.NET’s CCValidator?

I feel like a bit of a dummy here, but I downloaded CCValidator for CruiseControl.NET the other day, but can't remember from where. I'm on another machine now without access to the …
1
vote
3answers
182 views

CruiseControl.NET: using $(CCNetLabel ) inside ccnet.config file

When calling external processes like MSBuild cruise control sets environment variables. One of values is CCNetLabel. it holds the value of the current projects label. I want to use …

1 2 3 4 5 24 next
15 30 50 per page