You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (Jira)" <ji...@apache.org> on 2019/11/22 02:25: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 ]

Daniel Sun updated GROOVY-8775:
-------------------------------
    Fix Version/s: 2.5.9

> 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
>            Assignee: Eric Milles
>            Priority: Major
>             Fix For: 2.5.9, 3.0.0-rc-2
>
>         Attachments: groovyc-ant-bugs.zip
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)