Changeset 36538


Ignore:
Timestamp:
2022-08-30T17:27:41+12:00 (20 months ago)
Author:
davidb
Message:

Adding in install target for webswing

File:
1 edited

Legend:

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

    r36534 r36538  
    10861086  <!-- install-common-src and install-collection-building are mutually exclusive and either one or the other will be done depending on whether collection building is enabled or not -->
    10871087  <!--before configuring build-src, make sure that gnome-lib is compiled up-->
    1088   <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,setup-for-eclipse"
     1088  <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,install-webswing-ext,setup-for-eclipse"
    10891089    description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'.">
    10901090    <echo>After successful installation, you can turn on https support on Windows and Linux by editing</echo>
     
    17351735  </target>
    17361736
     1737  <target name="install-webswing-ext" depends="init" >
     1738    <exec executable="ant.bat" osfamily="windows" dir="${webswing-ext.home}" spawn="false" failonerror="true">
     1739      <arg value="add-extension"/>
     1740    </exec>
     1741    <exec executable="ant" os="${os.unix}" dir="${webswing-ext.home}" spawn="false" failonerror="true">
     1742      <arg value="add-extension"/>
     1743    </exec>
     1744  </target> 
    17371745 
    17381746  <!-- Until 64 bit Linux and Mac (Lion) machines can generate a working IsisGdl,
Note: See TracChangeset for help on using the changeset viewer.