GitHub user vectorijk opened a pull request: https://github.com/apache/geode/pull/308
[GEODE-2167] BundledJarsJUnitTest.verifyBundledJarsHaveNotChanged fails with java.nio.file.InvalidPathException on Windows error message: ```java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/dev/gemfire/open/geode-assembly/build/resources/test/expected_jars.txt``` expectedJarFile path should be set on Windows properly. We should trim path string to elimination first '/' letter. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vectorijk/geode GEODE-2167 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/308.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 #308 ---- commit 7519364fae18b3ba63c4347d1e1f0734b283f4b9 Author: Kai Jiang <jiang...@gmail.com> Date: 2016-12-09T09:32:11Z BundledJarsJUnitTest.verifyBundledJarsHaveNotChanged fails on Windows expectedJarFile path should be set on Windows properly. ---- --- 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. ---