Y
Hacker News
new
|
ask
|
show
|
jobs
JavaGems: gemcutter for the JVM
(
javagems.org
)
29 points
by
iamaleksey
6030 days ago
5 comments
catch23
6030 days ago
I'm glad someone else is coming with a solution other than maven. Maven is one complicated beast.
link
prodigal_erik
6029 days ago
I don't get it. The FAQ implies they aren't using jar files, so are they providing a custom classloader instead? If they inherited multiple-version support from rubygems, how do they know which version I want visible?
link
sreque
6030 days ago
See also buildr, which attempts to be a drop-in Maven replacement using a ruby DSL built on top of rake.
http://buildr.apache.org/
link
Oompa
6030 days ago
And this is why having the main Ruby gem repository completely open source rocks :)
link
sandGorgon
6030 days ago
why is it in Ruby?
As opposed to, say, Clojure or Scala ?
link
lucraft
6029 days ago
Why write it in Clojure, as opposed to, say, Scala or JRuby?
link
sailormoon
6030 days ago
Because the finished, mature, best in class ruby implementation is completely open source and is just sitting there for anyone to adopt, right now?
No need to re-invent the wheel. : )
link