sam / doubleshot

Build and Dependency Management for mixed Java/Ruby projects.
MIT License
19 stars 22 forks source link

Implement JAR command #33

Closed sam closed 11 years ago

sam commented 11 years ago

Discussion: Should we allow you to set a main-class? Or should we default to JRuby's jar-bootstrap.rb main-class?

What if you have a Java entry-point, and you really don't want to write a jar-bootstrap.rb just to call it? (Because that would almost certainly be slower.)

sam commented 11 years ago

Is this done then? Manifest added, config.source.ruby files copied in?

ckrailo commented 11 years ago

It still needs the ruby files.

sam commented 11 years ago

Assuming the HelloRubyWorld example I just merged works, then this is all wrapped up right?