-
I'm confused by this dependency: Should not Eclipse Platform use JFace and not the other way around? Does anyone know/understand the rationale and the effort that might be required to eliminate the dependency? I've stumbled upon this while trying to create standalone tests/demonstrators/prototypes using JFace without Eclipse. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I wonder what you consider "Eclipse Platform"? Removing the requirement results in hundreds of errors in the project: Not to mention the downstream impact of the re-export removal. I also don't know what you mean by a JFace without Eclipse. Since JFace is Eclipse it's hard to know which part of Eclipse you are trying to do without. In the end, you really do need all these things: |
Beta Was this translation helpful? Give feedback.
I wonder what you consider "Eclipse Platform"?
Removing the requirement results in hundreds of errors in the project:
Not to mention the downstream impact of the re-export removal.
I also don't know what you mean by a JFace without Eclipse. Since JFace is Eclipse it's hard to know which part of Eclipse you are trying to do without.
In the end, you really do need all these things: