You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Endre Stølsvik (Jira)" <ji...@apache.org> on 2020/10/21 06:57:00 UTC

[jira] [Created] (GROOVY-9789) Stubbing: Mode of running Groovyc to only output stubs

Endre Stølsvik created GROOVY-9789:
--------------------------------------

             Summary: Stubbing: Mode of running Groovyc to only output stubs
                 Key: GROOVY-9789
                 URL: https://issues.apache.org/jira/browse/GROOVY-9789
             Project: Groovy
          Issue Type: Improvement
          Components: Compiler
            Reporter: Endre Stølsvik


So, I'd love if I could instruct groovyc to only to the Java stubbing part.

The rationale for this is described in this StackOverflow question: [https://stackoverflow.com/q/53759596/39334]

Basically, *I want to have three-way joint/mixed compilation between Java, Groovy and Kotlin.* And I figure that if I first could get the stubs of all groovy files, I could manage to do this in four steps as described in the SO question.

If this logic holds, it would probably hold for other languages too, so it could conceivably be a nice feature to have not only for my scenario with Java+Groovy+Kotlin.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)