Index: lams_build/master-build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/Attic/master-build.xml,v diff -u -r1.4 -r1.5 --- lams_build/master-build.xml 25 May 2005 11:25:15 -0000 1.4 +++ lams_build/master-build.xml 30 May 2005 10:43:06 -0000 1.5 @@ -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.