You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2018/09/13 09:55:00 UTC

[jira] [Updated] (GROOVY-8775) Bug joint compilation in ant task groovyc: classpath not set

     [ https://issues.apache.org/jira/browse/GROOVY-8775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King updated GROOVY-8775:
------------------------------
    Summary: Bug joint compilation in ant task groovyc: classpath not set  (was: Bug joint compilation in ant task groovyc: package does not exist)

> Bug joint compilation in ant task groovyc: classpath not set
> ------------------------------------------------------------
>
>                 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
>            Priority: Major
>         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)