Ignore:
Timestamp:
2013-08-12T19:02:05+12:00 (11 years ago)
Author:
ak19
Message:

Need PDFBox for generating the pdfbox MODEL collection too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/gen-model-colls.sh

    r28026 r28027  
    5858
    5959# The program starts here
     60
     61# Need pdfbox for the PDFBox tutorial
     62if [ ! -e ext/pdf-box ]; then
     63    cd ext
     64    if [ ! -e ext/pdf-box-java.tar.gz ]; then
     65    wget http://trac.greenstone.org/export/head/gs2-extensions/pdf-box/trunk/pdf-box-java.tar.gz
     66    tar -xvzf pdf-box-java.tar.gz
     67    fi
     68    cd ..
     69fi
     70
     71
    6072if test -e model-collect; then   
    6173    svn up model-collect
     
    8395find collect -name ".svn" -type d -exec rm -rf {} \;
    8496
     97
    8598# Set up the Greenstone environment for building
    8699source setup.bash
Note: See TracChangeset for help on using the changeset viewer.