Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 5333 invoked from network); 17 Jun 2004 04:58:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Jun 2004 04:58:39 -0000 Received: (qmail 26037 invoked by uid 500); 17 Jun 2004 04:59:11 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 25998 invoked by uid 500); 17 Jun 2004 04:59:10 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 25870 invoked by uid 99); 17 Jun 2004 04:59:09 -0000 Received: from [130.214.10.19] (HELO mx1.try.sybase.com) (130.214.10.19) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 16 Jun 2004 21:59:09 -0700 Received: from mail.try.sybase.com (mail.try.sybase.com [130.214.10.18]) by mx1.try.sybase.com (8.11.6/8.11.0) with ESMTP id i5H3x9202919 for ; Wed, 16 Jun 2004 21:59:09 -0600 Received: from tsws1 ([10.22.120.169]) by mail.try.sybase.com (8.11.6/8.11.6) with SMTP id i5H4a1k28099 for ; Wed, 16 Jun 2004 22:36:01 -0600 Message-ID: <030d01c45427$b6321610$1bb5ea43@sybase.com> From: "Adam R. B. Jack" To: "Gump code and data" References: <20040617025616.59625.qmail@minotaur.apache.org> Subject: Re: cvs commit: gump/python/gump/document/xdocs documenter.py Date: Wed, 16 Jun 2004 22:57:30 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hmm, I meant this to go into the Clean-Up branch not HEAD. [I thought I was doing a healthy merge into my branch, keeping up to date with HEAD, but instead I seemed to blur the two. Eclipse handles CVS so well I fall asleep at the wheel...] I'll attempt to revert it to 1.9, then get back to working in Clean-Up. regards Adam ----- Original Message ----- From: To: Sent: Wednesday, June 16, 2004 8:56 PM Subject: cvs commit: gump/python/gump/document/xdocs documenter.py > ajack 2004/06/16 19:56:16 > > Modified: python/gump/document/xdocs documenter.py > Log: > More optimization... > > Revision Changes Path > 1.10 +2 -1 gump/python/gump/document/xdocs/documenter.py > > Index: documenter.py > =================================================================== > RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -u -r1.9 -r1.10 > --- documenter.py 27 May 2004 21:31:18 -0000 1.9 > +++ documenter.py 17 Jun 2004 02:56:16 -0000 1.10 > @@ -695,7 +695,8 @@ > document=XDocDocument('Gump Build Log', \ > self.resolver.getFile(self.workspace,'buildLog')) > > - self.documentSummary(document, self.workspace.getProjectSummary()) > + if not realTime: > + self.documentSummary(document, self.workspace.getProjectSummary()) > > # > # Modules... > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@gump.apache.org > For additional commands, e-mail: general-help@gump.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org