Gradle

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
To raise new issues or bugs against Gradle, please use forums.gradle.org.
  • Gradle
  • GRADLE-1684

make it possible to configure IDEA sdk with arbitrary name

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Resolution: Fixed
  • Affects Version/s: 1.0-milestone-3
  • Fix Version/s: 1.0-milestone-4

Description

It should be possible to configure IDEA sdk to any arbitrary string, rather than restricting it to JavaVersion enum. In IDEA, the jdk name is just a string that can have any form the user fancies.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • History
  • Activity
  • TeamCity
  • Commits
  • Source
  • Reviews
Hide
Create a new review for changeset a9e72e26c89ab8da68af06c70b2bcb083fd2a784
Szczepan Faber <szczepiq@gmail.com> submitted changeset a9e72e26c89ab8da68af06c70b2bcb083fd2a784 to RB_1.0-milestone-5 in Gradle (8 files) - 22/Jul/11 9:56 AM

GRADLE-1684 Made it possible to configure IDEA sdk with any arbitrary name. Remaining: do the same for modules.

  • subprojects/ide/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaProjectIntegrationTest.groovy (+2 -21)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/GenerateIdeaProject.groovy (+6 -6)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/IdeaPlugin.groovy (+3 -3)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/model/IdeaProject.groovy (+3 -8)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/model/Jdk.groovy (+4 -4)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/model/Project.groovy (+3 -4)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/test/groovy/org/gradle/plugins/ide/idea/IdeaPluginTest.groovy (+3 -4)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/test/groovy/org/gradle/plugins/ide/idea/model/ProjectTest.groovy (+2 -2)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
Show
Create a new review for changeset a9e72e26c89ab8da68af06c70b2bcb083fd2a784
Szczepan Faber <szczepiq@gmail.com> submitted changeset a9e72e26c89ab8da68af06c70b2bcb083fd2a784 to RB_1.0-milestone-5 in Gradle (8 files) - 22/Jul/11 9:56 AM
Hide
Create a new review for changeset 1b55793ce76a2195e6e7eabeb7aec101bedb173e
Szczepan Faber <szczepiq@gmail.com> submitted changeset 1b55793ce76a2195e6e7eabeb7aec101bedb173e to RB_1.0-milestone-5 in Gradle (6 files) - 22/Jul/11 10:07 AM

GRADLE-1684 Made it possible to configure IDEA sdk with any arbitrary name. This time for idea modules

  • subprojects/ide/src/integTest/groovy/org/gradle/plugins/ide/idea/ConfigurationHooksTest.groovy (+1 -1)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaModuleIntegrationTest.groovy (+2 -2)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/GenerateIdeaModule.groovy (+5 -5)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/model/IdeaModule.groovy (+4 -9)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/model/Module.groovy (+11 -10)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/ide/src/test/groovy/org/gradle/plugins/ide/idea/model/ModuleTest.groovy (+5 -5)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
Show
Create a new review for changeset 1b55793ce76a2195e6e7eabeb7aec101bedb173e
Szczepan Faber <szczepiq@gmail.com> submitted changeset 1b55793ce76a2195e6e7eabeb7aec101bedb173e to RB_1.0-milestone-5 in Gradle (6 files) - 22/Jul/11 10:07 AM
Hide
Create a new review for changeset 89e0cbe845bc9690349a92d3439b7ae2976042dc
Szczepan Faber <szczepiq@gmail.com> submitted changeset 89e0cbe845bc9690349a92d3439b7ae2976042dc to RB_1.0-milestone-5 in Gradle (1 file) - 22/Jul/11 10:09 AM

GRADLE-1684 Updated the javadoc

  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/GenerateIdeaModule.groovy (+1 -1)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
Show
Create a new review for changeset 89e0cbe845bc9690349a92d3439b7ae2976042dc
Szczepan Faber <szczepiq@gmail.com> submitted changeset 89e0cbe845bc9690349a92d3439b7ae2976042dc to RB_1.0-milestone-5 in Gradle (1 file) - 22/Jul/11 10:09 AM
Hide
Create a new review for changeset 203b9614b2a488b6b35578aa086a9899f9a1599d
Szczepan Faber <szczepiq@gmail.com> submitted changeset 203b9614b2a488b6b35578aa086a9899f9a1599d to RB_1.0-milestone-5 in Gradle (2 files) - 22/Jul/11 10:11 AM

GRADLE-1684 Updated the dsl documentation

  • subprojects/docs/src/docs/dsl/org.gradle.plugins.ide.idea.model.IdeaModule.xml (+1 -1)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • subprojects/docs/src/docs/dsl/org.gradle.plugins.ide.idea.model.IdeaProject.xml (+2 -2)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
Show
Create a new review for changeset 203b9614b2a488b6b35578aa086a9899f9a1599d
Szczepan Faber <szczepiq@gmail.com> submitted changeset 203b9614b2a488b6b35578aa086a9899f9a1599d to RB_1.0-milestone-5 in Gradle (2 files) - 22/Jul/11 10:11 AM
Hide
Create a new review for changeset ffe5e14593fa1051275bb14794d4c6ea12639b21
Szczepan Faber <szczepiq@gmail.com> submitted changeset ffe5e14593fa1051275bb14794d4c6ea12639b21 to RB_1.0-milestone-5 in Gradle (1 file) - 22/Jul/11 10:15 AM

GRADLE-1684 Ported back the getter/setter for backwards compatibility + deprecation warning

  • subprojects/ide/src/main/groovy/org/gradle/plugins/ide/idea/model/Module.groovy (+11 -2)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
Show
Create a new review for changeset ffe5e14593fa1051275bb14794d4c6ea12639b21
Szczepan Faber <szczepiq@gmail.com> submitted changeset ffe5e14593fa1051275bb14794d4c6ea12639b21 to RB_1.0-milestone-5 in Gradle (1 file) - 22/Jul/11 10:15 AM
Szczepan Faber made changes - 22/Jul/11 10:17 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Fix Version/s 1.0-milestone-4 [ 10060 ]
Status Open [ 1 ] Resolved [ 5 ]
Daz DeBoer made changes - 03/Aug/11 3:29 PM
Workflow jira [ 13106 ] jira with pivotal tracker [ 13323 ]
Adam Murdoch made changes - 07/Mar/12 4:46 PM
Component/s Idea [ 10024 ]
Component/s IDE integration [ 10015 ]
Luke Daley made changes - 03/Jan/13 5:09 AM
Status Resolved [ 5 ] Closed [ 6 ]
Workflow jira with pivotal tracker [ 13323 ] jira with pivotal tracker (no resolved, only closed) [ 18573 ]
Luke Daley made changes - 04/Jan/13 5:10 AM
Status Closed [ 6 ] Resolved [ 5 ]
Workflow jira with pivotal tracker (no resolved, only closed) [ 18573 ] Copy of jira with pivotal tracker (no closed, only resolved) [ 21175 ]
Unable to get TeamCity builds: No active plugin license is found! Please visit http://stiltsoft.com/teamcity for details

People

  • Assignee:
    Szczepan Faber
    Reporter:
    Szczepan Faber
Vote (0)
Watch (0)

Dates

  • Created:
    22/Jul/11 9:54 AM
    Updated:
    04/Jan/13 5:10 AM
    Resolved:
    22/Jul/11 10:17 AM
  • Atlassian JIRA (v5.0.3#729-sha1:bf569e4)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Gradle. Try JIRA - bug tracking software for your team.