[GRADLE-1529] Eclipse model built by the tooling api for a project which does not use the eclipse plugin lists tasks which cannot be executed Created: 11/May/11 Updated: 04/Jan/13 Resolved: 26/May/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-4 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Description |
For example, the model includes the 'eclipse' task, but this task cannot actually be executed by the tooling api. |
Comments |
Comment by Hans Dockter [ 12/May/11 ] |
From an email from Adam:
Is there any use case where people want to be able to use the Eclipse tasks of Gradle when they are working with the Gradle Eclipse plugin. Specially if they haven't applied it. 4.) is something we really need in any case. Also for any archetype plugins for example. It would be an important generic feature. I still think it is not the best solution for this issue, as the noise (eclipse task are displayed) are still produced. Unless I'm missing something and displaying the eclipse tasks does actually makes sense. So even with 4.) I think there is a point for 1.) and 2.). 1.) and 3.) look like the easiest fixes for avoiding the actual bug. But as said, I don't like the side effect of 3.). |
Comment by Szczepan Faber [ 12/May/11 ] |
I have no idea why someone who uses the STS would like to run the eclipse tasks. Out of the options above, I'd go for #3 because it feels extremely cheap to fix. |
Comment by Szczepan Faber [ 26/May/11 ] |
At the end of the day option #1 was simplest to implement. |