I am trying to install the ws-client plugin for grails. However, when I run grails install-plugin ws-client, it gets
Resolving plugin ws-client. Please wait...
and then it just does not contain any additional information. I tried to remove the plugin in the application.properties file (it appears there), but this does not help.
I know that the plugin was not installed successfully either because I get an error when trying to import a ws client.
Unable to resolve class groovyx.net.ws.WSClient
Does anyone know why it is not installed correctly?
Thanks!
Update: When I run grails list-plugins -installed ws-client, they appear, maybe it installs? But if so, why should the import statement cause a permission error?
Update: This is definitely a problem with the installation. I don’t know what the problem is, but I managed to get around this. Submitting a response using a process.
Well, I can't send an answer to myself, because I need 100 Rep to answer myself in less than 8 hours, and I, of course, have only 99 ... :)
The answer turned out to be a right click of the “plugins” in the project in the Project Explorer window in STS and manually placing the ws-client plugin and marking for installation. I will send this as a real answer in 5 hours.
source share