Index: win_installer/BUILD-InstallerUpdater.txt =================================================================== diff -u -re12510fa85bff190cf262536fc4adf33789aec36 -r962910eaa157b4a569d7c0deed58c7ae9c728293 --- win_installer/BUILD-InstallerUpdater.txt (.../BUILD-InstallerUpdater.txt) (revision e12510fa85bff190cf262536fc4adf33789aec36) +++ win_installer/BUILD-InstallerUpdater.txt (.../BUILD-InstallerUpdater.txt) (revision 962910eaa157b4a569d7c0deed58c7ae9c728293) @@ -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 =================================================================== diff -u -r264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce -r962910eaa157b4a569d7c0deed58c7ae9c728293 --- win_installer/templates/update-deploy-tools.xml (.../update-deploy-tools.xml) (revision 264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce) +++ win_installer/templates/update-deploy-tools.xml (.../update-deploy-tools.xml) (revision 962910eaa157b4a569d7c0deed58c7ae9c728293) @@ -112,13 +112,14 @@ - + + encoding="utf8" + failonerror="false"> Index: win_installer/templates/update_lams_configuration.sql =================================================================== diff -u -r264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce -r962910eaa157b4a569d7c0deed58c7ae9c728293 --- win_installer/templates/update_lams_configuration.sql (.../update_lams_configuration.sql) (revision 264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce) +++ win_installer/templates/update_lams_configuration.sql (.../update_lams_configuration.sql) (revision 962910eaa157b4a569d7c0deed58c7ae9c728293) @@ -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