Top "Build" questions

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

Build unsigned APK file with Android Studio

I'm developing an android app with the Android Developer Tool. Now I tried the new Android Studio, everything works fine …

android build apk android-studio
How can I run multiple npm scripts in parallel?

In my package.json I have these two scripts: "scripts": { "start-watch": "nodemon run-babel index.js", "wp-server": "webpack-dev-server", } I have to …

javascript node.js build
Visual Studio "Could not copy" .... during build

I keep getting this error during the build of my VS2012 C# project Error 41 Could not copy "obj\Debug\WeinGartner.…

c# visual-studio-2012 build process
Xcode "Build and Archive" from command line

Xcode 3.2 provides an awesome new feature under the Build menu, "Build and Archive" which generates an .ipa file suitable for …

xcode command-line build
Maven: add a dependency to a jar by relative path

I have a proprietary jar that I want to add to my pom as a dependency. But I don't want …

java maven-2 build-process build dependencies
Android Studio gradle takes too long to build

My Android Studio project used to build faster but now it takes a long time to build. Any ideas what …

android android-studio build gradle build.gradle
Error - Android resource linking failed (AAPT2 27.0.3 Daemon #0)

I have this error I am try reinstall android studio and remove .gradle folder , any solution please? Error:FAILURE: Build …

android gradle build
How is "mvn clean install" different from "mvn install"?

What is the difference between mvn clean install and mvn install?

java build maven maven-3
How schedule build in Jenkins?

How do I schedule a Jenkins build such that it would be able to build only at specific hours every …

build jenkins schedule cronexpression timetable