Top "Build-system" questions

Build systems are software tools designed to automate the process of program compilation.

Sublime Text 2 build system to compile & run Java in a new Terminal/Command Prompt window?

I would like to make a build system in Sublime Text 2 that will compile a Java file, and then run …

java terminal command-prompt sublimetext2 build-system
npm git repository not updating versions

I have an git repo and I'm trying to set it as a dependency in my project. Using NPM, my …

javascript node.js configuration npm build-system
How do I configure the SVN HTTP proxy from the command line?

I script the set up of my build environment. (So the build process can bootstrap itself if it finds itself …

svn build dependency-management build-script build-system
Why doesn't Gradle include transitive dependencies in compile / runtime classpath?

I'm learning how Gradle works, and I can't understand how it resolves a project transitive dependencies. For now, I have …

build build-system dependency-management
Enable `--multi-dex` option in ant for Android

It's easy to enable multi-dex option for gradle build system, but I haven't found example how I can enable this …

android ant build-system android-multidex
HTML Build system in Sublime Text 2

I'm struggling to successfully build a HTML build system in Sublime Text 2. I am running Windows 7. This is the code …

sublimetext2 build-system
How to force use of static library over shared?

In my SConscript I have the following line: Program("xtest", Split("main.cpp"), LIBS="mylib fltk Xft Xinerama Xext X11 …

static portability static-linking scons build-system
Sublime SFTP - Upload compiled css when sass file saved

I'm developing html/css in Sublime. I'm writing my css with sass and using Sublime's build system to generate the …

css sass sftp sublimetext build-system
What is Boost Jam and is Jam worth migrating to?

What is Boost Jam and is Jam worth migrating to? I understand that jam is build system built by perforce …

migration build-system jam bjam