Changeset 9069


Ignore:
Timestamp:
2005-02-17T10:31:33+13:00 (19 years ago)
Author:
kjdon
Message:

removed the rename commands added last time - they were already there but not working. added a couple of cd %GSDL3HOME% to get to the right place before calling stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-install.bat

    r9068 r9069  
    4848:: **** (SKIPPED) ****
    4949
    50 :: ---- RENAME THE .IN SCRIPTS (nothing to do to them at the moment) ----
    51 ren gs3-launch.bat.in gs3-launch.bat
    52 ren gs3-soap-deploy-site.bat.in gs3-soap-deploy-site.bat
    53 
    5450:: ---- SETUP SOAP ----
    5551cd %GSDL3HOME%\comms\soap
     
    9187:: ---- GSDL3 SCRIPTS ----
    9288:: We also edit the GSDL3 launching script and the SOAP deployment script
     89cd %GSDL3HOME%
    9390copy gs3-launch.bat.in gs3-launch.bat
    9491copy gs3-soap-deploy-site.bat.in gs3-soap-deploy-site.bat
     
    136133:: ---- COMPILATION ----
    137134echo Will now compile the code - this may take a while
    138 
     135cd %GSDL3HOME%
    139136call gs3-compile.bat
    140137
Note: See TracChangeset for help on using the changeset viewer.