cruisecontrol.net

CruiseControl.NET: Build subproject obtained by SVN

☆樱花仙子☆ 提交于 2020-01-06 08:10:05
问题 I have this project structure: main -- main.csproj main/subproject1 --- main.subproject1.csproj main/subproject1/view/ --- main.subproject1.view.csproj main/subproject1/business/ --- main.subproject1.business.csproj main/subproject1/metadata/ --- main.subproject1.metadata.csproj main/subproject1/facade/ --- main.subproject1.facade.csproj main/subproject1/data/ --- main.subproject1.data.csproj main/subproject2 main/subproject2/view/ ... so, I want to build/compile only the specific .csproj

CruiseControl.Net complaining about xml

陌路散爱 提交于 2020-01-05 03:44:18
问题 I inherited an existing project with a failing build. I can see the exception in the ccnet.log file: Exception: System.Xml.XmlException: Name cannot begin with the '%' character, hexadecimal value 0x25. Line 17, position 100. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args) at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset,

CruiseControl.NET's Filtered Source Control Provider Not Detecting Modifications When Using Mercurial

有些话、适合烂在心里 提交于 2020-01-04 00:05:17
问题 We are in the process of switching to Mercurial. Our repository has a number of different projects, so we are using the filtered source control so that only changes to a project’s files trigger a build. I’m seeing in my ccnet.log that CruiseControl is correctly grabbing the modification list from Mercurial, but it always reports "No modifications detected." I think I might be specifying the wrong or an incorrect pattern. This is what I see in the log: 2010-08-12 18:25:41,305 [BuildAndTools

Bazaar + CruiseControl.Net

梦想与她 提交于 2020-01-03 19:36:11
问题 I want to setup CruiseControl.Net at my company. We currently have several .net solutions stored in a Bazaar repository and I want to use MSBuild to build each solution. This didn't seem too controversial, but I can't see an easy way of binding CruiseControl.Net to Bazaar. There seems to have been a plugin to do this at http://www.sorn.net/projects/bazaar-ccnet but this link no longer works and I cant seem to find the plugin anywhere else I was going to use the External source control type,

Publish MVC v1 C# application through Cruise Control

不问归期 提交于 2020-01-02 18:18:08
问题 I am attempting to publish a 3.5 MVC website on my build server through cruise control. Having looked around on the net it appears you need to wrap the ASP Net Compiler. I was hoping that this task can be called through MSBuild. Any ideas on how this is done? 回答1: This is fairly simple to accomplish with an MSBUILD file. Here's a sample target the will rebuild your entire solution and will deploy your MVC web application to your desired output directory <Target Name="Deploy"> <MSBuild

Integrating PartCover.NET with NAnt

妖精的绣舞 提交于 2020-01-02 07:10:10
问题 I'm trying to integrate PartCover.NET with NAnt and CruiseControl.NET I can run PartCover.NET browser without problems, but it does not work once I try to run it in an NAnt task (in my CCNET build). There must be an issue with my NAnt target but I can't find it. Maybe someone had experienced the same issues in the past?. <target name="CoverageUnitTest" description="Code coverage of unit tests"> <exec program="${PartCover.exe}"> <arg value="--target=${NUnit.console}" /> <arg value="--target

Getting MSBuild and CruiseControl .NET to build and deploy VS2010 database projects

半腔热情 提交于 2020-01-01 09:33:31
问题 I almost have a NAnt script together that will build and deploy VS2010 database projects, but one error stands in my way: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.TSqlTasks.targets(56,5): error MSB4062: The "SqlBuildTask" task could not be loaded from the assembly Microsoft.Data.Schema.Tasks.Sql, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. Could not load file or assembly 'Microsoft.Data.Schema.Tasks.Sql, Version=10.0.0

Getting MSBuild and CruiseControl .NET to build and deploy VS2010 database projects

二次信任 提交于 2020-01-01 09:33:15
问题 I almost have a NAnt script together that will build and deploy VS2010 database projects, but one error stands in my way: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.TSqlTasks.targets(56,5): error MSB4062: The "SqlBuildTask" task could not be loaded from the assembly Microsoft.Data.Schema.Tasks.Sql, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. Could not load file or assembly 'Microsoft.Data.Schema.Tasks.Sql, Version=10.0.0

What is the difference between using 'devenv' and 'msbuild' in CruiseControl.NET builds?

柔情痞子 提交于 2020-01-01 02:32:43
问题 What is the main difference between using the <devenv> tag and the <msbuild> tag is in CruiseControl.NET? I understand they call different executables, but sometimes I get different results (as far as pass/fail at compile time), and I would like to know why there is a difference between the two build commands. 回答1: Basically devenv (Visual Studio) wraps MSBuild and add lots of Visual Studio specific properties. To use devenv you need Visual Studio installed on your computer. To use MSBuild

Does the free Team Explorer client work without Visual Studio

荒凉一梦 提交于 2019-12-30 11:41:47
问题 We are about to setup a cruise control.net with and NAnt and TFS, do I need visual studio 2005/2008 with team explorer installed or can I make this work with just the free Team explorer client 回答1: Team Explorer will install the VS shell, which gives it enough of VS to operate. So strictly the answer is "yes, Team Explorer requires VS", but since VS is included in the Team Explorer install the strict answer is kind of unhelpful :-). Once Team Explorer is installed, you get access to the TF