As I said, I use groovy-eclipse-compiler to compile both Groovy and Java source codes in the same project, and lombok works well for long time. Now I upgrade Groovy from v1.8.3 to 2.3.9 and I want to enable invokedynamic feature for performance gain. But groovy-eclipse-compiler plugin does not support invokedynamic feature while GMavenPlus does. What make me fussy is I can find nothing about how to use lombok with GMavenPlus together. Your guys how to organize the project that mixes Groovy and Java source codes? I know just separating them to two projects should work...
Thanks 在 2016-05-10 15:02:26,"Serega Sheypak" <[email protected]> 写道: There should't be any problem with gmavenplus. Yes, for IntelliJ there is a plugin and it works pretty well! I tried it with maven, not sure how it works with other build systems. 2016-05-10 8:46 GMT+02:00 Andre Steingress <[email protected]>: I am in a JSF project where we use Lombok, we just included it as a dependency for the build: https://projectlombok.org/mavenrepo/ For IDE support things are a bit different, for Eclipse you need to set the lombok.jar as JavaAgent, in IntelliJ I think there is a plugin. On 10 May 2016 at 08:35:36, Keegan Witt ([email protected]) wrote: I haven't used Lombok, but wouldn't you just add Lombok as a dependency in your POM? Have you tried that already? -Keegan On May 10, 2016 2:07 AM, "Jochen Theodorou" <[email protected]> wrote: On 10.05.2016 03:31, SuoNayi wrote: any comments,guys? well... I did not found anything that looks like it would support it. by Jochen
