[GRADLE-284] New task to update classpaths in IDE configurations Created: 28/Oct/08 Updated: 04/Jan/13 Resolved: 12/Jul/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | ||
Reporter: | Martin Vlcek | Assignee: | Szczepan Faber |
Resolution: | Won't Fix | Votes: | 1 |
Attachments: | updateIdeClasspath.gradle |
Description |
There should be a task that just updates the classpaths of IDE configuration files, as there might be other settings that should not be overwritten. An example for Eclipse (.classpath) and IntelliJ (*.iml) is attached, however, the following should be addressed:
|
Comments |
Comment by Martin Vlcek [ 28/Oct/08 ] |
Correction: ~/.gradle does not work with IntelliJ either. |
Comment by Szczepan Faber [ 09/May/11 ] |
>There should be a task that just updates the classpaths of IDE configuration files Don't the 'eclipseClasspath' and 'ideaModule' tasks provide just that? |
Comment by Szczepan Faber [ 12/Jul/11 ] |
There're already specific tasks that only change classpath-related information. Also, the tasks that generate classpath info attempt to merge the content so some user info is preserved. Therefore I don't think we want to fix this particular feature |