liferay / liferay-intellij-plugin

Other
24 stars 31 forks source link

Groovy support #232

Open jtydhr88 opened 2 years ago

jtydhr88 commented 2 years ago

in daily dev, it is common to run groovy script from System Admin - Script. It it better to hava abilitity to write groovy script in IntelliJ and run it on running local server

dmarks2 commented 2 years ago

@jtydhr88 That is a nice idea. I will have a look if that would be possible.

jtydhr88 commented 2 years ago

thanks @dmarks2 ! I usually want to implement my requirement by myself, but now I am busy on other project. about this one, the hard point I assue is how to send the script to server as admin, but it may be resolved if Default Admin is configured in portal-xx.properties.

jtydhr88 commented 2 years ago

or let liferay plugin store local admin username/pwd in server configuration (as what we did in Eclipse DevStudio)