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/31 19:05:00 UTC

[jira] [Commented] (GROOVY-8622) Groovy Console should have an option to list its current classpath

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

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

GitHub user aalmiray opened a pull request:

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

    GROOVY-8622 Groovy Console should list its classpath

    This feature added at Hackergarten Gr8conf 2018
    Authors: Christian Streibl, Andres Almiray
    
    PR added for code review by peers

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

    $ git pull https://github.com/aalmiray/groovy console-classpath

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

    https://github.com/apache/groovy/pull/737.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 #737
    
----
commit 43f30ac231ce0c7420f65358e3962f0446af8a8a
Author: aalmiray <aa...@...>
Date:   2018-05-31T19:00:22Z

    GROOVY-8622 Groovy Console should list its classpath
    
    This feature added at Hackergarten Gr8conf 2018
    Authors: Christian Streibl, Andres Almiray

----


> Groovy Console should have an option to list its current classpath
> ------------------------------------------------------------------
>
>                 Key: GROOVY-8622
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8622
>             Project: Groovy
>          Issue Type: Improvement
>          Components: Groovy Console
>    Affects Versions: 2.5.0
>            Reporter: Andres Almiray
>            Assignee: Andres Almiray
>            Priority: Minor
>
> Currently it's not possible to know which JARs/Directories are available in the classpath. This feature will add the capability to list all URL entries available in the GroovyShell's classloader and its parents.



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