Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 89143 invoked from network); 2 Apr 2004 18:31:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 18:31:28 -0000 Received: (qmail 21370 invoked by uid 500); 2 Apr 2004 18:31:16 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 21339 invoked by uid 500); 2 Apr 2004 18:31:16 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 21325 invoked from network); 2 Apr 2004 18:31:16 -0000 Received: from unknown (HELO mail.wrinkledog.com) (65.243.176.122) by daedalus.apache.org with SMTP; 2 Apr 2004 18:31:16 -0000 Received: (qmail 6306 invoked from network); 2 Apr 2004 18:33:59 -0000 Received: from c-67-171-181-164.client.comcast.net (HELO ?192.168.0.3?) (ml@67.171.181.164) by mail.wrinkledog.com with SMTP; 2 Apr 2004 18:33:59 -0000 Mime-Version: 1.0 (Apple Message framework v609) In-Reply-To: <20040402181050.GN20141@keow.org> References: <1E0CC447E59C974CA5C7160D2A2854EC02FECD13@SJMEMXMB04.stjude.sjcrh.local> <20040402181050.GN20141@keow.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Mark Lundquist Subject: Re: excluding unstable blocks by default Date: Fri, 2 Apr 2004 10:31:17 -0800 To: dev@cocoon.apache.org X-Mailer: Apple Mail (2.609) 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 On Apr 2, 2004, at 10:10 AM, Tim Larson wrote: > On Fri, Apr 02, 2004 at 11:45:56AM -0600, Hunsberger, Peter wrote: >> Tim Larson writes: >> >> Aren't you always going to need the core? Don't think you should even >> have to specify it at all (it would always be included)... > > You always need it, but you do not need to build it every time. > For example, after a "cvs co -d" I do a full build of cocoon, > but for each build after that I use local.* files to cause only > cforms to be rebuilt, thus preventing ant from having to evaluate > the other parts of Cocoon only to find out what I already knew, > they did not need to be rebuilt. ...saving a total of, maybe 5 seconds? :-) ~ ml