0
votes
1answer
11 views

How to automatically import Signing a ClickOnce manifest on Cruise Control.NET

I have a question about the ClickOnce stuff. Sorry I'm new to here and cannot post images. Currently when I try to Signing a ClickOnce manifest, I manually click the "Select from File" button to load ...
1
vote
1answer
31 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
votes
0answers
17 views

How to copy published website from one server to other using nant? [closed]

I can make a zip archive with sources but then after copy I need to extract files on remote machine, I don`t know how. How I can to connect to remote machine? Also I need to stop IIS on remote machine ...
0
votes
1answer
75 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
1answer
180 views

How can I let CruiseControl.NET/nant run all Unittest projects postfixed with .Test?

In our continuous integration setup, I would like to set up CruisControl.NET to automatically run all our unittests. However, I don't want to have to specify every unittest dll seperately in the ...
0
votes
1answer
192 views

How to assign exec's output to a property in NAnt

My aim is to fill property with output of command "git describe". I have a property: <property name="build.version" value = ""/> And I want to fill it with output of the following command: ...
0
votes
1answer
256 views

CruiseControl and NANT build

I'm testing a very simple script to try and run my ant build file from CruiseControl.NET. I followed the steps I found on the net of how to do this but i keep getting nAnt task failed in ...
0
votes
1answer
41 views

Run a Nant script in fire and forget fashion from CruiseControl.net

How can I write a Nant or Exec task (which calls the nant.exe) in a fire and forget manner - in Cruise Control .NET. I do not want CruiseControl to wait for the Nant script to complete.
1
vote
2answers
188 views

CCNET: Can I get more meaningful logging than <task name=“echo”>?

Meaningful task names If I View the Build Log for my CCNET project, I can see messages like <task name="echo"> <message level="Info"><![CDATA[Done: clean]]></message> ...
0
votes
0answers
62 views

Start Service Remotely

I am trying to start a few services using CCNEt and nant on a remote machine. My nant statements are like: The builds are successful and according to the nant results, all the services have been ...
1
vote
1answer
129 views

Exclude file from stylecop checking

I want to exclude /Properties/AssemblyInfo.cs from stylecop checking. Can we do that? the problem is that i have integrated stylecop with nant. In nant i am stamping product version so the information ...
0
votes
1answer
83 views

Run python script from CruiseControl.NET

Is is posible to run a python script from Cruisecontrol.Net ? Is there a CCNEt task or a nant task that can be used?
0
votes
2answers
147 views

Argument parse CruiseControl.net to NANT

Can any one help me with example to pass parameter(Eg:URL) from CruiseControl.net ccnet.config file to NANT name.build file? below is what I tried(but not succeed) **CC.net file** ...
1
vote
2answers
128 views

Difference between Nant / CruiseControl/Teamcity

I have spent a couple of days going through a lot of sites and reading about Nant , Rake etc. please forgive my Noob question but I still cannot find what is the difference between Nant and ...
2
votes
1answer
168 views

Get the CCNetBuildDate in NAnt parallel tasks

In a cruise control configuration file, I use a set of parallel tasks to call some NAnt targets. I noticed that the CC system parameters (like CCNetBuildDate) are not pushed to the NAnt scripts, while ...
1
vote
0answers
120 views

Installing CruiseControl.Net 1.8 on OS X Lion breaks immediately because of NAnt

I am trying to install CruiseControl.Net v1.8 on OS X Lion. I have the latest release of mono installed (2.10.9). I run: sh build-all.sh The build starts but immediately fails with the following ...
0
votes
0answers
162 views

Cruise Control.Net Failing But nAnt Builds When Done Manually

We've got a CC.Net process that's been running fine for years. Last Friday (03/16) we started getting error messages from the build. The message is very generic. From CCTray, the error message is: ...
0
votes
1answer
437 views

Is there a basic, standard .build file for NAnt?

Basically, I'm trying to integrate CruiseControl.NET with NAnt. I've got CC.NET set up, but I'm getting an exception when it tries to build with NAnt. BUILD FAILED - Could not find a '*.build' ...
1
vote
2answers
410 views

MSB0001: Internal MSBuild Error: refCount should not be less than 1

Does anyone know what this means? I am getting this error in my CI build (CruiseControl.Net + NAnt + MSBuild), locally this project compiles just fine... My.Web.csproj: Error MSB4014: The build was ...
0
votes
1answer
273 views

CruiseControl.Net ignoring NAnt fileset

I'm publishing a website by copying a fileset which should exclude .cs and other files. I've tested my NAnt script from the command line and it works fine but when it is called from CCNet, it copies ...
0
votes
2answers
105 views

Use tstamp property in tasks in a project

Can I use tstamp property BuildDate in a nant task to an xecutable task in cruise control net as given below? if that is possible, Is my usage correct? <tstamp property="BuildDate" ...
1
vote
1answer
51 views

CCNet Make Version Configurable

I am automating build with CCNEt. The last step of the build is to create a file. Its name will be in the formatAS_V_1.0.0.1_DD_MMM_YYY. 1.0.0.1 is the version number. This version number will be used ...
1
vote
1answer
333 views

PowerBuilder Unit Tests exiting with error code -1073741819 in CruiseControl.NET

I have some unit tests set up in my PowerBuilder application that run through CruiseControl.NET via a NAnt script. In the past few days I've come across an issue where every test run will return the ...
0
votes
2answers
80 views

CCNet Unzip File

I need to unzip files from a zip file before taking the installation using install shield. What script should I use for unzipping a zip file?
0
votes
1answer
31 views

Build in two machines

I have a c++ application. For a release build we use two machines. In the first machine we build the visual studio solution and checkin the binary and pdb files to svn. In the second machine we take ...
5
votes
2answers
153 views

Cruise Control parsing “!” character in NAnt file

I have Cruise Control configured with a task to run a NAnt script, which runs an MSTest suite. MSTest allows me to specify test categories so I want to specify "!Integration" (which means "don't run ...
1
vote
1answer
1k views

Build Exception “Target ' ' does not exist in this project” when calling NAnt 0.91 from CCNET 1.6

I am refactoring my existing NAnt build scripts to be able to use them on just about any project and have the proper values sent over from CruiseControl .NET. I've come across an issue, though, where ...
3
votes
4answers
242 views

CruiseControl.NET, is Nant really necessary?

I'm trying to setup CruiseControl.NET for CI. I am having trouble finding references and examples for setting up just a file system watcher to kick off a build of a solution file. An issue I'm having ...
4
votes
1answer
77 views

How to add cruisecontrol.net build step based on output of .NET code

I have written some code which checks a site for broken links using the IIS SEO toolkit API. The interface for the code is nice and simple, see below: public interface ILinkChecker { /// ...
0
votes
1answer
431 views

MSBuild failing for CruiseControl 1.6

G'day. We've updated to ccnet 1.6 due to our TFS server being upgraded to 2010. Within our ccnet.config we're executing a nant (0.9) build script that contains an MSBuild exec task. Running MSBuild ...
0
votes
2answers
59 views

Force NAnt to build references during Cruise Control build

We have a project I'll call Project1, which is an ASP.NET Web Application that references another project I'll call Project2. In VS, Project1 references Project2 via a 'Project Reference' in the ...
1
vote
1answer
776 views

CruiseControl.NET automated build version numbers

This is a complicated one, so I hope I explain it well enough. Background I'm in the process of automating a build process with CruiseControl.NET and NAnt. The biggest headache I'm encounting is ...
1
vote
3answers
1k views

CruiseControl “Unused node detected” error when adding xmlns to Project node

I am trying to use the Cruise Control preprocessor functionality to break my configuration into smaller reusable sections. I can use the include feature great from within the root cruisecontrol node, ...
1
vote
3answers
118 views

Selectively perform build tasks in a build process

We're currently using CruiseControl.NET and NANT to run our build process. It works well, however, I'd like to be able to make the tasks that I run for each build more granular WITHOUT creating more ...
3
votes
3answers
767 views

MSDeploy all configuration [.config files] in one package

We have 4 different environments at the moment (Lab, Test, Stage, LIVE) and we have implemented automatic deployment using Nant/CC.Net. I am investigating and doing some research as to what can be ...
1
vote
2answers
689 views

Linq causes build error

Im using NAnt and CCNet on our build server. Lately when i've been doing Local Deployment, i get build errors that seems to be connected to Linq, generics and delegates. Here are the result: [nant] ...
1
vote
1answer
241 views

CruiseControl.NET parameter passing

I have a CruiseControl.NET ccnet.config file, which monitors two different projects in the same project scope. If one of them changes, it has to trigger a build. But I wanted to know which project has ...
2
votes
2answers
332 views

nant script c# compilation error

Unfortunately my knowledge of NANT stuff is very limited but embarked today on updating our build to run some code. We use cruisecontrol. This works fine - however I need to process two folders so ...
0
votes
1answer
198 views

System.UnauthorizedAccessException using NAnt with CCNet

I'm trying to copy file to network path like '\\serverA\destenation\file', but fail with Unauthorized Access exception. I have tried change ccnet service LogOn account, but without results. If I run ...
0
votes
2answers
126 views

How does a bin folder that is excluded from a project affect automated builds?

We do automated builds using Nant and CruiseControl.net. I'm very green when it comes to the process. While looking into some things, I noticed that for most(all?) of the solutions involved in the ...
1
vote
2answers
456 views

Continuous integration and pre-integration

I'm posting a part-question, part-rambling in the hope that it will generate discussion as well as answer my question, which is more a series of requirements if I'm honest. At my workplace, builds ...
2
votes
1answer
514 views

Running all unit tests in nant, even if some fail!

I want my unit tests to run regardless of there being a failure. I want to know how many are failing not just the first one, so I don't go through the build, fail, fix and build again cycle. Also, it ...
3
votes
3answers
1k views

How do I get CC.NET automated build versionstamp written into Global Assembly Info file & referenced by several .NET apps?

I am currently "automating the build" of our .NET solution (which contains many projects, atleast 20. Some winForms, some web projects, all with different release configurations...ugh!). I am using ...
0
votes
1answer
229 views

CruiseControl.net build giving the error “The type or namespace name 'Properties' does not exist in the namespace” when I add resx resources

I am building a solution with NANT and CruiseControl.net. Everything worked fine, then I tried to add in resource files by going into properties and adding one through the resources tab. Now I am ...
1
vote
1answer
723 views

Msbuild 10 and Nant doesnt copy weboutput

I cant seem to get Nant to copy my web solution to an output folder, such as a Test server. It simply will not copy the files, even though the build succeeds. According to the docs ...
1
vote
1answer
88 views

How do i get the list of replaced files using nantcontrib vssget task in cruise control . net

I am using NantContrib vssget task to retrieve the latest code from Source Safe in a build process. I would like to know what files have been updated /replaced, basically any changes that have ...
0
votes
2answers
346 views

Use nant to build an archive and display it in cruisecontrol.net package list

I'm not sure if this is possible, but currently I am using a CruiseControl.net build server with a nAnt script to handle all of the building, testing, and packaging. I have nAnt manipulate some files ...
3
votes
1answer
2k views

CruiseControl.Net Web Dashboard not displaying results

Having problems displaying the results in CruiseControl.net web dashboard. I've built a config file which kicks off a build of the project. It then runs nunit over my tests, they execute and finish ...
2
votes
3answers
2k views

CruiseControl.Net and NUnit - tests finish, but task doesn't?

I've got a CruiseControl.Net setup using Nant to clean the previous logs, and then it kicks off a msbuild of a VS project, finally running nunit-console to execute the tests. It seems to build for a ...
0
votes
1answer
217 views

Should we Switch From Nant To Msbuild?

currently we use nant, ccnet (cruise), svn, Nant,. I use msbuild to do my sln build just because it was simpler to shell out. Are there any merits to switching my whole build script to MSBuild? I ...

1 2 3