eclipse-archived / ceylon-ide-eclipse

Eclipse Plugin for Ceylon
http://ceylon-lang.org/documentation/ide
Eclipse Public License 1.0
59 stars 28 forks source link

Annotation processors don't work inside the Eclipse plugin #1854

Closed davidfestal closed 7 years ago

davidfestal commented 7 years ago

The Eclipse plugin uses an overridden Java backend compiler (in order to reuse the already typechecked model), and the changes made in the Java backend to support annotation processing rounds also required some changes in the eclipse Plugin / Java backend integration. So currently annotation processors don't work correctly in the Eclipse plugin on Ceylon projects.

davidfestal commented 7 years ago

Fixed, they work now.