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

[jira] [Created] (GROOVY-8926) Support multiple --configscript parameters for groovyc

Michael Kobit created GROOVY-8926:
-------------------------------------

             Summary: Support multiple --configscript parameters for groovyc
                 Key: GROOVY-8926
                 URL: https://issues.apache.org/jira/browse/GROOVY-8926
             Project: Groovy
          Issue Type: Improvement
    Affects Versions: 2.5.4
            Reporter: Michael Kobit


Currently, the {{groovyc}} CLI supports a [single argument|http://docs.groovy-lang.org/2.5.4/html/documentation/tools-groovyc.html] for specifying a config script - {{--configscript}}. It would be useful to support multiple config scripts from the command line.

It looks like the source supports multiple compiler configuration scripts - [https://github.com/apache/groovy/blob/6b6cc275db660a848f768d691b6a43b01bbe7e73/src/main/groovy/groovy/ui/GroovyMain.java#L294-L304] by combining the command line with the  {{groovy.starter.configscripts}} system property. It would be useful if {{--configscript}} could be repeated and then used to supply multiple config scripts



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)