You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/10 14:28:00 UTC

[jira] [Commented] (GROOVY-8576) Remove Java2GroovyMain dependency on commons-cli

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

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

GitHub user remkop opened a pull request:

    https://github.com/apache/groovy/pull/700

    GROOVY-8576 Remove Java2GroovyMain dependency on commons-cli

    `org.codehaus.groovy.antlr.java.Java2GroovyMain` can be simplified by removing its dependency on commons-cli: it does not have any options or print a usage help message.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/remkop/groovy GROOVY-8576-Java2GroovyMain

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/700.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #700
    
----
commit f115ef292b859f3035a2894d438679e1d39268ad
Author: Remko Popma <re...@...>
Date:   2018-04-29T23:39:40Z

    GROOVY-8520 CliBuilder groovydoc improvements

commit 10a7a3c6dc8a4974a4ed7fd1b35adabcd079eaa9
Author: Remko Popma <re...@...>
Date:   2018-05-01T21:33:42Z

    Merge remote-tracking branch 'upstream/master'

commit de3c3a8bcd04a4c05cbf605100f1a029417ccb17
Author: Remko Popma <re...@...>
Date:   2018-05-03T13:53:26Z

    Merge remote-tracking branch 'upstream/master'

commit c1fd6cf55b5c59cf08a5efdaabc91b9656296690
Author: Remko Popma <re...@...>
Date:   2018-05-04T07:35:05Z

    Merge remote-tracking branch 'upstream/master'

commit a0ff55e15fa420443e71fb1067828da67ed59ce8
Author: Remko Popma <re...@...>
Date:   2018-05-10T14:25:07Z

    GROOVY-8576 Remove Java2GroovyMain dependency on commons-cli

----


> Remove Java2GroovyMain dependency on commons-cli
> ------------------------------------------------
>
>                 Key: GROOVY-8576
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8576
>             Project: Groovy
>          Issue Type: Task
>          Components: command line processing
>            Reporter: Remko Popma
>            Priority: Major
>             Fix For: 2.5.0-rc-3
>
>
> {{org.codehaus.groovy.antlr.java.Java2GroovyMain}} could be simplified by removing its dependency on commons-cli: it does not have any options or print usage help message.



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