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/12 23:32:00 UTC

[jira] [Commented] (GROOVY-8775) Bug joint compilation in ant task groovyc: package does not exist

    [ https://issues.apache.org/jira/browse/GROOVY-8775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612857#comment-16612857 ] 

Paul King commented on GROOVY-8775:
-----------------------------------

Just for completeness, what versions of ant and maven are you using? I'll try to replicate with latest of each.

> 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
>            Priority: Blocker
>         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)