Sublime Forum

Build groovy

#1

I am trying to run groovy from right inside sublime text 3 and I am having a few issues. I am running on Mountain Lion, using xterm2 and zshrc. I found how to configure the build but running into two problems

  1. Its not seeing groovy in the path even though I can run groovy from command line
  2. Its not seeing the file I am trying to run so it runs just groovy. Note: I can do this is I ln -sf groovy app to /usr/bin

Here is my Groovy build file

{
    "cmd": "groovy", "$file"],
    "shell": true
}

Thanks

0 Likes