Changeset 10742
- Timestamp:
- 2005-10-20T14:10:59+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/build.xml
r10735 r10742 658 658 </or> 659 659 </condition> 660 <getuserandpassword message="Please specify thepassword for the root mysql user: this is to secure your database." if="ask.root.password" username="root" pwordproperty="mysql.root.password"/>661 </target> 662 660 <getuserandpassword message="Please specify a password for the root mysql user: this is to secure your database." if="ask.root.password" username="root" pwordproperty="mysql.root.password"/> 661 </target> 662 663 663 <target name="get-mysql-gsdl3-passwords" depends="init,init-mysql-vars" if="mysql.islocal.usepassword"> 664 664 <condition property="ask.admin.password"> … … 867 867 </or> 868 868 </condition> 869 <getuserandpassword message="Please specify the password for the root mysql user: this is to secure your database." if="ask.root.password" username="root" pwordproperty="mysql.root.password"/>869 <getuserandpassword message="Please enter the mysql root password:" if="ask.root.password" username="root" pwordproperty="mysql.root.password"/> 870 870 <!-- on windows it doesn't work unless the password is specified here --> 871 871 <exec executable="${mysql.home}/bin/mysqladmin" dir="${mysql.home}"
Note:
See TracChangeset
for help on using the changeset viewer.