Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 49218 invoked by uid 500); 15 Oct 2001 22:52:29 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 49207 invoked from network); 15 Oct 2001 22:52:28 -0000 From: "Neeme Praks" To: Subject: RE: org.apache.cocoon.components.xpath.XPathProcessor dependancy in XMLResourceBundle Date: Tue, 16 Oct 2001 00:53:03 -0700 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) Importance: Normal In-Reply-To: <3BC72D5B.6BD46C6E@apache.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N So, as I understand from Berin (and others), we should then move org.apache.cocoon.components.xpath package from Cocoon CVS to org.apache.avalon.excalibur.xml.xpath package in Avalon CVS. Correct? Everybody agrees? Then I would also move the i18n stuff back to Avalon. The changes will affect three classes: org/apache/cocoon/generation/HTMLGenerator.java org/apache/cocoon/transformation/XIncludeTransformer.java org/apache/cocoon/transformation/I18nTransformer.java I can commit the new packages into Avalon CVS, but I don't have write access to Cocoon CVS, so I would just send it the patches? (We would need to update the avalon-excalibur JAR file as well). How many people are there who are actively using the i18n support in Cocoon2? Can we consider the XMLResourceBundle code stable enough to be moved from the scratchpad to the "real" Avalon? Rgds, Neeme > -----Original Message----- > From: Berin Loritsch [mailto:bloritsch@apache.org] > Sent: Friday, October 12, 2001 10:50 AM > To: cocoon-dev@xml.apache.org > Subject: Re: org.apache.cocoon.components.xpath.XPathProcessor > dependancy in XMLResourceBundle > > > Neeme Praks wrote: > > > > hi again, fellow cocooners and avaloners! (long time, no see) :-) > > > > After being some time away from active development, I now > started to look at > > the things that have happened with > > org.apache.avalon.excalibur.i18n.XMLResourceBundle while I was away. > > And discovered that there has happened a "fork" of the XMLResourceBundle > > from Avalon CVS tree to Cocoon CVS tree > (org.apache.cocoon.i18n) together > > with some new additions and bugfixes. > > > > So, I started to look at the possibility to merge the Cocoon > version of the > > XMLResourceBundle back to Avalon, and discovered that there is > also one new > > dependancy introduced: org.apache.cocoon.i18n.XMLResourceBundle > depends on > > org.apache.cocoon.components.xpath package. > > > > In order to still be able to merge the changes to Avalon, I > would propose to > > move the org.apache.cocoon.components.xpath package also under > Avalon (as it > > doesn't depend on any cocoon specific packages anyway). > > > > How do others feel about this? And if this move is ok, where > should we move > > it? > > > org.apache.avalon.excalibur.xml.xpath > > That way we can also have the following: > > org.apache.avalon.excalibur.xml.parser > org.apache.avalon.excalibur.xml.transformer > > (This is the componentization of those specific pieces--not the > pipeline specific > things in Cocoon). This allows Avalon to use parsers that are > not JAXP compliant > and transformers that are not TRAX compliant. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org > For additional commands, email: cocoon-dev-help@xml.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org