Changeset 5026


Ignore:
Timestamp:
2003-07-25T14:29:06+12:00 (21 years ago)
Author:
mdewsnip
Message:

Added check for the script being run in the directory it lives in.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/document.bat

    r5021 r5026  
    33
    44::  -------- Generate documentation for the Greenstone Librarian Interface --------
     5
     6:: This script must be run from within the directory in which it lives
     7if exist document.bat goto findJavadoc
     8    echo This script must be run from the directory in which it resides.
     9    goto exit
     10
    511
    612:findJavadoc
  • trunk/gli/makegli.bat

    r5021 r5026  
    33
    44::  -------- Compile the Greenstone Librarian Interface --------
     5
     6:: This script must be run from within the directory in which it lives
     7if exist makegli.bat goto findJavac
     8    echo This script must be run from the directory in which it resides.
     9    goto exit
     10
    511
    612:findJavac
Note: See TracChangeset for help on using the changeset viewer.