Mark Brocato
Mark Brocato
Was this issue ever resolved? I am running into the same problem where only a small percentage of my ruby files are getting compiled to .class files when I run...
I did some digging and I think the problem has to do with support for ruby 1.9. Ruby files that use the new 1.9 hash syntax {foo: "bar"} instead of...
I figured out a fix: if you change your run_javac method in jar.rb to the following, 1.9 sources compile fine: ``` ruby def run_javac(config, compiled_ruby_files) # Need to use the...