Hello,
I'm using europa for java development and recently for groovy development
too.
Both builders (Java & Groovy) are configured to put their classfiles into
projectdir/bin/ - building itself works without problems and all
classfiles (groovy and java ones) are created under bin/ (verified with
javap). But for some reason only classes written in Java are offered for
autocompletion (within java code as well as in groovy code).
What may be wrong here?
I found a workaround:
If I use a different folder for groovy and java-Classes and add the
groovy-classfolder into my JavaBuild-Path everythings works fine.
However, is this issue a bug or a feature?