source: gs3-extensions/iiif-servlet/trunk/src/PREPARE-GSDL.sh@ 32720

Last change on this file since 32720 was 32720, checked in by davidb, 5 years ago

Changes after testing. Now gets through the OAI request without null-pointer exception

  • Property svn:executable set to *
File size: 326 bytes
Line 
1#!/bin/bash
2
3echo "Running rsync update on gsdl-src/java"
4rsync -pav gsdl-src/java ../../src/.
5
6pushd ../../ && ant compile-core && popd
7
8/bin/cp ../../build/gsdl3.jar packages/cantaloupe-4.0.2/src/main/webapp/WEB-INF/lib/gsdl3.jar
9/bin/cp ../../build/gutil.jar packages/cantaloupe-4.0.2/src/main/webapp/WEB-INF/lib/gutil.jar
Note: See TracBrowser for help on using the repository browser.