I am on a Mac OS X system and use Sublime Text 2 for Groovy development. When I build my file I get
/Users/it.dev/groovy-2.1.8/bin/groovy: line 31: dirname: command not found
/Users/it.dev/groovy-2.1.8/bin/groovy: line 33: /startGroovy: No such file or directory
[Finished in 0.0s with exit code 1]
I have placed the path to groovy on my /etc/launched.conf
file as follows
setenv GROOVY_HOME /Users/it.dev/groovy-2.1.8
setenv PATH $PATH:$GROOVY_HOME/bin
from the command line groovy works fine. What am I doing wrong ?
Edited -
The above error disappears after correcting the PATH
variable. Still get this error.
/Users/it.dev/groovy-2.1.8/bin/groovy: line 31: dirname: command not found
/Users/it.dev/groovy-2.1.8/bin/groovy: line 33: /startGroovy: No such file or directory
[Finished in 0.1s]