[GRADLE-1176] IdeaPlugin does not seem to honor set project.name as the User Guide suggests Created: 15/Oct/10 Updated: 04/Jan/13 Resolved: 09/May/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-4 |
Type: | Bug | ||
Reporter: | Steve Ebersole | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Description |
The User Guide, in table 28.2, 28.3 and 28.4 implies that the generated IntelliJ meta files will be named based on projectDir/<project.name>. However, I tried altering a project's name in settings.gradle and that name was not used by the IdeaPlugin. The problem is that i have a multi-project structure where the root directory is named hibernate-core and a sub-project is in a directory hibernate-core/hibernate-core. Trying to create an IntelliJ project for this creates 2 files named hibernate-core.iml. IntelliJ takes the name of the module based on the name of the iml file (it would seem), so it has problems with this. |
Comments |
Comment by Szczepan Faber [ 09/May/11 ] |
I just tried and the problem is fixed. BTW. You can also change the idea module name using: http://gradle.org/current/docs/dsl/org.gradle.plugins.ide.idea.GenerateIdeaModule.html#org.gradle.plugins.ide.idea.GenerateIdeaModule:moduleName |