I'm possibly doing something silly, but there isn't much documentation that I can find. The @grab command in the script does seem to have pulled the necessary jar into my ~/.groovy/grapes folder but gdt doesn't run.
$gdt.sh opendolphin
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
script14000116768501463512910.groovy: 1: unable to resolve class org.svenehrke.directorytemplate.DTUtil
@ line 1, column 12.
def util = new org.svenehrke.directorytemplate.DTUtil()
^
1 error
I'm possibly doing something silly, but there isn't much documentation that I can find. The @grab command in the script does seem to have pulled the necessary jar into my ~/.groovy/grapes folder but gdt doesn't run.