Changeset 27788


Ignore:
Timestamp:
2013-07-09T14:55:12+12:00 (11 years ago)
Author:
ak19
Message:

Dr Bainbridge suggested th e fix for when the Greenstone 3 home is moved: ant start should depend on configure-tomcat, so that greenstone3.xml is updated with the correct location of gsdl3's new home folder. Tested on Linux (CentOS) and Windows (32 bit Vista).

File:
1 edited

Legend:

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

    r27486 r27788  
    681681  </target>
    682682 
    683   <target name="start" depends="init,configure-web,start-tomcat"
     683  <target name="start" depends="init,configure-tomcat,configure-web,start-tomcat"
    684684    description="Startup the Tomcat server." >
    685685    <echo>${app.name} (${app.version}) server running using Apache Tomcat and Java</echo>
Note: See TracChangeset for help on using the changeset viewer.