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...
Xiomaraxiong asked 19/10, 2011 at 21:1

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...
Allemande asked 26/2, 2014 at 16:34

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....
Lolanthe asked 14/8, 2009 at 18:30

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....
Mill asked 20/8, 2009 at 14:28

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 ...
Applicatory asked 7/8, 2011 at 8:4

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 ...
Bezel asked 1/8, 2011 at 9:34

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...
Packaging asked 16/9, 2010 at 7:0

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...
Recrystallize asked 30/12, 2009 at 2:59

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...
Annelleannemarie asked 1/12, 2009 at 7:19

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.