Tagged Questions
48
votes
8answers
9k views
Why use Buildr instead of Ant or Maven?
http://buildr.apache.org/
http://ant.apache.org/
http://maven.apache.org/
What does another build tool targeted at Java really get me?
Is it so hard to write a plugin using Java versus writing it ...
7
votes
9answers
1k views
What's with all the Java Build tools?
what's the point of using ant, maven, and buildr? won't the using build in eclipse or netbeans work fine? i'm just curious as to what makes the build tools so special
5
votes
5answers
395 views
How to build/test Scala without IDE dependence?
I'm well into learning Scala now and enjoying it very much; I hope to start future projects in it, rather than Java. What I'm enjoying less is the (relatively) poor IDE support. I've found both IDEA ...
0
votes
2answers
56 views
buildr multiple ant versions when testing
When using Apache Buildr, the project pulls in ant 1.6.5 as a dependency. It seems that when testing the project, Buildr uses ant 1.8.0 and puts it on the classpath. JUnit complains about multiple ant ...