Tagged Questions
3
votes
3answers
2k views
buildr: package dependencies into a single jar
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 << ...
0
votes
1answer
49 views
Accessing files packaged into a Ruby Gem
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 ...