Changeset 10685
- Timestamp:
- 2005-10-04T17:12:09+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/build.xml
r10680 r10685 217 217 description="Use this when you first checkout the code: 'ant prepare install'. This will do some additional cvs checkouts and downloads, so you need to be online to run this."/> 218 218 219 <target name="install" depends="init,configure ,configure-c++,compile,deploy-localsite"219 <target name="install" depends="init,configure-mysql,configure,configure-c++,compile,deploy-localsite" 220 220 description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare install'."/> 221 221 … … 580 580 581 581 <!-- this is one target that we only want to run once. --> 582 <target name="prepare-mysql" depends="init,init-mysql-vars,install-mysql,start-mysql,setup-mysql,s et-mysql-account-passwords,stop-mysql"/>582 <target name="prepare-mysql" depends="init,init-mysql-vars,install-mysql,start-mysql,setup-mysql,stop-mysql-no-password"/> 583 583 584 584 <target name="init-mysql-vars"> … … 633 633 </target> 634 634 635 <target name="configure-mysql" depends="init,init-mysql-vars,start-mysql,set-mysql-account-passwords,stop-mysql" description="sets up the mysql account passwords"/> 636 635 637 <target name="get-mysql-root-password" depends="init,init-mysql-vars" if="mysql.islocal.usepassword"> 636 638 <condition property="ask.root.password"> … … 1411 1413 <antcall target="unzip-windows-packages"/> 1412 1414 <antcall target="get-windows-binaries"/> 1413 <antcall target="install-mysql"/> 1414 <antcall target="start-mysql"/> 1415 <antcall target="setup-mysql"/> 1416 <antcall target="stop-mysql-no-password"/> 1415 <antcall target="prepare-mysql"/> 1417 1416 <antcall target="prepare-tomcat"/> 1418 1417 <antcall target="configure-tomcat"/> … … 1436 1435 </target> 1437 1436 1438 <target name="install-for-dist" depends="accept-properties,init, start-mysql,set-mysql-account-passwords,stop-mysql,configure,configure-tomcat">1437 <target name="install-for-dist" depends="accept-properties,init,configure-mysql,configure,configure-tomcat"> 1439 1438 1440 1439 </target>
Note:
See TracChangeset
for help on using the changeset viewer.