maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)
http://bowlineapp.com
MIT License
637 stars 32 forks source link

Small Windows Bug (or not?) #3

Closed lks128 closed 14 years ago

lks128 commented 15 years ago

Hi, I've just installed Titanium Developer 0.6.0 and latest bowline from repos. The first (maybe not for you) is that Titanium didn't added it's path, so I set it manually: TIPATH = E:\Documents and Settings\All Users\Application Data\Titanium Usually windows variables uses backslashes, but while app.rake execution it fails at: ti_lib_path = Dir[File.join(ti_path, "sdk", "*", "*")][-1] All path backslashes must be slashes. c:\a -> c:/a It could be an error of old ruby: ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32] So not sure if it is a bug(I mean yours bug), but fixed it adding the next line before ti_lib_path assignment: app.rake line 140 +: ti_path.gsub!('\\', '/') That's all. Thanks for reading. Regards, Andrew.

P.S. Also got a lot of errors with exec.