How can I compile a JRuby app using Warbler that isn't on the web at all? This is always what happens when I try:
$ warble
warble aborted!
No executable script found
Tasks: TOP => jar:files
(See full trace by running task with --trace)
I must be using this incorrectly. Anyone know how to compile JRuby app correctly?