apache / apache/grails-intellij-plugin
Grails2: Grails SDK detection for Grails inline plugins
- Dominant language
- Java
- Stars
- 17
- Forks
- 4
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
On our project we do have a master project that have a lot of submodules (plugins)
Every time I have to start a new idea project (it is convenient for another branch ) from existing sources there are a lot of warning regarding missing Grails SDKs for these modules. There is now option to set SDK for all at once.
I do believe that the problem root is hidden under 'workspace.xml' file:
```
```
Which could be replaced (seems to work):
```
```
---
*Imported from [IDEA-188191](https://youtrack.jetbrains.com/issue/IDEA-188191) · Type: Bug · Votes: 0*
*Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.*
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining the GrailsSDKManager entries in workspace.xml and reproduce the warnings with a Grails master project containing inline plugins. Trace how SDK paths are detected and stored, then verify that reopening the project no longer reports missing SDKs for the plugin modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100