Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ssh kb-test-adm-001.kb.dk
export TESTX=TEST11A
# build the BatchJobs.jar from the recipe on kb-test-adm-001.kb.dk:/home/devel/batch/NetarchiveSuiteBatchprograms/src/README.txt
export BATCHJOBS_JAR=/home/devel/batch/NetarchiveSuiteBatchprograms/BatchJobs-<timestamp>.jar
cd /home/devel/${TESTX}/ 
cp -pv $BATCHJOBS_JAR /home/devel/${TESTX}/BatchJobs.jar

Add the following to conf/settings_GUIApplication.xml in the commons section:

...