Ignore:
Timestamp:
2008-05-08T12:05:02+12:00 (16 years ago)
Author:
ak19
Message:

Target deploy-localsite warns the user that tomcat is running at the end, instead of stopping it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r15335 r15369  
    779779      <param name="axis.siteuri" value="localsite"/>
    780780    </antcall>
    781     <!--<antcall target="stop-tomcat"/>-->
     781    <echo>The Greenstone server has been started up. If you do not want it running, please type: ant stop.</echo>
    782782  </target>
    783783 
     
    787787  </target>
    788788
    789   <!-- ADDED -->
    790789  <target name="get-undeploy-service-name" unless="axis.undeploy.servicename">
    791790    <input addproperty="axis.undeploy.servicename" defaultvalue="localsite">Please enter the full name of the service you wish to undeploy.
Note: See TracChangeset for help on using the changeset viewer.