Top "Build" questions

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

ERROR: Sonar server 'http://localhost:9000' can not be reached

when running the following command: cmd /c C:\sonar-runner-2.4\bin\sonar-runner.bat (sonar runner is installed on the build machine) …

build sonarqube
Docker and securing passwords

I've been experimenting with Docker recently on building some services to play around with and one thing that keeps nagging …

security build docker
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
How to link to a static library in C?

I use code::blocks to compile my static library. The output result is a libstatic.a file. Now, how do …

c build compilation static-libraries
Android Error Building Signed APK: keystore.jks not found for signing config 'externalOverride'

I get this error when I try to Build Signed APK. I recently upgraded to API 23 but Generated APK:s …

android android-studio build apk android-signing
Module not found: Error: Can't resolve 'core-js/es6'

I've got a problem with my build process in relation to my React app. I always get the following error: …

npm build yarnpkg package.json
Xcode - But... Where are our archives?

I've submitted three versions of my app onto the App Store using the Build and Archive commands. But... Where are …

xcode build crash archive
Building vs. Compiling (Java)

Thinking that the answer to this is pretty obvious but here it goes: When I am working on a small …

java build compilation
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