maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)

Home Page:http://bowlineapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small Windows Bug (or not?)

lks128 opened this issue · comments

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.