GitHub user ejwhite922 opened a pull request:
https://github.com/apache/incubator-rya/pull/264
RYA-447 Fixed issue building rya.shell under Windows. Loading data from
relative path test failed due to malformed user.home paths.
## Description
When building rya.shell under Windows, loading tests fail due to malformed
user.home paths. It appears that Windows file separators ('\') are causing
problems when being used as part of a regex replacement operation since they're
not being escaped.
### Tests
Build/Unit Test
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-447)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Review
@meiercaleb
@kchilton2
@jessehatfield
@isper3at
@DLotts
@pujav65
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ejwhite922/incubator-rya
RYA-447_RyaShellWindowsUserHome
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/264.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 #264
----
commit bac6418a41cb3b43bcfecfd24f5b84033d3811ab
Author: eric.white <eric.white@...>
Date: 2018-01-16T18:27:20Z
RYA-447 Fixed issue building rya.shell under Windows. Loading data from
relative path test failed due to malformed user.home paths.
----
---