Hooking into Run configuration
I have a ~/.groovy/startup script set up to do a few things before Grails runs (from the command line). This script is not run as part of the IDEA Grails Run configuration. Is there any way to run a script before running the Java command line that runs Grails?
Thanks,
请先登录再写评论。
No, we'll think about such possibility. Thanks.
We figured out a way to do it - add a "Before launch" "Run Ant Target"
Thanks,