--Simple proposal for a "production build" for Cocoon-- Create a new file "production.build.properties, and refer to it in a new step 2 in INSTALL.txt:
Proposed changes to "INSTALL.txt": (Insert a new step 2) 2) For a full build skip to step 3 To make a production build without the documentation, samples, scratchpad, or deprecated code simply copy the file "production.build.properties" to "local.build.properties" before going on to step 3. See below if you are rebuilding or wish to further customize the build. (And, of course, renumber the following steps) 3) Build Cocoon by typing "build" or "./build.sh" 4) Run Cocoon by typing "cocoon servlet" or "./cocoon.sh servlet" 5) Open http://localhost:8888/ with your browser Proposed new file "production.build.properties": # ---- Webapp Exclusions ---- exclude.webapp.documentation=true exclude.webapp.javadocs=true exclude.webapp.idldocs=true exclude.webapp.scratchpad=true exclude.webapp.samples=true # ---- Build Exclusions ---- exclude.scratchpad=true exclude.deprecated=true exclude.javadocs=true exclude.idldocs=true How is this for a simple solution? --Tim Larson __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
