You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Stuart Williams (JIRA)" <ji...@apache.org> on 2015/01/05 18:07:35 UTC

[jira] [Created] (JENA-843) Fuseki 2: --loc TDB fileset references on Windows don't work.

Stuart Williams created JENA-843:
------------------------------------

             Summary: 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)