Hi Kris,
Thanks for the help. This worked as you suggested.
Cheers,
Kim
Type: Posts; User: kimbad; Keyword(s):
Hi Kris,
Thanks for the help. This worked as you suggested.
Cheers,
Kim
4865
Hi Kris,
I wondered if that was the problem but the option to install Groovy is not there. See attached screenshot.
I would also have expected that requesting the install of the Grails...
I have tried again on onother PC and get the same error
Download URL http://download.springsource.com/release/STS/2.9.1/dist/e3.7/springsource-tool-suite-2.9.1.RELEASE-e3.7.2-win32.zip
Windows...
I have downloaded the latest STS zip and unzipped.
I then try to add the grails extension and get the following error
Cannot complete the install because one or more required items could not be...
Try setting -Divy.default.ivy.user.dir=/my/ivy/dir
Regards,
Kim
Hi Andy,
Setting the value in STS preferences and refreshing dependencies works a treat.
:):):)
Thanks,
Kim
I need to change my Grails working directory from ~/.grails to /someotherdir
I can do this in Grails by adding
set JAVA_OPTS=%JAVA_OPTS% -Dgrails.work.dir="/someotherdir" in startGrails.
This...