Changeset 37314 for main


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

I have removed GLI.jar from webswing ext. So now during install, we need to call install-gli-for-webswing

File:
1 edited

Legend:

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

    r37193 r37314  
    10881088  <!-- 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 -->
    10891089  <!--before configuring build-src, make sure that gnome-lib is compiled up-->
    1090   <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"
     1090  <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,install-webswing-ext,install-gli-for-webswing,setup-for-eclipse"
    10911091    description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'.">
    10921092    <echo>After successful installation, you can turn on https support on Windows and Linux</echo>
     
    27452745  </target>
    27462746
    2747   <target name="configure-webswing-ext" depends="init" >
     2747  <target name="configure-webswing-ext" depends="init" description="Configure the webswing extension (regenerates the config files)">
    27482748    <exec executable="ant.bat" osfamily="windows" dir="${webswing-ext.home}" spawn="false" failonerror="true">
    27492749      <arg value="-Dweb.home=${web.home.unix}"/>
Note: See TracChangeset for help on using the changeset viewer.