Top "Build" questions

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

eclipse stuck when building workspace

I am using eclipse 3.4.1 Java EE under Vista. It seems to like getting stuck when building my workspace. Canceling the …

eclipse build windows-vista
How to read an external properties file in Maven

Does anyone know how to read a x.properties file in Maven. I know there are ways to use resource …

java build maven-2 properties-file
Where is Xcode's build folder?

Before Xcode 4 the build used to be created in the root folder of my project. I can no longer find …

xcode build
External VS2013 build error "error MSB4019: The imported project <path> was not found"

I am building a project through the command line and not inside Visual Studio 2013. Note, I had upgraded my project …

c# web-applications visual-studio-2013 build visual-build-professional
Could not find com.android.tools.build:gradle:3.0.0-alpha1 in circle ci

I update the gradle plugin to the latest : com.android.tools.build:gradle:3.0.0-alpha1 and this error occured : export TERM="…

android android-studio gradle build circleci
How/When does Execute Shell mark a build as failure in Jenkins?

The horror stories I found while searching for an answer for this one... OK, I have a .sh script which …

shell unix jenkins build hudson
Component is part of the declaration of 2 modules

I try to build an ionic 2 app. When I try the app in the browser with ionic serve or launch …

angular build ionic2 declaration ionic3
Why maven? What are the benefits?

What are the main benefits of using maven compared to let's say ant ? It seems to be more of a …

java maven build build-process
What is pluginManagement in Maven's pom.xml?

This is a snippet of my pom file. .... <plugins> <plugin> <groupId>org.apache.maven.…

java maven build pom.xml maven-dependency-plugin