0
votes
2answers
305 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 …
0
votes
2answers
78 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 …
15
votes
19answers
740 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 …
2
votes
3answers
58 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 bui …
0
votes
0answers
197 views
Building a build server on an Atom Mini-ITX PC [closed]
I am planning on turning my 1.6Ghz Atom, 1GB RAM Mini-ITX PC into a build machine. I am thinking about having it build for multiple environments, so I was planning on using Virtua …
2
votes
2answers
624 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 t …
2
votes
2answers
918 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 …
1
vote
4answers
199 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, …
1
vote
4answers
128 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 …
1
vote
7answers
368 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 p …
4
votes
4answers
415 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?
3
votes
3answers
218 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 …
