Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 53268 invoked from network); 8 Jun 2005 23:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2005 23:17:29 -0000 Received: (qmail 23062 invoked by uid 500); 8 Jun 2005 23:17:28 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 22996 invoked by uid 500); 8 Jun 2005 23:17:28 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 22980 invoked by uid 99); 8 Jun 2005 23:17:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from www2.kc.aoindustries.com (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 16:17:26 -0700 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j58NHNHa029031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 8 Jun 2005 18:17:23 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j58NHNW7028971 for dev@forrest.apache.org; Wed, 8 Jun 2005 18:17:23 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Thu, 9 Jun 2005 09:17:14 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: svn commit: r189541 - /forrest/trunk/site-author/status.xml Message-ID: <20050608231714.GA24516@igg.indexgeo.com.au> References: <20050608072943.6417.qmail@minotaur.apache.org> <429D8099.7080300@apache.org> <42A6AAD2.6080100@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42A6AAD2.6080100@apache.org> User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ross Gardler wrote: > Juan Jose Pablos wrote: > >crossley@apache.org wrote: > > > >>Author: crossley > >>Date: Wed Jun 8 00:29:42 2005 > >>New Revision: 189541 > >> > >>URL: http://svn.apache.org/viewcvs?rev=189541&view=rev > >>Log: > >>Add missing @type attribute for one entry. > > > > > >sorry, I was testing jedit for editing status. > > > >Do you think that this attribute should be marked as required? > > yes, it is used in the projectInfo plugin. Yes. The reason that i became aware of it was because it caused an error when generating the site with 'forrest'. It was looking for an image called images/.jpg ... So perhaps there is a stylesheet which just expects the attribute to be present. That is a fine approach when we can rely on the data. --David