sam / doubleshot

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

Add `doubleshot jar` command. #35

Closed ckrailo closed 11 years ago

ckrailo commented 11 years ago

Added a @config.java_main variable for use in the Doubleshot file to specify the class containing the main method. Defaults to org.jruby.Main.

Updated the Hello World example for use with the new doubleshot jar command.

Addresses sam/doubleshot#33.