Index: win_installer/BUILD-InstallerUpdater.txt =================================================================== RCS file: /usr/local/cvsroot/win_installer/BUILD-InstallerUpdater.txt,v diff -u -r1.2 -r1.3 --- win_installer/BUILD-InstallerUpdater.txt 27 Feb 2007 02:26:58 -0000 1.2 +++ win_installer/BUILD-InstallerUpdater.txt 2 Mar 2007 00:35:19 -0000 1.3 @@ -13,10 +13,9 @@ to comply with the new updater 2. Do a build of LAMS, an extra ant task is needed for the updater. If using an alternate location for JBOSS_HOME, specify at the top of language-pack.nsi. - You will need to follow this order of ant tasks: + YOU WILL NEED TO FOLLOW THIS ORDER OF TASKS INSTEAD OF THE NORMAL BUILD: rebuild-db - assemble-ear deploy-ear-updater deploy-ear deploy-tools Index: win_installer/templates/update-deploy-tools.xml =================================================================== RCS file: /usr/local/cvsroot/win_installer/templates/Attic/update-deploy-tools.xml,v diff -u -r1.2 -r1.3 --- win_installer/templates/update-deploy-tools.xml 1 Mar 2007 05:15:25 -0000 1.2 +++ win_installer/templates/update-deploy-tools.xml 2 Mar 2007 00:35:19 -0000 1.3 @@ -112,13 +112,14 @@ - + + encoding="utf8" + failonerror="false"> Index: win_installer/templates/update_lams_configuration.sql =================================================================== RCS file: /usr/local/cvsroot/win_installer/templates/Attic/update_lams_configuration.sql,v diff -u -r1.5 -r1.6 --- win_installer/templates/update_lams_configuration.sql 1 Mar 2007 05:15:25 -0000 1.5 +++ win_installer/templates/update_lams_configuration.sql 2 Mar 2007 00:35:19 -0000 1.6 @@ -12,8 +12,7 @@ update lams_configuration set config_value='@WILDFIRE_PASS@' where config_key='XmppPassword'; update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where user_id=1; update lams_user set locale_id=(select locale_id from lams_supported_locale where language_iso_code=(SELECT SUBSTRING_INDEX('@LOCALE@', '_', 1)) and country_iso_code=(SELECT SUBSTRING_INDEX('@LOCALE@', '_', -1))) where user_id=1; -update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test'; -update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test1'; -update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test2'; -update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test3'; -update lams_user set login='@LAMS_USER@', password=sha1('@LAMS_PASS@') where login='test4'; \ No newline at end of file +update lams_user set password=sha1('@LAMS_PASS@') where login='test1'; +update lams_user set password=sha1('@LAMS_PASS@') where login='test2'; +update lams_user set password=sha1('@LAMS_PASS@') where login='test3'; +update lams_user set password=sha1('@LAMS_PASS@') where login='test4'; \ No newline at end of file