specifying specific files to compile does not work
If I do this in config/warble.rb
config.compiled_ruby_files = FileList['lib/*/.rb']
i.e. where I only want it to compile ruby files in lib.
I get a jar file that when inspected you don't see a load statement in the respective .rb file to load the respective .class file but instead you see the original ruby code.
If I don't specify anything i.e. leave that line commented out, it works fine.
Stats:
Running latest warbler 1.4.0beta2 on jruby 1.7.6 / Mac OS X 10.9 I am not using a gemspec file I have bundler installed and have a gem file I also have a rakefile which just opens up the warbler included tasks I issue the command "warble"
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.