Top "Build-automation" questions

Build automation is the act of scripting or automating tasks like compiling, packaging, running tests, deployment etc.

Boost bjam versus GNU make

I am a newbie to Boost C++ libraries. I was wondering if there are any advantages of Boost bjam over …

comparison build-automation makefile bjam
Running PublicResXFileCodeGenerator at compile time

We are using PublicResXFileCodeGenerator to generate *.Designer.cs files from *.resx files. Currently these are generated whenever the .resx is …

visual-studio-2008 build-automation resx
How to Set the Working Directory in NAnt?

I am just getting started using NAnt. I was working from a tutorial, and just trying to set a target …

visual-studio build-process build build-automation nant
Script Minification and Continuous Integration with MSBuild

On a recent project I have been working on in C#/ASP.NET I have some fairly complicated JavaScript files …

javascript msbuild continuous-integration build-automation minify
Automated-build version number with WiX, Inno Setup, and VS2008

Basically what I need is an automated way to update the product version number in WiX (3.0 with Votive etc), and …

visual-studio-2008 wix build-automation inno-setup
PL/SQL pre-compile and Code Quality checks in an automated build environment?

We build software using Hudson and Maven. We have C#, java and last, but not least PL/SQL sources (sprocs, …

oracle plsql continuous-integration build-automation code-analysis
MSBuild to run unit tests

I am trying to configure CruiseControl .net to build our repository code periodically and run the tests included in the …

msbuild continuous-integration build-automation automated-tests test-runner
How to use master pom file to checkout all modules of a web application and build all modules

I have a web application that relies on several modules. So to build it, I have a master pom.xml …

maven build-automation multi-module build-management
cmake vs waf for C++ project

I found similar topic: What are the differences between Autotools, Cmake and Scons? , but my question is a little bit …

c++ build cmake build-automation waf
Delphi Build Automation and Continuous Integration feasible using MS Build only?

I am looking to implement a continuous unit test running system, something I have heard called a "smoketest" or "tinderbox", (…

delphi msbuild build-automation