You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Juan Jose Pablos <ch...@che-che.com> on 2004/04/11 23:16:46 UTC

upgrade-cocoon-xconf.xsl

Hi!

I have created a upgrade-cocoon-xconf.xsl under etc/cocoon_upgrade 
directory.

The aim of this style sheet is:

To allow a minimum cocoon.xconf file just for forrest. This will improve 
performance somehow.

keep up with their changes on the cocoon distribution. We only care 
about the node on our configuration, so it is easy to compare what have 
change on the main cocoon's distribution.

To keep some comments of why something is needed or if we can remove 
safely in future versions.

Please take a look and let me know what do you think. just

cd etc/cocoon_upgrade ;ant

This will overwrite the src/core/context/WEB-INF/cocoon.xconf
build forrest.


I have test it, and It seems to work for me, but I think that some 
elements should not been included in our cocoon.xconf file.

Do we need:

<transient-store/>
<persistent-store/>
<store-janitor/>
<i18n-bundles/>
<xml-serializer/>
<xml-deserializer/>
<monitor/>

on our config file?


Cheers,
Cheche