mirah / pindah

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

Rake Fails on Windows Errno::ENOENT No such file or directory /tmp/... #11

Closed cesquivias closed 13 years ago

cesquivias commented 13 years ago

jruby isn't able to read the build script created. The script is created properly (with all the xml inside)

Errno::ENOENT: No such file or directory - /tmp/pindah-6468-build.xml unlink at org/jruby/RubyFile.java:1781 ant_setup at C:/usr/lib/jruby-1.6.0/lib/ruby/gems/1.8/gems/pindah-0.1.0/lib/pindah.rb:73 call at org/jruby/RubyProc.java:268 call at org/jruby/RubyProc.java:232

zapnap commented 13 years ago

This should be fixed now that we're using Tempfile instead of constructing the tmp build.xml by hand. Let me know if that's not the case.