A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1297.html
Document ID: 1297 Branch: main Language: default Name: Usage (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 12/28/06 4:52:56 PM Updated by: Reinhard Pötz A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 3516 bytes (previous version: 3187 bytes) Content diff: <html> <body> +++ <p class="warn">The cocoon-rcl-plugin hasn't been released yet. For the time +++ being, you have to checkout trunk from SVN +++ (http://svn.apache.org/repos/asf/cocoon/trunk) and build it by invoking "mvn +++ install" from the root directory.</p> +++ <p class="note">Note: The Spring application context isn't refreshed. This means that changes to Spring appliation context configurations and beans of the scope <tt>prototype</tt> still need a reload of the web application context.</p> <h1>Step 1: Provide the configuration</h1> <p>If you want to use the reloading classloader plugin, you have to provide a --- properties file like this:</p> +++ properties file <tt>rcl.properties</tt> in the root directory of your block with +++ a content like this:</p> --- <pre>com.mycompany.myBlock.block%classes-dir=./target/classes</pre> +++ <pre><strong>com.mycompany.myBlock1.block%classes-dir</strong>=./target/classes</pre> <p>The property names consist of the block name (more exactly, the name of the Spring bean that represents a block) + <tt>%classes_dir</tt> . The value is the (81 equal lines skipped)