[ 
https://issues.apache.org/jira/browse/JENA-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266015#comment-14266015
 ] 

Andy Seaborne commented on JENA-843:
------------------------------------

\ (and $) have special meaning in {{String.replaceAll}} replacement strings.  
Need to use {{Match.quoteReplacement}}. Fuseki2 uses a template-driven 
mechanism to create assemblers for command line arguments.

> Fuseki 2: --loc TDB fileset references on Windows don't work. 
> --------------------------------------------------------------
>
>                 Key: JENA-843
>                 URL: https://issues.apache.org/jira/browse/JENA-843
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 2.0.0
>         Environment: Windows 7
>            Reporter: Stuart Williams
>            Priority: Minor
>
> From the windows command-line shell and using Fuseki 2:
>     fusek-server --loc=c:\datastores\foo\tdb /ds
> fails to reference a TDB fileset a c:\datastores\foo\tdb. Instead it creates 
> a directory:
>    datastorefootdb
> presumed relative to the current working directory.
> Earlier versions of fuseki (eg. 1.1.1) correctly reference the TDB fileset. 
> This can be worked around using a forward-slashes rather than back-slashes. ie
>     fusek-server --loc=c:/datastores/foo/tdb /ds
> works as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to