You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/06 07:08:03 UTC

svn commit: r278912 - in /forrest/trunk: etc/cocoon_upgrade/blocks.properties etc/cocoon_upgrade/local.blocks.properties lib/core/cocoon-validation-block-2.2.0-dev-r278898.jar main/webapp/sitemap.xmap site-author/status.xml

Author: crossley
Date: Mon Sep  5 22:07:55 2005
New Revision: 278912

URL: http://svn.apache.org/viewcvs?rev=278912&view=rev
Log:
Added Validation transformer to enable RELAX NG validation with Jing.
Temporary Cocoon block (from their r278898). Will update later.

Added:
    forrest/trunk/lib/core/cocoon-validation-block-2.2.0-dev-r278898.jar   (with props)
Modified:
    forrest/trunk/etc/cocoon_upgrade/blocks.properties
    forrest/trunk/etc/cocoon_upgrade/local.blocks.properties
    forrest/trunk/main/webapp/sitemap.xmap
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/etc/cocoon_upgrade/blocks.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/blocks.properties?rev=278912&r1=278911&r2=278912&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/blocks.properties (original)
+++ forrest/trunk/etc/cocoon_upgrade/blocks.properties Mon Sep  5 22:07:55 2005
@@ -1,5 +1,5 @@
 
-#  Copyright 1999-2004 The Apache Software Foundation or its licensors,
+#  Copyright 1999-2005 The Apache Software Foundation or its licensors,
 #  as applicable.
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
@@ -155,6 +155,7 @@
 #include.block.template=false
 #-----[dependency]: "tour" depends on "batik", "fop", "forms", "slop".
 #include.block.tour=false
+#include.block.validation=false
 #-----[dependency]: "webdav" depends on "repository".
 #include.block.webdav=false
 

Modified: forrest/trunk/etc/cocoon_upgrade/local.blocks.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/local.blocks.properties?rev=278912&r1=278911&r2=278912&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/local.blocks.properties (original)
+++ forrest/trunk/etc/cocoon_upgrade/local.blocks.properties Mon Sep  5 22:07:55 2005
@@ -155,6 +155,7 @@
 include.block.template=false
 #-----[dependency]: "tour" depends on "batik", "fop", "forms", "slop".
 include.block.tour=false
+#include.block.validation=false
 #-----[dependency]: "webdav" depends on "repository".
 include.block.webdav=false
 

Added: forrest/trunk/lib/core/cocoon-validation-block-2.2.0-dev-r278898.jar
URL: http://svn.apache.org/viewcvs/forrest/trunk/lib/core/cocoon-validation-block-2.2.0-dev-r278898.jar?rev=278912&view=auto
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/lib/core/cocoon-validation-block-2.2.0-dev-r278898.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?rev=278912&r1=278911&r2=278912&view=diff
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Mon Sep  5 22:07:55 2005
@@ -146,6 +146,17 @@
   <map:transformer name="log"
       src="org.apache.cocoon.transformation.LogTransformer"
       logger="sitemap.transformer.log" pool-max="16"/>
+
+  <map:transformer name="jing"
+      logger="sitemap.transformer.jing"
+      src="org.apache.cocoon.transformation.JingTransformer">
+    <!--+ The enable-caching configuration element is optional
+        | (defaults to true) and defines whether compiled RelaxNG
+        | schemas should be stored in Cocoon's transient cache or not
+        +-->
+    <!-- <enable-caching>true</enable-caching> -->
+  </map:transformer>
+
  </map:transformers>
 
     <map:readers default="resource">

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/status.xml?rev=278912&r1=278911&r2=278912&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Mon Sep  5 22:07:55 2005
@@ -131,6 +131,14 @@
         <link href="site:v0.80//upgrading_08">upgrading to v0.8</link>
       </action>
 
+      <action context="code" type="add" dev="DC" due-to="Pier Fumagalli">
+        Added Validation transformer to enable RELAX NG validation
+        with Jing.
+        See <link
+          href="http://marc.theaimsgroup.com/?l=forrest-dev&amp;m=112598308027438">forrest-dev
+          discussion</link>.
+      </action>
+
       <action context="code" type="add" dev="DC" fixes-bug="FOR-592">
         Strip remaining &lt;i18n:text&gt; elements that remain if i18n processing
         has been disabled. This was causing invalid HTML output.