buildr Questions
2
Solved
I have a Buildr extension that I'm packaging as a gem. I have a collection of scripts that I want to add to a package. Currently, I have these scripts stored as a big text block that I'm writing to...
10
Solved
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 what the purpose and benefit of extended build tools are.
Ulm asked 5/9, 2009 at 4:11
1
I tried by adding in org.slf4j.* in cobertura.exclude. but there is no use.
my buildfile
require 'buildr/java/cobertura'
require 'buildr/scala'
require 'buildr/myProject'
.....
.....
compile.opti...
4
Solved
I have a java project that is built with buildr and that has some external dependencies:
repositories.remote << "http://www.ibiblio.org/maven2"
repositories.remote << "http://packages....
9
Solved
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....
3
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 suppor...
Enosis asked 14/8, 2011 at 10:3
1
Solved
We recently switched from Ant to Buildr for building our projects. We use Ivy for dependency management, using the ivy4r Buildr extension. We have a local repository at the office which is used as ...
2
Solved
How can use Ruby in a buildr project?
I've used Ruby, JRuby, Java, and Clojure in quite a few separate projects. I'm currently working on a simulation app in my standard Ruby that I wanted to try ...
2
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 th...
Alvey asked 13/5, 2011 at 16:16
5
Solved
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 IDE...
3
Solved
I have been struggling to get Buildr to compile my Scala 2.8 project and I was hoping someone might have figured this out already.
Currently I have the standard HelloWorld application with a build...
2
Solved
For a java/scala project I have some dependencies that are not in a remote repository, but somewhere else in my filesystem. I have then two options, which lead to questions:
I can add a lib/ dire...
2
Solved
I'm just starting to use Apache Buildr and I'm constantly running into the problem of not knowing what repo urls and versions are available for me to use.
For example I want to use Scala 2.8 in a ...
Ignorant asked 3/2, 2010 at 13:12
1
© 2022 - 2024 — McMap. All rights reserved.