Skip to main content

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

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

Back to the top