Top "Build-process" questions

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

Clean Windows Azure Website

My ASP.NET MVC project pushed to a Azure website with an extra DLL which is invalid. This is keeping …

asp.net-mvc azure deployment build-process
Qt - 'Shadow Building'?

I have a simple question - what is Shadow Building? I've seen it in Qt in Target Setup dialog, but …

qt build-process desktop-application
What Can I Do To Reduce My Executable's Size (Delphi)?

I release a single executable (.EXE) for a desktop program using Delphi 2009. I have no external DLLs or resources that …

delphi build-process executable
How to check if an assembly was built using Debug or Release configuration?

I'm starting deployment of my web application and I need to guarantee that all the assemblies that are going to …

c# assemblies build-process release-mode debug-mode
Programming Definitions: What exactly is 'Building'.

What does it mean to build a solution/project/program? I want to make sure I have my definitions correct (…

build build-process build-automation definition
Maven Build is not including .class file in jar

I have looked through everything I can find on StackOverflow and I could not find an answer. I have just …

java maven build-process executable-jar
How do I convert an Autotools project to a CMake project?

So there seems to be a lot of writing on the subject of Autotools vs. CMake, but for the life …

build build-process cmake autotools build-system
ant depends vs. antcall

When defining sequential build steps I use the depends attribute of the target element. I have recently seen an ant …

java ant build-process build-automation
How do I add an Implementation-Version value to a jar manifest using Maven?

I'd like to add an Implementation-Version line to a manifest in my jar file that reflects the POM version number. …

java maven-2 build-process jar manifest
Autotools vs CMake for both Windows and Linux compilation

I have been looking for pros & cons of Autotools and CMake. But I would like to know opinions from …

cmake build-process portability autotools