Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 46ede74

Browse files
committed
clean up rdf2jsonld script
now it relies directly on the appassembler derived script, which works natively as long as you run mvn clean install first also add instruction to add execute permissions to all of the appassembler scripts, per the stubbornness of the appassembler team about implementing that feature themselves: http://jira.codehaus.org/browse/MAPPASM-54
1 parent 3443e34 commit 46ede74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rdf2jsonld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# The following commands are required to be run before this can be used (left out of the script itself
44
# because they can take a while to run):
55
# chmod +x rdf2jsonld
6-
# mvn -quiet compile
7-
# mvn -quiet dependency:build-classpath -Dmdep.outputFile=tools/target/cp.txt
6+
# chmod +x tools/target/appassembler/bin/*
7+
# mvn -quiet install
88
# run ./rdf2jsonld for the usage
99

10-
java -cp tools/target/classes:`cat tools/target/cp.txt` de.dfki.km.json.jsonld.tools.RDF2JSONLD $@
10+
tools/target/appassembler/bin/rdf2jsonld

0 commit comments

Comments
 (0)