Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 50481 invoked by uid 500); 27 Aug 2002 06:18:02 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 50472 invoked from network); 27 Aug 2002 06:18:01 -0000 Received: from www2.kc.aoindustries.com (209.15.201.84) by daedalus.apache.org with SMTP; 27 Aug 2002 06:18:01 -0000 Received: from ROSINANTE (otsrv1.iic.rug.ac.be [157.193.121.51]) by www2.kc.aoindustries.com (8.11.6/8.11.0) with SMTP id g7R6ICL25598; Tue, 27 Aug 2002 01:18:12 -0500 From: "Marc Portier" To: , Subject: RE: [wip][update] build refactoring - first use possible Date: Tue, 27 Aug 2002 08:18:12 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3D67C56F.40701@apache.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: Nicola, tested. this works fine. recompiled (using jdk 1.3) the cocoon.jar and modified the forrest.build.xml to exploit the mentioned features. Note: don't forget to ./build.sh clean to get rid of the old cocoon*.jar in ./build/ subdirs. One remark though: - brokenlink.txt would be even more meaningfull as a site-debugging tool if it would also list the xml file (at least the current URI of html) that was holding the broken link :-( -marc= > -----Original Message----- > From: Nicola Ken Barozzi [mailto:nicolaken@apache.org] > Sent: zaterdag 24 augustus 2002 19:42 > To: forrest-dev@xml.apache.org > Subject: Re: [wip][update] build refactoring - first > use possible > > > > Nicola Ken Barozzi wrote: > > > > > > Marc Portier wrote: > > ... (btw we should asap stop to tolerate > > > >> [broken-link]s in our output, when nicola comes to write the > >> task to replace the cocoon CLI, then > generating a clear > >> output-log of broken link to-froms should be a definate > >> requirement from my part > > > > > > There is no need for a forrest tag for it... I have > just seen where it > > happens in code and will patch it as soon as I get > back home this evening. > > Ok, so while I was at it I also did other tweaks and > now I've committed > the changes :-) > > Which means that the -V (verbose) option on the > commandline now shows > more compact info and best of all Cocoon doesn't choke > anymore on broken > links!!! :-D > > Instead it creates an error page @ the same location > where the broken > linked page should be. > > Next step is to make it not regen pages that have not changed. > > If someone wants to commit it in Forrest, it's in the > C1 branch. > Please also add the other options that are specified > in the Cocoon > build.xml file (-V and the broken links result page). >