SQL console failure on Maia M1
SQL console won't open. It complains with a Cannot Compile message: "Cannot find Groovy home for module .... Please set up Groovy facet."
I don't have Groovy on this project. Does the SQL console support now require special Groovy faceting? Anyone else having this problem?
Thanks,
Jon
Please sign in to leave a comment.
Seems that you have Groovy files in your project. Try Goto File with
*.groovy pattern. You can exclude those files from compilation or setup
a Groovy facet.
Peter - Yup, that was it. Thanks. Should a built-in plugin like this have a depedency on the module build.....Why should a project/module have to build in order to launch a SQL console?
Jon
At least it should have all your entities compiled together with other
objects that are used when communicating with JDBC database.
This is actually a known bug that will be fixed shortly.
SQL console definitely doesn't need any make/build processing to run.
Watch/Vote for http://www.jetbrains.net/jira/browse/IDEA-23500
Jon Steelman wrote: