Ignore:
Timestamp:
2019-03-10T17:36:54+13:00 (5 years ago)
Author:
davidb
Message:

Some adjustments after testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/iiif-servlet/trunk/src/PREPARE-GSDL-AND-COMPILE-CORE.sh

    r32888 r32889  
    11#!/bin/bash
     2
     3# First Cantaloupe checks
     4if [ ! -d packages/cantaloupe-4.0.2 ] ; then
     5    cd packages/
     6    tar xvzf cantaloupe-4.0.2.tar.gz
     7    cd ..
     8fi
     9
     10if [ ! -d packages/cantaloupe-4.0.2/src/main/webapp/WEB-INF/lib ] ; then
     11    echo "Creating directory: packages/cantaloupe-4.0.2/src/main/webapp/WEB-INF/lib"
     12    mkdir "packages/cantaloupe-4.0.2/src/main/webapp/WEB-INF/lib"
     13fi
     14
     15# Now move on to getting Greenstone prepared
    216
    317echo "Running rsync update on gsdl-src/java"
     
    620echo "Running 'ant compile-core'"
    721pushd ../../ && ant compile-core && popd
    8 
    9 if [ ! -d packages/cantaloupe-4.0.2 ] ; then
    10     cd packages/
    11     tar xvzf cantaloupe-4.0.2.tar.gz
    12     cd ..
    13 fi
    1422
    1523echo "Copying gsdl3.jar and gutil.jar to Cantaloupe's webapps/WEB-INF/lib/ directory"
Note: See TracChangeset for help on using the changeset viewer.