[
https://issues.apache.org/jira/browse/RYA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332376#comment-16332376
]
ASF GitHub Bot commented on RYA-447:
------------------------------------
Github user pujav65 commented on the issue:
https://github.com/apache/incubator-rya/pull/264
I like what Eric did. Is the issue that the test is failing, or that this
shell command just doesn't work in windows? If the latter, then Eric's
approach seems fine. If the former, then maybe Kevin is right and we should
just fix the test to use File.separator() or something like that. I looked at
the underlying implementation of loadStatementsFile, and it delegates to
Sesame/OpenRDF.
I don't like Eric's suggestion of replaceAll -- its less readable.
> 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)