GitHub user PascalSchumacher opened a pull request: https://github.com/apache/incubator-groovy/pull/49
Groovy 7018 Just to test the build on the ci server succeeds without the changes to the tests in https://github.com/apache/incubator-groovy/pull/43/commits You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/incubator-groovy GROOVY-7018 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-groovy/pull/49.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 #49 ---- commit a81bdba4b3ae455cf7fe29de876933c884e98576 Author: Persi <the_hamm...@freenet.de> Date: 2015-06-24T09:09:35Z GROOVY-7018 GroovyClassLoader addClasspath RegexPattern issue GroovyMain and GroovyClassLoader had problems in Cygwin environments with finding Scripts. commit b5a81d40bb5bb5aabddf569c0b01d91b3e12f716 Author: Persi <the_hamm...@freenet.de> Date: 2015-06-24T09:15:53Z Revert "GROOVY-7018 GroovyClassLoader addClasspath RegexPattern issue" This reverts commit 6cf17e1d171503b5e86f5e29098d0cb619e94959. commit f23ed65b4b451de8cbe0a8c2832855c7608ef8e3 Author: Persi <the_hamm...@freenet.de> Date: 2015-06-24T09:20:16Z Revert "Revert "GROOVY-7018 GroovyClassLoader addClasspath RegexPattern issue"" This reverts commit cdcb16930bf5ef63b6c6eff9f50f644353c85d0e. commit cc1c8700e0097f202aea456068f985596e4da1d9 Author: Persi <the_hamm...@freenet.de> Date: 2015-06-30T10:42:00Z GroovyClassLoader fixed The GroovyClassLoader is now first trying to create a URI and convert it to an URL. If that fails the ClassLoader is using the File class to create a file URI. ---- --- 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. ---