LightTable-Groovy icon indicating copy to clipboard operation
LightTable-Groovy copied to clipboard

MS Windows support

Open rundis opened this issue 11 years ago • 2 comments

Enable windows users to use the plugin. Currently a shellscript is used to start the groovy client. Batch script or bypass script alltogether ?

rundis avatar Feb 24 '14 07:02 rundis

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 avatar Jul 24 '14 21:07 ilazarte

@ilazarte I think the following needs be done:

  1. batch script for windows
  2. fix groovy.cljs to check for os to select correct script file
  3. Probably fix the santizePath method in LTServer.groovy

feel free to have a go at it if you feel inclined :-)

cheers

rundis avatar Aug 06 '14 18:08 rundis