Changeset 9068


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

added .in file renaming to install script and moved compiling code to gs3-compile.bat

Location:
trunk/gsdl3
Files:
1 added
1 edited

Legend:

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

    r8883 r9068  
    4747:: Edit the server.xml config file to set the port number
    4848:: **** (SKIPPED) ****
     49
     50:: ---- RENAME THE .IN SCRIPTS (nothing to do to them at the moment) ----
     51ren gs3-launch.bat.in gs3-launch.bat
     52ren gs3-soap-deploy-site.bat.in gs3-soap-deploy-site.bat
    4953
    5054:: ---- SETUP SOAP ----
     
    133137echo Will now compile the code - this may take a while
    134138
    135 :: Make MG and MGPP jar files, and install them
    136 cd %GSDL3HOME%\packages\mg
    137 call winMake compile javaonly
    138 call winMake install javaonly
    139 
    140 cd %GSDL3HOME%\packages\mgpp
    141 call winMake compile javaonly
    142 call winMake install javaonly
    143 
    144 cd %GSDL3HOME%\packages\vishnu
    145 call make.bat
    146 call make.bat install
    147 
    148 cd %GSDL3HOME%
    149 call gs3-setup.bat
    150 call make.bat
    151 call make.bat install
    152 
    153 :: ---- COPY JAR FILES ----
    154 :: Any jar files used by applets need to go into the web\lib directory
    155 cd %GSDL3HOME%
    156 copy lib\java\phind.jar web\lib
    157 copy lib\java\xml-apis.jar web\lib
    158 copy lib\java\xercesImpl.jar web\lib
    159 
     139call gs3-compile.bat
    160140
    161141:: And provide a nice little postscript
Note: See TracChangeset for help on using the changeset viewer.