Sergey Kravchenko created GROOVY-8775:
-----------------------------------------
Summary: Bug joint compilation in ant task groovyc: package does
not exist
Key: GROOVY-8775
URL: https://issues.apache.org/jira/browse/GROOVY-8775
Project: Groovy
Issue Type: Bug
Components: Ant integration
Affects Versions: 2.5.2
Reporter: Sergey Kravchenko
Attachments: groovyc-ant-bugs.zip
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:
{code:java}
mvn dependency:copy-dependencies
{code}
Error compile:
{code:java}
ant build.joint
{code}
Normal compile:
{code:java}
ant build.java
ant build.groovy
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)