Tagged Questions
The build-server tag has no wiki summary.
36
votes
7answers
17k views
Team Build Error: The Path … is already mapped to workspace
When creating a new build in Team Foundation Server, I get the following error when attempting to run the new build:
The path
C:\Build\ProductReleases\FullBuildv5.4.2x\Sources
is already ...
28
votes
19answers
1k views
What is the point of a “Build Server”?
I haven't worked for very large organizations and I've never worked for a company that had a "Build Server".
What is their purpose? Why aren't the developers building the project on their local ...
18
votes
3answers
551 views
Continuous Integration server for C++ - What about library dependencies?
I am currently researching a good setup for a continuous integration server which would build various C++ applications for several Linux distributions.
My primary question is how other users here ...
17
votes
6answers
5k views
Microsoft.WebApplication.targets was not found, on the build server. What's your solution?
Trying to build my project on the build server gives me the following error:
Microsoft (R) Build Engine Version 4.0.30319.1
error MSB4019: The imported project "C:\Program Files ...
10
votes
6answers
311 views
Free build servers for .NET
I've got the question... Are there any free build servers for .NET applications? We are starting project as remotely working team and right now we are searching for such solution. As far as it's an ...
7
votes
5answers
2k views
SVN: Release branch and externals?
We have two websites for the same client (main www site and another for the ecommerce site which sits on a seperate server) that use shared portion of code (various features/styles/javascript etc.). ...
6
votes
7answers
3k views
Can Hudson be configured to build every revision?
I've started experimenting with Hudson as a build server. I'm using subversion and have it configured to poll every minute. The issue I'm seeing is that if a build at revision 10 takes 5 minutes and ...
5
votes
3answers
2k views
How to run .NET 4 code analysis on build server
On a Windows Server 2003 R2 with .NET 4 SDK but without Visual Studio 2010, I have tried building a Visual Studio 2010 solution with
msbuild MySolution.sln /p:RunCodeAnalysis=true
but that fails.
...
5
votes
5answers
1k views
Poll: Build Server in a Virtual Machine?
Is it better to have a Build Server in a virtual machine? Do the benefits of having a build server in a VM outweigh the costs?
4
votes
2answers
245 views
Techniques to detect/prevent submitting an empty Perforce changelist from being an error
Attempting to submit a changelist with no files is considered by Perforce to be an error (p4 submit ... returns exit code 1). This causes a periodic integration build to fail on our build server ...
4
votes
4answers
273 views
Continuous integration with .net and svn
We're currently not applying the automated building and testing of continous integration in our project. We haven't bothered this far as we're only 2 developers working on it, but even with a team of ...
4
votes
4answers
801 views
Build Server Best Practices
I heard google has some automated process like that:
When you check in, your code is checked into a temporary location.
It is built.
Style checks run.
Tests run.
If there are no problems, code goes ...
4
votes
2answers
3k views
How to configure CruiseControl.NET to build one project on a remote server
I have a build server running CruiseControl.NET. It works well for the 7 projects that are configured to run on that server (let's call it server A).
Now I have a new project that I wish to build on ...
3
votes
3answers
319 views
Windows Service user account trouble for TFSBuildServiceHost.exe
Experienced a very strange problem today on our TFS2010 build server. Suddenly the build service failed for no apparent reason. We´re been trouble shooting it all day, but still haven´t found the ...
3
votes
2answers
45 views
Building Sharepoint project on 32bit machine
My buildserver is a 32bit system.
I heard that to run and develop sharepoint projects I need a 64bit machine.
Is it feasible to build a sharepoint project on a 32bit system?
3
votes
2answers
72 views
How to prevent builds when another build fails?
I have created many build configurations in Hudson for a single solution (eg. Release, Debug, Test)
When I commit something wrong, I receive 1 build failed e-mail for every build configuration.
I ...
3
votes
1answer
146 views
What tool should I use to create my buildmachine?
I am working on my free time on a multiplatform/multi-architecture library written in C++.
Before every release, I have to boot up several computers (One on Windows, one on Linux, another one on Mac ...
3
votes
5answers
329 views
Suggestions for software to ease setting up a build server
I'm currently setting up a new build server and I'm interested in any suggestions the community may have about software such as Hudson or CruiseControl.NET that may simplify and add additional value ...
2
votes
2answers
68 views
Team City - Add Gallio test result xml to build display
Im using TeamCity with Gallio/XUnit/Specflow and trying to display our unit/acceptance test results. I believe the output is NUnit xml test result format.
Our unit tests auotmatically display using ...
2
votes
2answers
35 views
How to provide non-deployed dependencies to a build service?
Some times ago I asked the question about how to integrate an application using dependencies on a build server and I had quite satisfying answers. Today I am facing a different case. For a project I ...
2
votes
1answer
39 views
Resources for ready-to-use virtual machines tailored to the needs of developers
I wonder if someone else thinks alike. Often I find myself committing things wondering whether a particular snippet doesn't break the *BSD or gentoo build. Now wouldn't it be handy to fire up a ...
2
votes
1answer
193 views
How to find the path to tf.exe from MsBuild
I have an MsBuild file which shells out to TFS using tf.exe for a few things. Unfortunately the tf.exe file has been installed to different locations on the developer PCs and the build server.
I ...
2
votes
1answer
514 views
Cannot start TFS Build service: Error 1227
When I try to start the TFS 2008 Build service on the port 9191 I get the following error message:
Windows could not start the Visual
Studio Team Foundation Build service
on Local Computer.
...
2
votes
3answers
575 views
NUnit vs MSTest - a fickle TDD novice's experiences with both of them
There are a ton of questions here on SO regarding NUnit vs. MSTest, and I have read quite a few of them. I think my question here is slightly different enough to post separately.
When I started to ...
2
votes
4answers
5k views
TFS build-server build of branch?
We have a TFS 2008 project with two branches ("Main" and "NewFeature").
Each is a complete, independent "copy" (variant) of the source code.
By changing the workspace mappings, we can map either ...
2
votes
2answers
114 views
How important are build server times to rapid development?
When i say “time” I am including everything that happens in a build (compilation, unit testing, code coverage, static analysis etc)
I guess what I am getting at is what is the build time threshold ...
2
votes
3answers
2k views
TeamCity: labeling VCS (Subversion) with an artifact's file version
I want to create create a label (tag) in the SVN with a file's version.
I'm already renaming the artifact by getting the file version of the main executable produced by the build. Such as: ...
2
votes
7answers
830 views
How do I set up a build server on the cheap/free?
Currently I'm tasked with doing the daily build. We have an ASP.NET 2005 website with a SQL Server 2005 backend. Our current source control is Visual Source Safe 2005.
At this point, I use the ...
1
vote
3answers
215 views
Different result on devmachine and buildserver with ASP.NET (MVC 1)
We have a .NET 3.5/ASP.NET MVC 1 solution. Everything works great on the developer machines but after that build starts on the build server we get:
"Only Content controls are allowed directly in a ...
1
vote
1answer
68 views
Coping with several Windows SDK versions on build server
We have a TeamCity build server with a couple of agents set up to build code on check in for several c++ projects. Now, we've run into some problems regarding handling dependencies on Windows SDK ...
1
vote
1answer
338 views
Using NuGet with *.dll.refresh files in ASP.NET “Web Site” projects with Web Deployment Projects
If you have an ASP.NET Web Site project type (the one without a proper .csproj or .vpproj project file and that is just a folder of loose files), then when you add a package with NuGet, it makes a ...
1
vote
3answers
426 views
Build server polling vs. event-driven builds
Why do build servers poll for changes instead of SVN firing off an event (or a post-commit step) that tells the build server to start a build? It seems terribly inefficient to poll for changes, ...
1
vote
6answers
605 views
What are solid NMaven or build servers for .NET alternatives?
Maven had a long history and is well supported in the Java world. NMaven has received a less successful start and has never become as popular in the C#/.NET world as its larger cousin was in the Java ...
1
vote
4answers
270 views
nightly build and virtual machines
At my place we are writing server side applications (WCF services) and we are looking forward automate the installation and run it in our nightly build process...
Moreover, we are looking forward ...
1
vote
4answers
539 views
CruiseControl.Net complaining about xml
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 ...
0
votes
0answers
11 views
How to exclude a particular project from Continuous Integration
I use TFS2010 for source control and a build agent on windows server 2008 R2 (x64) for continuous integration.
Recently, we introduced a lightweight client application X that uses Office 2007 ...
0
votes
0answers
59 views
Change reference path from GAC to folder at compile time
I have a project that depends on some 3rd party libraries. These assemblies are registered int the GAC. Everythings works fine so far.
But when building the project on the build server, the 3rd party ...
0
votes
2answers
188 views
What are the options to build an installer on a build-server without Visual Studio
It seems like it's still not possible to build .vdproj on a build-server without having Visual Studio installed. However, using Wix seems to be a lot more complicated.
Are there any other options to ...
0
votes
1answer
572 views
Building a .NET assembly which uses Crystal Reports on a build server
I'm trying to Build a .NET assembly which uses Crystal Reports on a build server without installing Visual Studio or the Crystal Reports Runtime.
The version of Crystal Reports we are targeting in ...
0
votes
1answer
437 views
Can I add an existing 2008 build server to new TFS 2010 server?
My scenario is this: I am currently testing out a new Team Foundation Server 2010 installation; which we will be moving to shortly.
Upgrading builds to work with TFS 2010 and the new MSBuild seems ...
0
votes
4answers
579 views
MS Build Server 2010 - Buffer Overflow // append: how to exclude directory from source safe
I try to build an solution in MS Build Server (MS Visual Studio 2010 ver 10.0.30319.1) about ServerTasks -> Builds -> Server Task Builder -> Queue new Built and go, 47 seconds later I get an error ...
0
votes
1answer
31 views
approaches to Build servers and stored procedures
I have been put in charge of looking at setting up a build server for our office. We currently put all queries into stored procedures in SQL 2000 server. This is done manually and no SQL files are ...
0
votes
2answers
352 views
Are there any .NET web automation frameworks that support headless test execution?
Similar to htmlunit, but for use with C#. I've seen that you can use htmlunit with .NET via IKVM, but I'd like a native solution if at all possible.
The aim is to add UI tests to our existing ...