1
vote
1answer
78 views

Nant for .NET 4.5

We use Nant to automate our builds. We are upgrading out projects to .NET 4.5. It looks like Nant 0.92 which is the latest build only supports .NET 4.0. Is there anyway to get Nant to work with ...
0
votes
1answer
128 views

Set MSBuild Web Publish Property “ExcludeGeneratedDebugSymbol” from Command Line

I'm using NAnt to build my project and publish web site project(s). I'd like to include the PDBs in the resulting package. How can I set the ExcludeGeneratedDebugSymbol property from the command line ...
2
votes
4answers
165 views

How to specify MSBuild version in nant script?

I have a nant script that in one of its targets uses the msbuild tags to build a Visual Studio 2010 solution. The problem is it fails when it hits this point, the error is: Solution file error ...
0
votes
2answers
57 views

How do I specify where MSBUILD publishes a web service too?

I've seen lots of info on the web about this, but nothing clear & specific which seems to address the problem of simply publishing a web service or web site to a specific folder that I specify at ...
0
votes
1answer
78 views

MsBuild: Do not compile referenced project

I have the following project structure: SLN libA libB (references libA) exeWPF (references libA and libB) I use NAnt to compile libA and libB, with csc, but I cannot use csc with the ...
0
votes
1answer
329 views

msbuild and multiple web projects in a solution

We're in the process of upgrading to vs2k12 and .net 4.5, so I'm going through our build process and getting everything working again on our CI server, but I'm having some difficulty. Here's how ...
0
votes
0answers
200 views

MSDeploy - Can not deploy using the batch file generated by msbuild

With visual studio 2012 set up projects has been discontinued. I was finding a way to automatically do a web deploy using team city and I stumbled across this fantastic article ...
0
votes
0answers
74 views

Errors caught in visual studio ide but not in nant msbuild

I have a simple website in visual studio with a generic ashx handler referencing a string constant in another project in the same solution. When I comment out the definition of this constant, I get an ...
1
vote
2answers
141 views

How to create Visual Studio solution and project files from NANT build file

I have a C# project built using NANT. Is there a convenient way to generate VS solution and project files to open and compile this project using Visual Studio?
-2
votes
1answer
65 views

using nant for automated build with VS2008 and .Net 3.5 without msbuild-task

I have tried to use NAnt 0.92 to build VS2008 solution faster. I'm using solution-task but it doesn't work. In the internet say that must use msbuild-task instead of solution-task. But build by ...
0
votes
2answers
103 views

.NET Building Process - Github/Git and Dependent Projects

I'm currently using Github/Git for two .NET solutions. The first solution is a library of common .NET code for all projects at my company, the second solution is a ASP.NET MVC Web Application. What ...
0
votes
2answers
149 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** ...
3
votes
1answer
227 views

Nant delete task doesn't delete files post msbuild

Using Nant 0.92 (and previously 0.85 with same consequence) I'm trying to call the delete task in NAnt to remove all files except the .dll file after calling msbuild (see the script below .. I'm ...
0
votes
0answers
150 views

Xsl transform process via NANT does not update all xpath's requested

This is going to be hard for me to explain, but I'll do my best. Add comments for clarifications/additions to anything that I may be missing. Background Info: NANT (build process) version ...
0
votes
1answer
212 views

NAnt MSBuild Version

Where is the configuration setting in nant that sets which version of MSBuild to use? Nant wants to use 3.5 when it needs to use 4.0.
0
votes
1answer
129 views

Putting together a multiproject build script

I am new to build scripts and need some help putting together a script for a multiple project solution. I currently have just the one project but I need to include other projects, including my test ...
0
votes
2answers
113 views

Use Visual Studio solution in ci server or maintain a separate build file

What is common way of doing this? Maintaining a separate build file (nant by example) costs time but Will not lock you in to Visual studio. Do most developers build with the Visual studio solution ...
0
votes
1answer
82 views

How do I process for building workitems ready for build using TFSBuild?

I'm doing research on the proper way to output a list of work items/changesets included in a build. In my current NAnt scripted daily build process I have a target which creates a list of tickets or ...
1
vote
1answer
113 views

Using Nant's msbuild task, is there a way to get msbuild's colors to work?

Title pretty much says it all. When I run msbuild by itself, it displays a lot of pretty colors in it's output, that helps a lot in highlighting where the problems are. Our processes have a lot of ...
4
votes
2answers
2k views

How to exclude project from build in MSBUILD?

I need to build a solution but exclude one project. How should I do it? I searched a lot about this issue but nothing could help. ItemGroup section rise the following exception: Invalid element . ...
1
vote
1answer
90 views

Preferred approach to environmental building with Rake? (Coming from Msbuild/Nant)

I have written and maintained a lot of Nant/Msbuild files, and have got a few problems in a current project where it seems that rake would make my life a lot easier. However I am a bit stumped on the ...
2
votes
1answer
250 views

Do any GUIs exist for running build automation files (rake, msbuild, nant)

Do any GUIs exists for processing and running rake, msbuild or nant files? Although I don't mind working with the command line I still find that I occasionally have to delve into rake/msbuild files ...
1
vote
2answers
414 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 ...
10
votes
5answers
2k views

Automated Deployment using CI server

In our project, deployment is always a pain, mostly because of the mistakes done by the release management team. Either they screw up the configuration or get the wrong version installed somehow. We ...
0
votes
1answer
648 views

Should I use the aspnet_compiler with a website project?

We use Nant and devenv.com to build all our assemblies including the website project. Then we would use aspnet_compiler.exe to compile the published website. Is this the correct way to do it? ...
10
votes
5answers
960 views

