Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.2
-
None
Description
Bug joint compilation in ant task groovyc: package does not exist
javac compiles normally java-files.
groovyc compiles normally groovy-files only.
groovyc with nested element javac - error: package does not exist
java 10.0.2
groovy 2.5.2
OS Windows 7
On java 8 - all ok
Example project in attachments
Prepare:
mvn dependency:copy-dependencies
Error compile:
ant build.joint
Normal compile:
ant build.java ant build.groovy