mirah / pindah

Tools for building Android applications with Mirah
Apache License 2.0
228 stars 27 forks source link

rake fails under Windows because of hard-coded path separator #19

Closed mkilling closed 13 years ago

mkilling commented 13 years ago

Hey, creating a new pindah project and running rake debug does not work under Windows because line 17 oflib/pindah.rb tries to separate the $PATH using colons and Windows uses semicolons.

tools = path.split(":").detect {|p| File.exists? "#{p}/android" }
zapnap commented 13 years ago

I just pushed a commit that should fix the path separator issue. I don't have a Windows box at the moment (should be back online sometime next week) but if you could check it out and report any other problems, we'd appreciate it. Thanks!