Top "Build-process" questions

The process of converting source code files into standalone software artifact(s) that can be run on a computer

Is there a Maven alternative or port for the .NET world?

Is there a Maven alternative or port for the .NET world? I would love to use a good dependency management …

java .net maven-2 build-process build
Perl build, unit testing, code coverage: A complete working example

Most Stackoverflow answers that I have found in regards to the Perl build process and unit testing and code coverage …

perl unit-testing build-process build-automation code-coverage
Including resource file in a project by .RC file rather than .RES file

I remember reading an article or post somewhere years ago that suggested including a resource file in a project by …

delphi build-process embedded-resource
Building a library using autotools from cmake

This is my first try with cmake and I would like to have, if possible, some feedbacks about what I …

build-process build-automation cmake autotools antlr3
gclient runhooks fails

I'm trying to build Chrome under windows, I got the chromium trunk using tortoiseSVN and I believe I got everything …

build-process chromium
Visual Studio 2010, how to build projects in parallel on multicore

I have a big solution with more than 40 projects. Almost half of them are test projects. In my project we …

visual-studio-2010 msbuild build-process multicore
gcov on larger projects (static libraries, ...)

I'm working on larger project which has the following directory layout: Source MyA aa.cpp ab.cpp ac.cpp MyB …

unit-testing gcc build-process code-coverage gcov
Sharing build artifacts between jobs in Hudson

I'm trying to set up our build process in hudson. Job 1 will be a super fast (hopefully) continuous integration build …

build-process build continuous-integration build-automation hudson