Tagged Questions

37
votes
8answers
16k views

Buildr, Gradle or wait for Maven 3?

I am really tired of struggling with Maven 2 all the time. Build tools should not be in the way. Recently I have been looking at Buildr and Gradle. Maven 3 seems to fix some of the struggles. So, what ...
9
votes
3answers
543 views

Buildr vs Gradle, pros and cons?

Have somebody use both Buildr and Gradle and can make comparison of this build tools. From first look they are very similar. But what to choose. And also it is good to hear about Scala support and ...
3
votes
2answers
284 views

Help Evaluating Build Tools

I'm already familiar with and use Ant & Maven, at this point I'd like to branch out to another tool and I'm deciding between 'Buildr' and 'Gradle'. I'd appreciate insight/feedback from those that ...
0
votes
1answer
89 views

Managing and Building Erlang Apps

Is it possible to use Buildr or Gradle to manage Erlang project deps and build/package the app itself?