source: gs3-extensions/iiif-servlet/trunk/src/PREPARE-GSDL-AND-COMPILE-CORE.sh@ 32876

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

Tweaks to text

  • Property svn:executable set to *
File size: 833 bytes
Line 
1#!/bin/bash
2
3echo "Running rsync update on gsdl-src/java"
4rsync -pav gsdl-src/java ../../src/.
5
6echo "Running 'ant compile-core'"
7pushd ../../ && ant compile-core && popd
8
9echo "Copying gsdl3.jar and gutil.jar to Cantaloupe's webapps/WEB-INF/lib/ directory"
10/bin/cp ../../build/gsdl3.jar packages/cantaloupe-4.0.2/src/main/webapp/WEB-INF/lib/gsdl3.jar
11/bin/cp ../../build/gutil.jar packages/cantaloupe-4.0.2/src/main/webapp/WEB-INF/lib/gutil.jar
12
13echo
14echo "If first time run, or changes made to:"
15echo " (i) ./src (Greenstone specific code for Cantaloupe's src directory)"
16echo " (ii) ./cantaloupe-pom.xml or ./cantaloup.properties"
17echo " (iii) Greenstone's global.properties, log4j.properties, IIIFConfig.xml"
18echo
19echo "then:"
20echo " ./PREPARE-CANTALOUPE.sh"
21
22echo
23echo "Otherwise:"
24echo " ./COMPILE-CANTALOUPE.sh"
25echo
Note: See TracBrowser for help on using the repository browser.