Top "Build-process" questions

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

How to get a dependency tree for an artifact?

dependency:tree can be used to see the dependency tree for a given project. But what I need is to …

maven-2 build-process dependencies
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
How do I get Maven to use the correct repositories?

I have just checked out some projects and need to build them, however I installed Maven quite some time ago (6 …

java maven-2 build-process build
Maven parent pom vs modules pom

There seem to be several ways to structure parent poms in a multiproject build and I wondering if anyone had …

java maven-2 build-process
Building executable jar with maven?

I am trying to generate an executable jar for a small home project called "logmanager" using maven, just like this: …

java eclipse maven-2 build-process executable-jar
Maven: How to include jars, which are not available in reps into a J2EE project?

in my J2EE project I've a couple of dependencies, which are not available in any Maven repository, because they're …

java maven-2 build-process
Using CMake to generate Visual Studio C++ project files

I am working on an open source C++ project, for code that compiles on Linux and Windows. I use CMake …

c++ visual-studio build-process cross-platform cmake
Ant: How to execute a command for each file in directory?

I want to execute a command from an Ant buildfile, for each file in a directory. I am looking for …

file-io ant build-process build-automation
Can I compile all .cpp files in src/ to .o's in obj/, then link to binary in ./?

My project directory looks like this: /project Makefile main /src main.cpp foo.cpp foo.h bar.cpp bar.h /…

c++ build-process makefile
Xcode variables

In Xcode, I know that you can get variables such as PROJECT_DIR to use in some situations, such as …

xcode variables build-process build-automation