Github user kinow commented on the issue:
https://github.com/apache/jena/pull/265
Double checked the messages displayed to user, all look goods, no typos or
confusing text. Very simple to understand how to use it. The provided shell
scripts are helpful too, as well as comments in Java and shell in case users
want to customize it.
`shellcheck` complains only about some strings not quoted in the
run-sparqler script.
```
kinow@localhost:~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-basic/sparqler$
shellcheck run-sparqler
In run-sparqler line 55:
exec java $JVM_ARGS $FUSEKI_LOG -jar $FUSEKI_JAR $SPARQLER_ARGS
^-- SC2086: Double quote to prevent globbing and word
splitting.
^-- SC2086: Double quote to prevent globbing and
word splitting.
^-- SC2086: Double quote to
prevent globbing and word splitting.
^-- SC2086: Double
quote to prevent globbing and word splitting.
In run-sparqler line 59:
nohup java $JVM_ARGS $FUSEKI_LOG -jar $FUSEKI_JAR $SPARQLER_ARGS >
nohup.log 2>&1 &
^-- SC2086: Double quote to prevent globbing and word
splitting.
^-- SC2086: Double quote to prevent globbing and
word splitting.
^-- SC2086: Double quote to
prevent globbing and word splitting.
^-- SC2086: Double
quote to prevent globbing and word splitting.
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---