Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 42018 invoked from network); 12 Aug 2005 16:28:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2005 16:28:35 -0000 Received: (qmail 66603 invoked by uid 500); 12 Aug 2005 16:28:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 66547 invoked by uid 500); 12 Aug 2005 16:28:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 66533 invoked by uid 99); 12 Aug 2005 16:28:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2005 09:28:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.126.233.10] (HELO artis.ef.pt) (193.126.233.10) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2005 09:28:52 -0700 Received: from fidel.intranet.ef.pt ([192.168.0.254]) by artis.ef.pt (8.12.11/8.12.11) with SMTP id j7CGSIsK002176; Fri, 12 Aug 2005 17:28:18 +0100 Received: from furious (furious.intranet.ef.pt [192.168.42.137]) by fidel.intranet.ef.pt (8.12.11/8.12.11) with ESMTP id j7CGSFJv027232; Fri, 12 Aug 2005 17:28:15 +0100 Message-Id: <200508121628.j7CGSFJv027232@fidel.intranet.ef.pt> From: "Diogo Quintela \(EF\)" To: "'Jakarta Commons Developers List'" Subject: RE: [jelly] Jelly Builds Date: Fri, 12 Aug 2005 17:28:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWemOe7HduKk46kR1KHJoAd4mgboQAvWm6w In-Reply-To: <1ca36ec200799ac1cc21612a2c70a427@activemath.org> X-fidel-MailScanner-Information: Please contact the ISP for more information X-fidel-MailScanner: Found to be clean X-fidel-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.073, required 6, AWL 0.07) X-MailScanner-From: diogo.quintela@ef.pt X-artis-MailScanner-Information: Please contact the ISP for more information X-artis-MailScanner: Found to be clean X-artis-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.3, required 6, BAYES_10 -4.70, FORGED_MUA_OUTLOOK 2.17, IN_REP_TO -0.37, MISSING_OUTLOOK_NAME 0.00, QUOTED_EMAIL_TEXT -0.38) X-artis-MailScanner-From: diogo.quintela@ef.pt X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Now... before I create another snapshot I'd like to clear first the > things with respect to tag caching. > > Currently, if tag-caching defaults to true... all the tests except > TestUnexpectedTagCaching succeed. > If it defaults to false many fail. > > I'd like to make a snapshot and commit with default caching activated > and with TestUnexpectedTagCaching commented out. +1 with you. Do that at will. So far I don't have build problems either. Btw, ElementTag has some small problems XMLOutput newOutput = new XMLOutput(output) { ... } Should include public void startPrefixMapping(String prefix, String uri) throws SAXException { initialize(); super. startPrefixMapping (prefix, uri); } as startPrefixMapping is automatically called inside startElement... And could also (to work with ... public void comment(char ch[], int start, int length) throws SAXException { initialize(); super. comment (ch, start, length); } What do you think ...(eh) Diogo > > What do you think ? > > paul > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org