jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

jruby fails #19

Closed rdp closed 12 years ago

rdp commented 13 years ago

RuntimeError: unsupported platform for RAutomation: java Maybe needs a better check for "windows' (OS gem's OS.windows? is what I typically use).

jarmo commented 13 years ago

You can check if it even does work on JRuby by adding "java" into the regexp in https://github.com/jarmo/RAutomation/blob/master/lib/rautomation/adapter/helper.rb

jarmo commented 12 years ago

Closing that since now it should work with jruby - haven't tried though.