Open Kerneels opened 11 years ago
Yes, you are right. Sorry, I don't have a Windows box and no one I know using Ply does either and so Windows never gets tested. I'll work on fixing this as soon as I have time. Thank you for investigating and identifying the issue.
I'll make the windows files for you with the right seperator. Could they also work under Linux?
On 2013/03/19 02:37 PM, Brian Langel wrote:
Yes, you are right. Sorry, I don't have a Windows box and no one I know using Ply does either and so Windows never gets tested. I'll work on fixing this as soon as I have time. Thank you for investigating and identifying the issue.
— Reply to this email directly or view it on GitHub https://github.com/blangel/ply/issues/1#issuecomment-15111671.
Kerneels Roos Cell: 079 696 6038
Path seperator for the -Xbootclasspath command line parameter to java.exe on Windows need to be ';' and not ':' as is the case for nix apparently. This is a problem in the .properties files driving Ply. Note that in the ply.bat runner script the seperator is in fact ';' and that seems to work fine.
Fix is just to alter the *.properties files, replacing ':' with ';' where appropriate.