Changeset 6458


Ignore:
Timestamp:
2004-01-12T16:32:13+13:00 (20 years ago)
Author:
kjdon
Message:

now unpacks the soap stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-prepare.sh

    r6433 r6458  
    33#check that GSDL3HOME is set
    44if test -z "$GSDL3HOME" ; then
    5   echo "You need to 'source gs3-setup.sh' before running the install script"
     5  echo "You need to 'source gs3-setup.sh' before running this script"
    66 exit;
    77fi
     
    2121tar xzf tomcat-4.1.24.tar.gz
    2222mv jakarta-tomcat-4.1.24 tomcat
     23cd $GSDL3HOME
     24
     25# unpack the soap stuff
     26cd comms/soap
     27tar xzf soap-bin-2.2.tar.gz
     28mv soap-2_2 soap
    2329cd $GSDL3HOME
    2430
Note: See TracChangeset for help on using the changeset viewer.