Ignore:
Timestamp:
2008-03-06T14:08:49+13:00 (16 years ago)
Author:
oranfry
Message:

lots of work on wirk3

Location:
release-kits/wirk3/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/installer/antinstall-config.xml

    r15023 r15053  
    4545        <comment displayText="Please select the ports which the web server (Apache Tomcat) will use  will use. It is usually safe to accept the defaults by just clicking Next. The exception is when you are running other services on these ports - if this is the case, select some free ports and click Next."/>
    4646
     47        <text property="tomcat.server" defaultValue="localhost" displayText="Tomcat Server"/>
    4748        <text property="tomcat.port" defaultValue="8080" displayText="Tomcat Port"/>
    4849        <text property="tomcat.shutdown.port" defaultValue="8005" displayText="Tomcat Shutdown Port"/>
  • release-kits/wirk3/installer/build.xml

    r15023 r15053  
    2424        <echo>antinstaller.jar: ${antinstaller.jar}</echo>
    2525        <mkdir dir="${installDir}"/>
    26 
    2726
    2827        <!-- install binaries  -->
     
    106105        <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="(.*)@gsdl3home@(.*)" replacement="$1${installDir}/web$2" />
    107106
    108         <!-- in the gs3-setup.sh file, set ANT_HOME and put it in PATH -->
     107        <!-- get the found JRE_HOME -->
     108        <exec executable="cmd" dir="${installDir}" outputproperty="backup.jre.home"><arg line="/C launch-installer.exe -find"/></exec>
     109               
     110        <!-- in the gs3-setup.sh file, set ANT_HOME and put it in PATH, and set the fallback JRE_HOME -->
    109111        <echo>In the gs3-setup.sh file, set ANT_HOME and put it in PATH</echo>
    110         <exec executable="cmd" output="${installDir}/gs3-setup.sh" append="true">
    111             <arg
    112             line="/C echo set ANT_HOME=${installDir}/packages/ant
    113 set PATH=%ANT_HOME%/bin:%PATH%"/>
    114         </exec>
     112        <exec executable="cmd" output="${installDir}/machine.bat" append="true"><arg line="/C echo set ANT_HOME=${installDir}/packages/ant"/></exec>
     113        <exec executable="cmd" output="${installDir}/machine.bat" append="true"><arg line="/C echo set PATH=\%ANT_HOME\%/bin:\%PATH\%"/></exec>
     114        <exec executable="cmd" output="${installDir}/machine.bat" append="true"><arg line="/C echo set BACKUP_JRE_HOME=${backup.jre.home}"/></exec>
    115115
    116116        <!-- delete unneeded files -->     
Note: See TracChangeset for help on using the changeset viewer.