Changeset 37315


Ignore:
Timestamp:
2023-02-13T14:45:29+13:00 (15 months ago)
Author:
kjdon
Message:

passing in gsdlos now, using env.GSDLOS, so needs to run the needs-gs3-setup target first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r37314 r37315  
    786786    <echo>env.PATH     : ${env.PATH}</echo>
    787787    <!-- Windows can be case sensitive about env.PATH, preferring env.Path. See https://ant.apache.org/manual/Tasks/property.html  -->
    788     <echo>env.Path     : ${env.Path}</echo>       
     788    <echo>env.Path     : ${env.Path}</echo>
     789    <echo>env.GSDLOS   : ${env.GSDLOS}</echo>
    789790  </target>
    790791
     
    27452746  </target>
    27462747
    2747   <target name="configure-webswing-ext" depends="init" description="Configure the webswing extension (regenerates the config files)">
     2748  <target name="configure-webswing-ext" depends="needs-gs3-setup,init" description="Configure the webswing extension (regenerates the config files)">
    27482749    <exec executable="ant.bat" osfamily="windows" dir="${webswing-ext.home}" spawn="false" failonerror="true">
    27492750      <arg value="-Dweb.home=${web.home.unix}"/>
    27502751      <arg value="-Dweb.writablehome=${web.writablehome.unix}"/>
     2752      <arg value="-Dgsdlos=${env.GSDLOS}"/>
    27512753      <arg value="configure-extension"/>
    27522754    </exec>
     
    27542756      <arg value="-Dweb.home=${web.home}"/>
    27552757      <arg value="-Dweb.writablehome=${web.writablehome}"/>
     2758      <arg value="-Dgsdlos=${env.GSDLOS}"/>
    27562759      <arg value="configure-extension"/>
    27572760    </exec>
Note: See TracChangeset for help on using the changeset viewer.