Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fuseki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dalia
Backend
Fuseki
Commits
c19f73b9
Commit
c19f73b9
authored
3 months ago
by
Frank Lange
Browse files
Options
Downloads
Patches
Plain Diff
correct Java classpath in load and textindex scripts
parent
cc575b92
No related branches found
No related tags found
No related merge requests found
Pipeline
#1618575
passed
3 months ago
Stage: download
Stage: container
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/load.sh
+1
-1
1 addition, 1 deletion
scripts/load.sh
scripts/textindex.sh
+1
-1
1 addition, 1 deletion
scripts/textindex.sh
with
2 additions
and
2 deletions
scripts/load.sh
+
1
−
1
View file @
c19f73b9
...
...
@@ -14,4 +14,4 @@ FILES="$@"
# See https://jena.apache.org/documentation/tdb2/tdb2_cmds.html#tdb2tdbloader
# for a description of tdb2.tdbloader.
#
java
-cp
$FUSEKI_HOME
/fuseki-server.jar
:/javalibs/
*
tdb2.tdbloader
--desc
=
$ASSEMBLER
$FILES
java
-cp
$FUSEKI_HOME
/fuseki-server.jar tdb2.tdbloader
--desc
=
$ASSEMBLER
$FILES
This diff is collapsed.
Click to expand it.
scripts/textindex.sh
+
1
−
1
View file @
c19f73b9
...
...
@@ -12,4 +12,4 @@ ASSEMBLER=$1
# See https://jena.apache.org/documentation/query/text-query.html#step-2---build-the-text-index
# for a description of jena.textindexer.
#
java
-cp
$FUSEKI_HOME
/fuseki-server.jar
:/javalibs/
*
jena.textindexer
--desc
=
$ASSEMBLER
java
-cp
$FUSEKI_HOME
/fuseki-server.jar jena.textindexer
--desc
=
$ASSEMBLER
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment