Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How do I use the Groovy Eclipse compiler with Tycho?

Tycho has it's own maven-osgi-compiler-plugin which is hardcoded to use
jdt compiler (so Tycho projects can have proper OSGi classpath with
access rules, etc). Theoretically, it should be able to bind groovy
maven compiler in addition to maven-osgi-compiler-plugin, but I don't
know enough about groovy/maven integration to tell for sure.

--
Regards,
Igor

On 11-04-19 03:56 PM, Thomas Hofmann wrote:
Hi,
I have two features that should end up in a p2 repository that can be
used as source to install the two features. One bundle in one of the
features is implemented in Groovy.
I setup up a tycho build for this and I am facing the problem that the
Groovy files are not compiled since Tycho is not using the Eclipse
Groovy compiler for the bundle containing the Groovy sources.
So I tried to change the compiler implementation for this one bundle to
the Groovy Eclipse specific one. No matter what I do the compiler
implementation that I specified is not used.
Could someone on this list please shed some light on how this can be
acomplished?
Thanks, Thomas



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top