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

ASF GitHub Bot commented on GROOVY-8567:
----------------------------------------

Github user remkop commented on a diff in the pull request:

    https://github.com/apache/groovy/pull/694#discussion_r186035996
  
    --- Diff: src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java 
---
    @@ -77,18 +73,6 @@ public void compile(File[] files) throws Exception {
             unit.compile();
         }
     
    -    public static void displayHelp(final Options options) {
    --- End diff --
    
    Okay. Note that the Options class is no longer used anywhere in 
`FileSystemCompiler` so this would be purely for binary compatibility.
    
    How do you want to do this? I'm working on master, so the method is removed 
in the PR. Do you want a separate PR for 2_5_X with the method reinstated or 
will you manually reinstate on the 2_5_X branch when cherrypicking?


> Migrate Groovyc to picocli
> --------------------------
>
>                 Key: GROOVY-8567
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8567
>             Project: Groovy
>          Issue Type: Task
>          Components: command line processing
>            Reporter: Remko Popma
>            Priority: Major
>             Fix For: 2.5.x
>
>
> Migrate {{org.codehaus.groovy.ant.Groovyc}} from commons-cli to picocli.



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

Reply via email to