Message5251

Author pjenvey
Recipients pjenvey
Date 2009-10-21.20:05:19
SpamBayes Score 0.02291836
Marked as misclassified No
Message-id <1256155520.65.0.550536128449.issue1491@psf.upfronthosting.co.za>
In-reply-to
Content
The most full proof way of solving the .bat file launcher 
incompatibilities (inconsistent arg handling: #1356, #1371, setuptools 
script launcher doesn't work on Windows: #1112) on Windows is to include 
a native .exe launcher

Groovy has had one for a while now: 
http://groovy.codehaus.org/Native+Launcher

But JRuby just recently created their own for their 1.4 release:
http://github.com/vvs/jruby-launcher

Since our .sh/.bat launchers are based off JRuby's, adopting their .exe 
launcher should probably be pretty straightforward
History
Date User Action Args
2009-10-21 20:05:21pjenveysetrecipients: + pjenvey
2009-10-21 20:05:20pjenveysetmessageid: <1256155520.65.0.550536128449.issue1491@psf.upfronthosting.co.za>
2009-10-21 20:05:20pjenveylinkissue1491 messages
2009-10-21 20:05:19pjenveycreate