Re: Java does not see method implemented in Groovy

2018-04-24 Thread Schalk Cronjé
w it works. This is a WTF. It does not make sense. Ursprüngliche Nachricht Von: Schalk Cronjé <ysb...@gmail.com> Datum: 23.04.18 12:05 (GMT+01:00) An: users@groovy.apache.org Betreff: Java does not see method implemented in Groovy Hi all, I have build an hierarchy that e

Re: Java does not see method implemented in Groovy

2018-04-23 Thread mg
---Von: Schalk Cronjé <ysb...@gmail.com> Datum: 23.04.18 12:05 (GMT+01:00) An: users@groovy.apache.org Betreff: Java does not see method implemented in Groovy Hi all, I have build an hierarchy that effectively looks like: Abstra

Re: Java does not see method implemented in Groovy

2018-04-23 Thread Paul King
A bit of a long shot but does compiling the class by hand (outside gradle) make any difference? On Mon, Apr 23, 2018 at 8:05 PM, Schalk Cronjé wrote: > Hi all, > > I have build an hierarchy that effectively looks like: > > Abstract Base #1 (Java) > ^ >

Java does not see method implemented in Groovy

2018-04-23 Thread Schalk Cronjé
Hi all, I have build an hierarchy that effectively looks like: Abstract Base #1 (Java)     ^     | Abstract Base #2 (Groovy, CompileStatic)     ^     | Abstract Base #3 (Groovy, CompileStatic)     ^     |