Questions tagged [buildr]

A build tool for Java, Scala, Groovy, and other JVM-based projects.

Apache Buildr in its own words:

Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that’s simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that’s a joy to use. And of course, we wanted it to be fast, reliable and have outstanding dependency management.

Buildr is based on the ruby build tool rake, can use ant tasks, and retrieves dependencies from maven repositories.

137 questions
0
votes
0 answers

Getting java.lang.NoClassDefFoundError when I try to run jar file

I built a jar file (with buildr) and it all looks good but when I try to run it I get the fallowing error. $java -Djava.library.path=./ -jar Splat-0.0.0.jar Exception in thread "main" java.lang.NoClassDefFoundError: com/digitaltea/splat/Splat Caused…
Ava
  • 2,038
  • 3
  • 23
  • 45
0
votes
2 answers

buildr generate folder structure

I'm starting to use Apache buildr. As far as I understand, I always have to create the default folder structure (src/main/java etc) on my own? Is there a way to let buildr to this job for me? Thanks,
Soccertrash
  • 1,830
  • 3
  • 28
  • 48
1 2 3
9
10