tonykwok / leonardosketch

Automatically exported from code.google.com/p/leonardosketch
0 stars 0 forks source link

AppBundler uses incorrect path separator when run on Windows #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running AppBundler on Win7 fails with no error message.

After a little debugging it appears it's because the classpath separator built 
to run jsmooth uses a hardcoded ':'. It should use the os-specific path 
separator.

I've attached a patch to this issue that updates WindowsBundler to fix this 
issue.

I've also added code that echos the stderr from the jsmooth forked process. 
(Currently just stdout was echoed, so you don't see stderr from that process.)

Original issue reported on code.google.com by atdi...@gmail.com on 19 Oct 2011 at 2:15

Attachments: