GitHub user tkruse opened a pull request:

    https://github.com/apache/incubator-groovy/pull/107

    Fix Groovysh Test failure under Java9, due to new virtual Filesystem …

    …structure
    
    This patch only scans the virtual subfolder 'modules' (not 'packages'), 
thus that the element paths loose the leading slash:
    ```/modules/foo/xyz/XYZ.class -> modules/foo/xyz/XYZ.class```
    So that the stripping of 'modules/<modulename>' works again.

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

    $ git pull https://github.com/tkruse/incubator-groovy java9-packages

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

    https://github.com/apache/incubator-groovy/pull/107.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 #107
    
----
commit 425f26a8871586d1232efd85ff1c519526ad57ff
Author: Thibault Kruse <thibault.kr...@gmx.de>
Date:   2015-09-01T10:28:18Z

    Fix Groovysh Test failure under Java9, due to new virtual Filesystem 
structure

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to