iconara / rubydoop

Write Hadoop jobs in JRuby
220 stars 33 forks source link

Changes required to package up arbitrary gem dependencies #4

Closed imkirnos closed 11 years ago

imkirnos commented 11 years ago

-Jar files into a hierarchy under classes/, not at the root level

iconara commented 11 years ago

Thanks. I'll try to integrate this with what I'm working on.

iconara commented 11 years ago

In v1.1.0.pre4 gems are bundled in full, not just the require paths. I decided to go that route instead of trying to get things to work with only the require paths.