Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 69960 invoked from network); 21 Oct 2003 17:20:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Oct 2003 17:20:48 -0000 Received: (qmail 92383 invoked by uid 500); 21 Oct 2003 17:20:40 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 92296 invoked by uid 500); 21 Oct 2003 17:20:39 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 92260 invoked from network); 21 Oct 2003 17:20:39 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 21 Oct 2003 17:20:39 -0000 Received: (qmail 69954 invoked by uid 1464); 21 Oct 2003 17:20:47 -0000 Date: 21 Oct 2003 17:20:47 -0000 Message-ID: <20031021172047.69953.qmail@minotaur.apache.org> From: nicolaken@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/core forrest.build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nicolaken 2003/10/21 10:20:46 Modified: src/core forrest.build.xml Log: Make a single webapp in the project build dir, instead of using build/tmp/context and then copying to build/webapp. Revision Changes Path 1.4 +63 -69 xml-forrest/src/core/forrest.build.xml Index: forrest.build.xml =================================================================== RCS file: /home/cvs/xml-forrest/src/core/forrest.build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- forrest.build.xml 21 Oct 2003 11:39:11 -0000 1.3 +++ forrest.build.xml 21 Oct 2003 17:20:46 -0000 1.4 @@ -65,17 +65,16 @@ - - - - - - - - - - - + + + + + + + + + + @@ -272,9 +271,9 @@ | //temp dir to throw stuff in (i.e. work and ctxt) | project.temp-dir = ${project.temp-dir} | //temp working directory for generation process - | project.work-dir = ${project.work-dir} + | project.cocoon-work-dir = ${project.cocoon-work-dir} | //temp context directory for generation process - | project.ctxt-dir = ${project.ctxt-dir} + | project.webapp = ${project.webapp} | //debuglevel for logging (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) | project.debuglevel = ${project.debuglevel} | //file for list of broken links @@ -298,8 +297,8 @@ - - + + @@ -324,12 +323,12 @@ Fills the Cocoon context dir to work in with the forrest-predefines. param: name of the skin to use ${project.skin} (now) - param: location to make temporary context-dir ${project.ctxt-dir} + param: location to make temporary context-dir ${project.webapp} =============================================================== --> - - ____________________________________ - Using skin ${project.skin} - ____________________________________ + + ____________________________________ + Using skin ${project.skin} + ____________________________________ @@ -357,7 +356,7 @@ - + @@ -368,7 +367,7 @@ - + @@ -378,10 +377,10 @@ - + - + @@ -389,8 +388,8 @@ - - + + @@ -401,7 +400,7 @@ with siteplan: based on that plan; should allow more different parts) param: location to find the content ${content-dir}(now) param: location to find project descriptors == ${project.home} - param: location to make temporary context-dir ${project.ctxt-dir} + param: location to make temporary context-dir ${project.webapp} =============================================================== --> - - @@ -425,14 +424,14 @@ - + - + @@ -441,13 +440,13 @@ - + - + @@ -457,21 +456,21 @@ - - - @@ -479,7 +478,7 @@ - @@ -488,26 +487,26 @@ - - - + - + @@ -516,16 +515,16 @@ - + - + @@ -543,7 +542,7 @@ with siteplan: e.g. sitemap and catalog) param: name of the skin to use ${project.skin} (now) param: location to find the content ${content-dir}(now) - param: location to make temporary context-dir ${project.ctxt-dir} + param: location to make temporary context-dir ${project.webapp} =============================================================== --> @@ -594,19 +593,19 @@ Makes the site. param: name of the skin to use ${project.skin} (now) param: location to find the content ${content-dir}(now) - param: location to make temporary context-dir ${project.ctxt-dir} - param: location to make temporary work-dir ${content-dir} + param: location to make temporary context-dir ${project.webapp} + param: location to make temporary cocoon-work-dir ${content-dir} param: debuglevel for logging ${project.debuglevel} param: location of log-file ${project.logkitfile} =============================================================== --> - - - + + - + - + - + @@ -702,7 +701,7 @@ =============================================================== --> @@ -737,11 +736,6 @@ - - - - - @@ -1060,9 +1054,9 @@ depends="init-props, skin-unavailable, fetch-skins-descriptor" description="What skins are available?"> - + @@ -1126,13 +1120,13 @@ if = "skin.unavailable" depends="init-props, fetch-skins-descriptor"> - +