Top "Build-process" questions

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

Running CMake on Windows

I am currently trying to get CMake to run on my Windows 7 (64-bit) system. I want to compile TagLib for …

windows-7 build-process mingw cmake taglib
How do I print a list of "Build Settings" in Xcode project?

Alternate Titles List of Xcode build variables Print a list of Xcode Build Settings Clang Environment Variables Canonical list of …

xcode build-process environment-variables clang
Why does Maven have such a bad rep?

There is a lot of talk on the internet about how Maven is bad. I have been using some features …

java maven-2 build-process build-automation
How can I make Visual Studio's build be very verbose?

I need to get a hold of every flag, every switch used in the build process by the Visual Studio …

c++ visual-studio build-process
Copy all files and folders using msbuild

Just wondering if someone could help me with some msbuild scripts that I am trying to write. What I would …

scripting msbuild build-process build
Building a runnable jar with Maven 2

I'm relatively new to the Maven mantra, but I'm trying to build a command-line runnable jar with Maven. I've setup …

java maven-2 build-process executable-jar
Build and Version Numbering for Java Projects (ant, cvs, hudson)

What are current best-practices for systematic build numbering and version number management in Java projects? Specifically: How to manage build …

java build build-process versioning
how to get docker-compose to use the latest image from repository

I don't know what I'm doing wrong, but I simply cannot get docker-compose up to use the latest image from …

docker build-process docker-compose
How to get Visual Studio 'Publish' functionality to include files from post build event?

I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have …

asp.net visual-studio-2010 build-process publishing msdeploy