Is it possible to build a sitecore data package from command line, or outside of a web context? i.e. using nant

The Sitecore package wizard can be used to build a package containin data and files for the local sitecore instance. Is it possible to build a sitecore package (items only, files are not required) ...
2
votes
2answers
623 views

Nant script not able to spawn msbuild

I've been asked to migrate a VB.NET solution from Windows Server 2003, Visual Studio 2005, 32 bit, .NET 2.0 to Windows Server 2008, Visual Studio 2008, 64 bit, .NET 4.0. I have the solution compiling ...
0
votes
1answer
221 views

MSBuild, NAnt and Unicode symbols

%username%. I have a problem with Unicode symbols while building my custom C++ files with MSBuild and NAnt. Overview: I write my own extension for MSVS10. In MSBuild scripts I implemented Build, ...
1
vote
1answer
113 views

.Net Solution: Build Steps for windows services

I have created 2 WCF service libraries in a solution. I have also created two windows services which will host the two wcf services. these wcf services communicate with eachother. one gets requests ...
0
votes
1answer
551 views

NAnt error using solution task to compile .Net framework 3.5 project: Error MSB4127, Error MSB4060

I run into the error, listed below, when executing a NAnt task that would compile a .Net 3.5 project- with CC.Net: [solution] ...
0
votes
1answer
169 views

What should be the automated build steps for a database?

Every-time I check in, I want to trigger Nant build script to run some tasks for the database in the project in Dev/Uat/Live server to clean db, reload contents of db etc. What should be the steps as ...
0
votes
2answers
669 views

NANT CSC Build Failure: References Missing?

I have the following NANT CSC target for building winexe: <csc target="winexe" output="${Deploy.dir}\VMIS.exe" debug="${debug}"> <sources> <include name="${App.dir}\**\*.cs" /> ...
0
votes
1answer
115 views

NO_CI flag with Hudson

I'm currently automating my project builds with Hudson + TFS + Nant and is all working great!. I have a build.properties.xml flag that is inside the workspace and it allows me to set the last build ...
0
votes
1answer
433 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 ...
1
vote
2answers
312 views

xml nant and ó character

I trying to use nant to build a solution via msbuild. The problem is the solution´s directory is: C:\Repositorio\Proyectos Casino\SPPM\Codificación\PokerManager as yo can see it got an specia ...
0
votes
1answer
86 views

Forcing the build to fail if there is a .net version mismatch

We have a few apps that still have to be 2.0 because they are going to go on client machines that won't have the v3.5 framework installed, and we want to make sure no code gets slipped in that doesn't ...
3
votes
3answers
824 views

Continuous Integration/Builds with NUnit 2.5.x and .Net 4.0

Ok, so here's my current setup and my problem at the moment. I have a growing set of projects in a Visual Studio solution. The solution contains about 15 projects (give or take a few) and a quickly ...
0
votes
2answers
447 views

Customize properties for MSDeploy via Nant or VS2010

I have a web application that I want to deploy using MSDeploy. I have a Nant script that runs MSBuild and has the property DeployOnBuild set to true. It creates a deployment package that I use on a ...
1
vote
1answer
145 views

Excel automation from database, what's the Best Technology to do that?

I want to have Excel reports generated from the database. What do you think is the best Technology to use for Excel automation ? Consider : > Full Excel API Support is a must. > Cross Platform ...
9
votes
1answer
288 views

What are the benefits of using NAnt instead of MSBuild?

Cursory reading about both tools leads me to believe they do similar things: manage build tasks which means they do operations that support taking source inputs and ultimately producing runnable ...
0
votes
1answer
221 views

Why does changing the OutputPath when using MsBuild not compile websites?

When I change the OutputPath parameter using msbuild via nant, my web application does not compile. Only when I set OutputPath=bin does my web application compile successfully. This code currently ...
3
votes
3answers
768 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 ...
6
votes
2answers
1k views

get parent directory in MSBuild

In NAnt i have a very simple property to get the root of my project, it looks like this... <property name="project.root.folder" ...
3
votes
1answer
570 views

ASP MVC 3 On build server missing WebApplication.targets

I have an ASP.MVC 3 project that I am trying to get building on our build server. We are using nant for our build script to do a variety of stuff, however we are using the MSBUILD task to compile our ...
1
vote
1answer
191 views

Why doesn't NAnt generate a bootstrapper file after calling MSBuild on a project?

I have a project with this in its MSBuild script: <Target Name="AfterBuild"> <GenerateBootstrapper ApplicationFile="MyApp.msi" ApplicationName="My App" ...
1
vote
1answer
115 views

How to use nAnt to get latest of all files in a Visual Studio Solution?

Is there a task or something that can accept an sln file and then get latest of each file in the sln?
1
vote
1answer
728 views

Reasons to use Rake over NAnt or MSBuild

I've seen several .NET projects (e.g. FluentNHibernate) use Ruby's rake to run their build, rather than using .Net tools, such as NAnt or MSBuild. What is the advantage to doing this? We're in the ...
0
votes
2answers
435 views

Missing assembly reference when building with MSBuild but build success in VS 2008

I'm trying to create nAnt build scripts for our project. When I try to build it via msbuild - called from nAnt as an external task, i got the whole loads of missing reference errors. But when I try to ...
0
votes
3answers
506 views

Are there installers that can be used to automate builds with msbuild for .NET 2.0 projects

I just realised I can not run my vdproj file from msbuild without calling Visual Studio. What a showstopper for atomated builds! Can you recommend another installer, that allows to compile your ...
1
vote
1answer
726 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 2 3