Hello
I have few maven-based spring projects that have java and groovy code mixed (groovy and java classes are in the same directories). It compiles successfuly in eclipse using groovy plugin and also compiles using maven with groovy-eclipse-compiler.
I'm trying to import these project in IntelliJ IDEA but groovy code isn't built if I use ajc compiler (default for these project) and I get "illegal start of type" error for groovy java stub if use javac compiler.
Has anybody met such problem?
Thanks in advance