Changeset 37525


Ignore:
Timestamp:
2023-03-16T22:59:43+13:00 (14 months ago)
Author:
davidb
Message:

Changes after developing and testing selfcontained-ant

Location:
main/trunk/greenstone3/ext-cli
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/ext-cli/get-selfcontained-jdk.bat

    r37510 r37525  
    3131    if %ERRORLEVEL% NEQ 0 (   
    3232    echo Error encountered running: 1>&2
    33     echo     cd $selfcon_ext && ./PREPARE-${OS_ALLCAPS}.sh 1>&2
     33    echo     cd $selfcon_ext && .\PREPARE-${OS_ALLCAPS}.bat 1>&2
    3434    exit 1
    3535    )
     
    3737) else (
    3838    echo Detected directory '%installed_dir%'
    39     echo =^> Taken to mean that the %selfcon_ext%/PREPARE-%OS_ALLCAPS%.sh command has already been run
     39    echo =^> Taken to mean that the %selfcon_ext%/PREPARE-%OS_ALLCAPS%.bat command has already been run
    4040)
    4141
     
    4949    echo.
    5050    echo Detected JAVA_HOME set to \%CD\%/%installed_dir%
    51     echo =^> Taken to mean that the %selfcon_ext% SETUP.sh file has been sourced
     51    echo =^> Taken to mean that the %selfcon_ext% SETUP.bat file has been sourced
    5252)
    5353
  • main/trunk/greenstone3/ext-cli/get-subversion-windows-64bit.bat

    r37511 r37525  
    2727)
    2828
     29endlocal
Note: See TracChangeset for help on using the changeset viewer.