Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 51465 invoked from network); 7 Jun 2005 00:27:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2005 00:27:49 -0000 Received: (qmail 2353 invoked by uid 500); 7 Jun 2005 00:27:48 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 2250 invoked by uid 500); 7 Jun 2005 00:27:47 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 2214 invoked by uid 99); 7 Jun 2005 00:27:47 -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; Mon, 06 Jun 2005 17:27:45 -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 j570RW9u026100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 6 Jun 2005 19:27:32 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j570RWpa026053 for user@forrest.apache.org; Mon, 6 Jun 2005 19:27:32 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Tue, 7 Jun 2005 10:27:12 +1000 From: David Crossley To: user@forrest.apache.org Subject: Re: org.apache.forrest.plugin.input.dtdx broken links Message-ID: <20050607002712.GC21846@igg.indexgeo.com.au> References: <42A0A1A4.8070104@mail.portland.co.uk> <42A346EA.3030303@apache.org> <20050606012014.GA20034@igg.indexgeo.com.au> <42A48965.7020807@mail.portland.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42A48965.7020807@mail.portland.co.uk> User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Kevin wrote: > David Crossley wrote: > >Ross Gardler wrote: > > > >>Kevin wrote: > >> > >>>Using 07-dev and building plugin > >>> > >>>org.apache.forrest.plugin.input.dtdx > >>> > >>>forrest site > >>> > >>>Seems to generate a working site but get BROKEN on all dtdx links in > >>>site.xml > >>> > >>>e.g. > >>> > >>>X [0] status-v13.dtdx.html BROKEN: org.cyberneko.dtd.DTDConfiguration > >>> > >>>Link rewriting seems ok any ideas? > >> > >>It works just fine for me with latest SVN, try doing a svn up and > >>"forrest clean site" > > I updated to build 180154. > > It still doesn't give a clean build. I even tried to build the docs: I should have been more explicit. Ross told you only part of the solution. ** If you do 'svn update' then you must clean and re-build core Forrest. ** I will go and make that clear in the http://forrest.apache.org/docs/build.html It is there, just not bold enough ... a use for the xdocs element. Anyway, see below ... > cd site-author > forrest available-plugins > forrest init-plugins > forrest clean site > > ... > X [0] docs/howto-v13.dtdx.html BROKEN: > org.cyberneko.dtd.DTDConfiguration > ... > X [0] docs/document-v20.dtdx.html BROKEN: > org.cyberneko.dtd.DTDConfiguration > ... > X [0] docs/faq-v13.dtdx.html BROKEN: > org.cyberneko.dtd.DTDConfiguration > > >Also when using SVN, after doing 'svn update' you really need to do > >'build clean; build' especially when there are changes to the core > >parts of Forrest. > > Ok is this build.sh to javac all the sources. Where is > org.cyberneko.dtd.DTDConfiguration? Maybe a conflict > with my 1.4 sdk? Anyway I'll try a rebuild. Please do it. Some of the Neko libraries were moved out of main Forrest core and into the plugins. This is another reason for doing the 'cd main; build clean; build' It forces you to clean out the plugins and re-deploy them. --David