From dev-return-70208-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Wed Jan 12 10:07:24 2005 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 20572 invoked from network); 12 Jan 2005 10:07:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 10:07:23 -0000 Received: (qmail 13510 invoked by uid 500); 12 Jan 2005 10:07:22 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 12977 invoked by uid 500); 12 Jan 2005 10:07:20 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 12962 invoked by uid 99); 12 Jan 2005 10:07:20 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from garuda-95.cablenet.com.ni (HELO ags01.agsoftware.dnsalias.com) (165.98.147.95) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 12 Jan 2005 02:07:19 -0800 Received: from ags01.agsoftware.dnsalias.com (localhost.localdomain [127.0.0.1]) by ags01.agsoftware.dnsalias.com (8.12.11/8.12.10) with ESMTP id j0CA7E4s023146 for ; Wed, 12 Jan 2005 04:07:14 -0600 Received: (from apache@localhost) by ags01.agsoftware.dnsalias.com (8.12.11/8.12.11/Submit) id j0CA79gJ023145; Wed, 12 Jan 2005 04:07:09 -0600 X-Authentication-Warning: ags01.agsoftware.dnsalias.com: apache set sender to agallardo@agssa.net using -f Received: from 10.0.0.5 (SquirrelMail authenticated user agallardo); by www.agssa.net with HTTP; Wed, 12 Jan 2005 04:07:09 -0600 (CST) Message-ID: <36361.10.0.0.5.1105524429.squirrel@www.agssa.net> In-Reply-To: <20050112093528.GA6607@igg.indexgeo.com.au> References: <90a75eb1050111085571e05f04@mail.gmail.com> <35555.10.0.0.5.1105503942.squirrel@www.agssa.net> <20050112053538.GB6120@igg.indexgeo.com.au> <35935.10.0.0.5.1105508927.squirrel@www.agssa.net> <20050112055731.GB6213@igg.indexgeo.com.au> <41E4C819.2000404@dslextreme.com> <20050112072704.GA6401@igg.indexgeo.com.au> <36135.10.0.0.5.1105515766.squirrel@www.agssa.net> <20050112093528.GA6607@igg.indexgeo.com.au> Date: Wed, 12 Jan 2005 04:07:09 -0600 (CST) Subject: Re: trunk build broken (Was: how to list all sitemap components) From: "Antonio Gallardo" To: dev@cocoon.apache.org User-Agent: SquirrelMail/1.4.3a-6.FC2 X-Mailer: SquirrelMail/1.4.3a-6.FC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi David: 4:00 a.m. here! :-( I guess I found and fixed the source error. (Am I telling the same again? - lol.). I did some System.out of the process (included in the commit). Made a workaround "hack" and I will commit. The hack works. :-D I guess the trouble is made by 1 of this 2 posibilities: 1-While we generate blocks docs qdox has no info of the cocoon core libs. qdox is not able to know where is o.a.c.transformation.Tranformer or inherancy as: HTMLGenerator isA ServiceableGenerator isA AbstractGenerator isA Generator 2-A qdox bug in isA()? To me it is a lesser posibility. I checked in the qdox JIRA and nothing similar is there: http://jira.codehaus.org/browse/QDOX WDYT? BTW, is not funy to wait 7 minuts to see the results of a small change and see if this is working. :-( If the "hack" is OK, please copy paste back to 2.1. I am too tired to do that now. ;-) A posible solution is try to generate core + blocks docs in 1 run. That way "the current hack" can be gone. Currently, seems like we need 2 runs. I am not sure why we need 2 runs at all. Now I am getting again in RequestAttributeGenerator (from scratchpad?): [Fatal Error] include-transformer.xml:1:896: The entity name must immediately follow the '&' in the entity reference. Anyway, the hack shows how this can be fixed too. :-D I hope this helps. Best Regards, Antonio Gallardo