Index: lams_build/master-build.xml =================================================================== diff -u -rfc9a2c85435d2ac3908965f1a5300f7ced9856ea -r786c794e0f154c310d935d6621c4896a623bf0ac --- lams_build/master-build.xml (.../master-build.xml) (revision fc9a2c85435d2ac3908965f1a5300f7ced9856ea) +++ lams_build/master-build.xml (.../master-build.xml) (revision 786c794e0f154c310d935d6621c4896a623bf0ac) @@ -15,15 +15,19 @@ usage: this message clean: clean the ear assembly directories - - clean-subprojects: clean sub project build directories - + clean-subprojects: clean sub project build directories build-subprojects: build sub projects assemble-ear: assemble ear structure deploy-ear: copy ear to local jboss server - - copyfiles: copy configuration files to local jboss server - + copyfiles: copy configuration files to local jboss server + ---------------------------------------------------------- + To deploy LAMS: + 1. copyfiles (this only needs to be done once, or when basic configuration the files change) + 2. assemble-ear + 3. manually refresh the project + 4. deploy-ear + Do not try to assemble and deploy in the same run - if you do, + Eclipse may not deploy all of the newly created files.