Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 34620 invoked from network); 18 Oct 2003 11:12:30 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Oct 2003 11:12:30 -0000 Received: (qmail 83305 invoked by uid 500); 18 Oct 2003 11:12:28 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 83264 invoked by uid 500); 18 Oct 2003 11:12:27 -0000 Mailing-List: contact forrest-dev-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-dev@xml.apache.org Received: (qmail 83253 invoked from network); 18 Oct 2003 11:12:27 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 18 Oct 2003 11:12:27 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAp0U-0001e4-00 for ; Sat, 18 Oct 2003 13:12:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: forrest-dev@xml.apache.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAp0T-0001dw-00 for ; Sat, 18 Oct 2003 13:12:25 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAp0T-0004K2-00 for ; Sat, 18 Oct 2003 13:12:25 +0200 From: Nicola Ken Barozzi Subject: New Forrest CVS layout Date: Sat, 18 Oct 2003 13:09:46 +0200 Lines: 89 Message-ID: Reply-To: nicolaken@apache.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en Sender: news 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 After my first mail about removing the need to build forrest, many things have changed in CVS, so I gather that it's better to ask here before doing the last set of moves. Basically what I want to do is to make the Forrest CVS look as similar as possible to the final Forrest build distro. My attention is in the src/** set of dirs. Current: src/ documentation/** java/** scratchpad/** resources/** Proposal based on Jeff's last counterproposal: scratchpad/ java/** src/ default-forrest.properties (from forrest-shbat) forrest.antproxy.xml (from forrest-shbat) forrest.build.xml (from forrest-shbat) documentation/** java/** bin/** (from forrest-shbat) tasks/ (from forrest-shbat) var/ (from forrest-shbat) resources/** webapp/ [make a webapp context using: src/resources/conf src/resources/convert src/resources/grammars src/resources/schema src/resources/skins src/resources/stylesheets ] forrestbar/** forrestbot2/** fresh-site/** There is an alternative solution, that seems better and cleaner to me: - all extra stuff, with also the old layouts and charts, goes here - etc/** (add stuff remaining in resources/**) - the scratchpad can hold anything, better to put it as src/ - scratchpad/ java/** - the dirs in here are about global docs, and each Forrest codeline- src/ documentation/** forrestbar/** forrestbot(2)/** forrest/ - this resembles the main forrest distro except for the java/** that has to be compiled - default-forrest.properties (from forrest-shbat) forrest.antproxy.xml (from forrest-shbat) forrest.build.xml (from forrest-shbat) java/** bin/** (from forrest-shbat) tasks/ (from forrest-shbat) var/ (from forrest-shbat) webapp/ [make a webapp context using: src/resources/conf src/resources/convert src/resources/grammars src/resources/schema src/resources/skins src/resources/stylesheets ] fresh-site/** I would like to go with this second layout. Objections? Suggestions? -- Nicola Ken Barozzi nicolaken@apache.org - verba volant, scripta manent - (discussions get forgotten, just code remains) ---------------------------------------------------------------------