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

- fixed Rosetta version

- fixed classname
parent 6097d8fb
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
# set variables
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_JAR="${ROSETTA_SDK_DIR}/lib/dps-sdk-${ROSETTAVERSION}.jar:${ROSETTA_SDK_DIR}/dps-sdk-projects/dps-sdk-deposit/lib/log4j-1.2.14.jar"
PLUGIN_JAR="./SLUBTechnicalMetadataExtractorCheckItTiffPlugin.jar"
PLUGIN_NAME="org.slub.rosetta.dps.repository.plugin.SLUBTechnicalMetadataExtractorCheckItTiffPlugin"
PLUGIN_NAME="org.slub.rosetta.dps.repository.plugin.SLUBRetroMonographieTIFFFormatValidationPlugin"
# run plugin
java -cp "${ROSETTA_SDK_JAR}:${PLUGIN_JAR}" "${PLUGIN_NAME}" "${MEDIA_FILE}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment