Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
JavaGems: gemcutter for the JVM | Dark Hacker News
JavaGems: gemcutter for the JVM
(javagems.org)
29 points
by
iamaleksey
16 years ago
| 7 comments
catch23
16 years ago
|
next
[−]
I'm glad someone else is coming with a solution other than maven. Maven is one complicated beast.
prodigal_erik
16 years ago
|
next
[−]
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?
sreque
16 years ago
|
next
[−]
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/
Oompa
16 years ago
|
next
[−]
And this is why having the main Ruby gem repository completely open source rocks :)
sandGorgon
16 years ago
|
next
[−]
why is it in Ruby?
As opposed to, say, Clojure or Scala ?
lucraft
16 years ago
|
parent
|
next
[−]
Why write it in Clojure, as opposed to, say, Scala or JRuby?
sailormoon
16 years ago
|
parent
|
next
[−]
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. : )