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

learn more… | top users | synonyms

375
votes
15answers
201k views

How can I create an executable jar with dependencies using Maven?

I have written a little utility to run from the command line using Java. I want to package it in a single executable jar for distribution (.jar file). How can I make maven package all dependend jars ...
91
votes
10answers
20k views

CruiseControl [.Net] vs TeamCity for continuous integration?

I would like to ask you which automated build environment you consider better, based on practical experience. I'm planning to do some .Net and some Java development, so I would like to have a tool ...
91
votes
9answers
15k views

How and why do I set up a C# build machine?

I'm working with a small (4 person) development team on a C# project. I've proposed setting up a build machine which will do nightly builds and tests of the project, because I understand that this is ...
78
votes
4answers
82k views

Ant task to run an Ant target only if a file exists?

Is there an ANT Task that would execute a block only if a given file exists? I have the problem that I have a generic ant script that should do some special processing but only if a specific ...
67
votes
4answers
57k views

How to do something to each file in a directory with a batch script

How do you iterate over each file in a directory with a .bat or .cmd file? For simplicity please provide an answer that just echoes the filename or file path.
50
votes
18answers
14k views

Automatically remove Subversion unversioned files

Does anybody know a way to recursively remove all files in a working copy that are not under version control? (I need this to get more reliable results in my automatic build VMware.)
50
votes
5answers
48k views

Ant: How to execute a command for each file in directory?

I want to execute a command from an Ant buildfile, for each file in a directory. I am looking for a platform-independent solution. How do I do this? Sure, I could write a script in some scripting ...
49
votes
9answers
34k views

SVN checkout ignore folder

Can I ignore a folder on svn checkout? I need to ignore DOCs folder on checkout at my build server. edit: Ignore externals isn't an option. I have some externals that I need.
45
votes
5answers
8k views

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 simply point me to CPAN for the documentation there. There's absolutely nothing ...
39
votes
2answers
15k views

Maven: how to do parallel builds?

When you build with maven on a multicore / multi-CPU machine it would often be possible to build different subprojects in parallel. Is there a way to do this with maven? Is there a plugin for this / ...
37
votes
5answers
13k views

How to add a whole directory or project output to WiX package

We decided to switch from VS integrated setup to WiX. However, what we currently do is use projects output files as the input for the setup project. This lets us easily add Application Files to a ...
36
votes
7answers
7k views

Is there an Rake equivalent in Python?

Rake is a software build tool written in Ruby (like ant or make), and so all its files are written in this language. Does something like this exist in Python?
32
votes
2answers
5k views

Best practice for setting up an automated build server for iphone apps?

I'm looking to setup an automated nightly build server for our iphone apps, and looking for advice on what works and what doesn't. Basically, something that at least nightly runs all the unit tests ...
29
votes
0answers
4k views

Here's how to auto-increment the build number in Xcode [closed]

I've seen several people asking how to do this without getting a clear answer so I'm contributing this write up. It's based on a writeup that I saw outside of stackOverflow. I would like to cite that ...
28
votes
31answers
3k views

What are the cool and interesting things that you do during build-automation? [closed]

I am just curious to see what others are doing during build-automation other than usual compile, build, run-tests, etc tasks that might be helpful and inspirational for others to consider and look ...
28
votes
9answers
18k views

How do you automate a Visual Studio build?

How do you turn a Visual Studio build that you'd perform in the IDE into a script that you can run from the command line?
27
votes
19answers
5k views

Should I switch from nant to msbuild?

I currently use nant, ccnet (cruise control), svn, mbunit. I use msbuild to do my sln build just because it was simpler to shell out. Are there any merits to switching my whole build script to ...
25
votes
8answers
10k views

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 job that will be built frequently. Job 2, will be responsible for running a ...
24
votes
12answers
13k views

Is there an automatic code formatter for C#?

In my work I deal mostly with C# code nowadays, with a sprinkle of java from time to time. What I absolutely love about Eclipse (and I know people using it daily love it even more) is a sophisticated ...
23
votes
5answers
9k views

Cruise Control .Net vs Team Foundation Build

Our team is setting up nightly and continuous integration builds. We own Team Foundation Server and could use Team Foundation Build. I'm more familiar with CC.Net and lean that way but management ...
23
votes
3answers
12k views

How can I configure Hudson to send an email for EVERY build, not just those that change the project's status?

I've recently migrated my CI server from an old version of CruiseControl to Hudson. The only feature I miss from CruiseControl is the ability to receive email build notices of EVERY build, not just ...
23
votes
8answers
4k views

Improving Your Build Process

