-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.2
-
Fix Version/s: 2.5.9, 3.0.0-rc-2
-
Component/s: Ant integration
-
Labels:None
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