Tagged Questions

6
votes
2answers
123 views

How to use leiningen to develop using local jars?

I realize that this question is pretty much the exact question found here. However, seeing as that question is 1.5 years old (or so), I would like to revisit it. How does one add local dependencies ...
6
votes
5answers
2k views

Maven-like dependency management for C++?

Say I have a C++ project that is split in several subprojects. The subproject all produce a DLL and different teams of developers work on each of the subproject. Now if I want to build the main ...
5
votes
5answers
661 views

How can I best share Ant targets between projects?

Is there a well-established way to share Ant targets between projects? I have a solution currently, but it's a bit inelegant. Here's what I'm doing so far. I've got a file called ivy-tasks.xml hosted ...
4
votes
1answer
380 views

Gradle Test Dependency

I have two projects, project A and Project B. Both are written in groovy and use gradle as their build system. Project A requires project B. This holds for both the compile and test code. How can ...
3
votes
1answer
197 views

Is there any Maven like tool that works for many languages?

I'm trying to find a tool like Maven (standardized build & packaging, artifact repo, etc) that supports more than Java (and C/C++), specifically Python and .NET (C#) as well. Especially good ...
1
vote
0answers
225 views

Build and dependency tools for objective-c such as ant+ivy / maven?

I'm looking for a good build and dependency tool for objective-c such as ant for build and ivy for dependencies. I'm aware there are a few maven plugins for xcode : ...
1
vote
1answer
120 views

What should a dependency management framework do?

I started to write an open-source, free dependency management framework for .NET/C++. Asking the question here I'm trying not to create yet another one no one needs. This desperate evening hobby of ...