LightTable-Groovy
LightTable-Groovy copied to clipboard
MS Windows support
Enable windows users to use the plugin. Currently a shellscript is used to start the groovy client. Batch script or bypass script alltogether ?
Well, you can always do an os check and invoke the correct shell script. :) Windows 7 here can confirm cannot load simple evaluation from demo video.
events.js[95]:
Error: spawn Unknown system errno 193 false
If you could identify areas you think would need os specific support maybe some bored windows users can look them over quick! as far as I can tell after a few minutes seems like its like only the exec proc invocation in the cljs file and creating a new server startup batch file...
@ilazarte I think the following needs be done:
- batch script for windows
- fix groovy.cljs to check for os to select correct script file
- Probably fix the santizePath method in LTServer.groovy
feel free to have a go at it if you feel inclined :-)
cheers