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

Stuart Williams commented on JENA-843:
--------------------------------------

Ok... hadn't read the content of the .bat. Currently the operative line is:

{noformat}
java -Xmx1200M -jar fuseki-server.jar %*
{noformat}

whereas to work OOB then it needs to be:

{noformat}
java -Xmx1200M -jar jena-fuseki-server-2.0.0-SNAPSHOT.jar %*
{noformat}

However, I presume it would be bad to have to update the scripts (Windows and 
*nix) to match versioned built arefacts on each release.



> 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
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Fuseki 2.0.0
>
>
> 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