Skip to content
Snippets Groups Projects
Commit 532e99ae authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- updated to work with new class name

- updated Rosetta SDK
parent e03b1e27
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ if [ ! -f "$1" ]; then echo "error: media file '$1' does not exist"; exit 1; fi ...@@ -6,11 +6,11 @@ if [ ! -f "$1" ]; then echo "error: media file '$1' does not exist"; exit 1; fi
# set variables # set variables
MEDIA_FILE="$1"; MEDIA_FILE="$1";
ROSETTAVERSION="7.1.0" ROSETTAVERSION="7.3.0"
ROSETTA_SDK_DIR="/exlibris/dps/d4_1/system.dir/dps-sdk-${ROSETTAVERSION}" ROSETTA_SDK_DIR="/exlibris/dps/d4_1/system.dir/dps-sdk-${ROSETTAVERSION}"
ROSETTA_SDK_JAR="${ROSETTA_SDK_DIR}/lib/dps-sdk-${ROSETTAVERSION}.jar" ROSETTA_SDK_JAR="${ROSETTA_SDK_DIR}/lib/dps-sdk-${ROSETTAVERSION}.jar"
PLUGIN_JAR="./SLUBTechnicalMetadataExtractorMediaConchPlugin.jar" PLUGIN_JAR="./SLUBTechnicalMetadataExtractorMediaConchPlugin.jar"
PLUGIN_NAME="org.slub.rosetta.dps.repository.plugin.SLUBTechnicalMetadataExtractorMediaConchPlugin" PLUGIN_NAME="org.slub.rosetta.dps.repository.plugin.SLUBMatroskaFFV1FormatValidationPlugin"
# run plugin # run plugin
java -cp "${ROSETTA_SDK_JAR}:${PLUGIN_JAR}" "${PLUGIN_NAME}" "${MEDIA_FILE}" java -cp "${ROSETTA_SDK_JAR}:${PLUGIN_JAR}" "${PLUGIN_NAME}" "${MEDIA_FILE}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment