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

Andy Seaborne commented on JENA-871:
------------------------------------

There is a script {{jena-fuseki2/jena-fuseki-core/fuseki-dev}} that should work 
(it may need local alternation - it will ask for a setup step to cache the 
calculated classpath).

I wrap that in a script for local settings to run in $PWD with a {{$PWD/run}} 
directory.
{noformat}
#!/bin/bash

export FUSEKI_HOME=~/Jena/jena-fuseki2/jena-fuseki-core
export FUSEKI_BASE=$PWD/run
if [[ ! -e $FUSEKI_BASE ]]
then
    mkdir "$FUSEKI_BASE"
fi

$FUSEKI_HOME/fuseki-dev "$@"
{noformat}
You can put customized {{log4j.properties}} in $PWD but this is not necessary.


> Fuseki2 UI: Download results button doesn't work
> ------------------------------------------------
>
>                 Key: JENA-871
>                 URL: https://issues.apache.org/jira/browse/JENA-871
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 2.0.0
>         Environment: Ubuntu 14.10 x64
> Firefox 35.0
>            Reporter: Stian Soiland-Reyes
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Fuseki 2.0.0
>
>
> After receiving a SPARQL query result in Fuseki 2 UI, there's a Download 
> button next to "Raw response". The button seems to not do anything.



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

Reply via email to