Or, actually establishing a build process when there isn't much of one in place to begin with. Currently, that's pretty much the situation my group faces. We do web-app development primarily (but no ...
22
votes
4answers
2k views

Maven vs Ant for automatic builds in Android applications

I'm evaluating whether to use Ant or Maven to automate my build process for Android development. I've been trying to read online to make an informed decision, but haven't found many specifics that ...
21
votes
3answers
4k views

Have Grunt generate index.html for different setups

I'm trying to use Grunt as a build tool for my webapp. I want to have at least two setups: I. Development setup - load scripts from separate files, without concatenation, so my index.html would ...
20
votes
3answers
6k views

Gradle build without tests

I want to do a gradle build but not run the unit tests. I tried: $ gradle -Dskip.tests build But that doesn't seem to do anything. Is there something else I can do?
20
votes
11answers
4k views

Promising alternatives to make?

I've been using make and makefiles for many many years, and although the concept is sound, the implementation has something to be desired. Has anyone found any good alternatives to make that don't ...
20
votes
2answers
3k views

Is it possible to alias a branch in Git?

I am looking into using git on a massive scale. I was hoping to increase adoption and make things easier by calling the master branch trunk. This can and will give SVN users some feelings of ...
20
votes
3answers
7k views

Delphi MSBuild Build Configurations From Command Line

Delphi 2009 uses build configurations. When you create a new project you have two default build configurations "Debug" and "Release". Now I asked myself how to automate builds using MSBuild (which is ...
20
votes
6answers
3k views

Why is there no need for Maven in .NET?

I have the impression, that in the .NET-world, there is no real need for a Maven-like tool. I am aware that there is Byldan and NMaven (is it still alive?), but I have not yet seen a real-world ...
19
votes
20answers
2k views

What strategies have you used to improve build times on large projects?

I once worked on a C++ project that took about an hour and a half for a full rebuild. Small edit, build, test cycles took about 5 to 10 minutes. It was an unproductive nightmare. What is the worst ...
19
votes
6answers
2k views

What are some arguments against using Continuous Integration?

I can think of plenty of good reasons to using it; however, what are the downsides to it? (Apart from buying another server) What are some advantages to using a daily build instead of it?
19
votes
4answers
3k views

Getting started with autotools

Anyone recommend how a person could get started with autotools in building a C project?
19
votes
7answers
3k views

WiX 3.0 throws error 217, while being executed by continuous integration

This is the error that is thrown by our automated build suite at Windows 2008, while running ICEs (after migrating from WiX 2.0 to Wix 3.0): LGHT0217: Error executing ICE action 'ICE01'. The most ...
19
votes
3answers
873 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 ...
18
votes
8answers
1k views

Why should my development team have a build server?

We know this is good to have, but I find myself justifying it to my employer. Please pitch in on why a development team needs a build server.
18
votes
5answers
4k views

Do you use Phing? [closed]

Does anyone use Phing to deploy PHP applications, and if so how do you use it? We currently have a hand-written "setup" script that we run whenever we deploy a new instance of our project. We just ...
18
votes
7answers
1k views

Is continuous integration worth it for small projects?

I've been pushing for continuous integration at my company since I joined 5 months ago, but having seen the type of applications we work on I'm starting to think that it might not be worth the effort ...
18
votes
3answers
2k views

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, packages, DDL, crud) For C# and Java we do unit tests and code analysis, but we don't really ...
17
votes
9answers
13k views

How do you determine the latest SVN revision number rooted in a directory?

I would like to start tagging my deployed binaries with the latest SVN revision number. However, because SVN is file-based and not directory/project-based, I need to scan through all the directory's ...
17
votes
4answers
7k views

Is there step-by-step tutorial on setting up CruiseControl.NET?

What to do automatic nightly build of .NET web application and upload to the test server. Or, if this tool is overkill, please suggest something else.
17
votes
5answers
379 views

Where should unit tests live?

I'm relatively new to unit testing, and I've discovered that while many sources say that you should write unit tests, few of them give any indication where to put them in your project. The only ...
17
votes
4answers
4k views

Generate C# project using CMake

I'm trying to generate c# project within an existing c++ CMake code base on Windows. After some search I could find just two projects that built their own csharp compilers for cmake: gdcm and kde. I ...
16
votes
5answers
11k views

Is there a way to generalize an Apache ANT target?

We have an Apache ANT script to build our application, then check in the resulting JAR file into version control (VSS in this case). However, now we have a change that requires us to build 2 JAR ...
16
votes
6answers
4k views

Why choose Buckminster over Maven?

I've been using Maven for several months and I am pretty comfortable with how it works conceptually and in practice. I have also looked at Buckminster quite extensively (but have not gotten to ...
16
votes
5answers
11k views

How does ivy:publish work?

I'm completely at loss how the ant task ivy:publish is supposed to work. I would expect that I do my normal build, which creates a bunch of jar files, then I would push those jars to the (local) ...
16
votes
2answers
2k views

How to organize the project tree for a C++ project using nmake?

There seems to be two major conventions for organizing project files and then many variations. Convention 1: High-level type directories, project sub-directories For example, the wxWidgets project ...
15
votes
5answers
6k views

ant depends vs. antcall

When defining sequential build steps I use the depends attribute of the target element. I have recently seen an ant file, where the build sequence was defined by antcall elements inside the targets. ...
15
votes
6answers
11k views

Building C# solutions from command line with Visual Studio 2010

I want to automate the build process for my C# solutions. How can I build C# solutions from command line so that I don't have to deal with dependencies manually?
15
votes
5answers
6k views

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 then get that version number into an Inno Setup "bootstrapper" I pretty much have the ...
15
votes
3answers
4k views

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 and some nifty Style Sheets. As these script resources grow in size it is advisable to minify ...

1 2 3 4 5 27