Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 93776 invoked from network); 6 Jun 2005 17:33:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 17:33:08 -0000 Received: (qmail 56734 invoked by uid 500); 6 Jun 2005 17:33:07 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 56691 invoked by uid 500); 6 Jun 2005 17:33:07 -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 56657 invoked by uid 99); 6 Jun 2005 17:33:06 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from anchor-post-32.mail.demon.net (HELO anchor-post-32.mail.demon.net) (194.217.242.90) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 10:33:05 -0700 Received: from kegcl.demon.co.uk ([194.222.194.80]) by anchor-post-32.mail.demon.net with esmtp (Exim 4.42) id 1DfLSw-000DTV-76 for user@forrest.apache.org; Mon, 06 Jun 2005 17:32:46 +0000 Message-ID: <42A48965.7020807@mail.portland.co.uk> Date: Mon, 06 Jun 2005 18:35:33 +0100 From: Kevin User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: org.apache.forrest.plugin.input.dtdx broken links References: <42A0A1A4.8070104@mail.portland.co.uk> <42A346EA.3030303@apache.org> <20050606012014.GA20034@igg.indexgeo.com.au> In-Reply-To: <20050606012014.GA20034@igg.indexgeo.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: 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. > > --David 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. Kevin