TextMate和Groovy

MeI*_*eIr 2 groovy textmate textmatebundles

我需要TextMate的帮助.我安装它并希望在其中编译Groovy(这对于尝试来说似乎很方便).我安装了Groovy包但它不起作用.它抱怨:

Couldn't find /Applications/groovy-1.8.4/bin

If you have installed groovy, then you need to either update your PATH or set the 
TM_GROOVY shell variable (e.g. in Preferences / Advanced)

Locations searched:

/Users/meir/Library/Application Support/TextMate/Pristine Copy/Bundles/Groovy.tmbundle/Suppor
/bin
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/CocoaDialog.app/Contents/MacOS
/Users/meir/Library/Application Support/TextMate/Pristine Copy/Bundles/Groovy.tmbundle/Support
/bin
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/CocoaDialog.app/Contents/MacOS
/usr/bin 
/bin
/usr/sbin
/sbin
/Applications/groovy-1.8.4/bin
/Applications/grails-1.3.7/bin
/Applications/TextMate.app/Contents/SharedSupport/Support/bin
/Applications/TextMate.app/Contents/SharedSupport/Support/bin
Run Code Online (Sandbox Code Playgroud)

我试着做一切.我在设置中将路径(/Applications/groovy-1.8.4/bin)添加到TM_GROOVY,在相同设置中添加到PATH变量,我甚至将它添加到系统路径但根本没有帮助.

请帮忙.

Tod*_*one 6

为了清楚起见,您应该单击TextMate> Preferences> Advanced> Shell Variables

然后添加一个名为'TM_GROOVY'的变量,其值为'/Applications/groovy-1.8.4/bin/groovy'

不知道为什么但是对于我的实例我实际上明确指定了'.../groovy'.