Changeset 32425


Ignore:
Timestamp:
2018-09-03T19:11:20+12:00 (6 years ago)
Author:
ak19
Message:

Forgot to do what Dr bainbridge had asked for: breadcrumb after ant install to indicate they can run ant setup-https-cert. Running that target will list the prerequisites.

File:
1 edited

Legend:

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

    r32424 r32425  
    924924  <!--before configuring build-src, make sure that gnome-lib is compiled up-->
    925925  <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,setup-for-eclipse,get-isisgdl"
    926     description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'."/>
     926    description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'.">
     927    <echo>
     928        After successful compilation, you can turn on https support on Windows and Linux (requires sudo/admin permissions)
     929        by editing build.properties and running 'ant setup-https-cert'.
     930    </echo>
     931  </target>
    927932
    928933  <target name="install-common-src" depends="init"
Note: See TracChangeset for help on using the changeset viewer.