From dev-return-84578-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Sat Feb 11 02:29:19 2006 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 24272 invoked from network); 11 Feb 2006 02:29:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Feb 2006 02:29:18 -0000 Received: (qmail 6964 invoked by uid 500); 11 Feb 2006 02:29:15 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 6905 invoked by uid 500); 11 Feb 2006 02:29:14 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 6894 invoked by uid 99); 11 Feb 2006 02:29:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 18:29:14 -0800 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 [165.98.167.227] (HELO ags01.agssa.net) (165.98.167.227) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 18:29:14 -0800 Received: from [10.0.0.7] (apoyo.agssa.net [10.0.0.7]) by ags01.agssa.net (8.13.1/8.13.1) with ESMTP id k1B2Sp8L022285 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 10 Feb 2006 20:28:51 -0600 Message-ID: <43ED4BE3.6080902@agssa.net> Date: Fri, 10 Feb 2006 20:28:51 -0600 From: Antonio Gallardo Organization: AG Software, S. A. User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: regexp References: <20060206022629.1451.qmail@minotaur.apache.org> <43ECEEE0.1060605@reverycodes.com> <1bfb0a3e6ba15ed5a215c8a.20060210142919.enycu.tbref@www.dslextreme.com> <43ED18BD.8070602@gmx.de> <43ED2763.6050909@dslextreme.com> In-Reply-To: <43ED2763.6050909@dslextreme.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (ags01.agssa.net [165.98.167.227]); Fri, 10 Feb 2006 20:28:51 -0600 (CST) Received-SPF: pass (ags01.agssa.net: 10.0.0.7 is whitelisted) receiver=ags01.agssa.net; client-ip=10.0.0.7; helo=[10.0.0.7]; envelope-from=agallardo@agssa.net; x-software=spfmilter 0.93 http://www.acme.com/software/spfmilter/; X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on agssa.net X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on ags01.agssa.net X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,AWL autolearn=ham version=3.0.4 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ralph Goers wrote: > So once all references in our code are gone it can be removed? Maybe not, ie xalan needs regexp. :-S Best Regards, Antonio Gallardo. > > Joerg Heinicke wrote: > >> On 10.02.2006 23:29, Ralph Goers wrote: >> >>> I ran a grep a while ago and found that there was one other place that >>> used Jakarta regexp. I think it was SourceUtil. I did not change >>> that. Jakarta regexp is in the lib/endorsed directory. I have no >>> idea why. I >>> presume some other package we are using requires it. >> >> >> >> It is in the endorsed dir because an older version of it comes with >> the newer Sun JDKs (I think 1.5 and later). So we have the same >> problem as with the XML libs. >> >> Jörg >