[
https://issues.apache.org/jira/browse/RYA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327542#comment-16327542
]
ASF GitHub Bot commented on RYA-447:
------------------------------------
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.
----
> Rya Shell Windows user.home error
> ---------------------------------
>
> Key: RYA-447
> URL: https://issues.apache.org/jira/browse/RYA-447
> Project: Rya
> Issue Type: Bug
> Components: clients
> Affects Versions: 3.2.12
> Environment: Windows build
> Reporter: Eric White
> Assignee: Eric White
> Priority: Major
> Fix For: 3.2.12
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)