A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1297.html
Document ID: 1297 Branch: main Language: default Name: Using the Reloading Classloader (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 5/2/07 7:40:30 AM 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: 3974 bytes (previous version: 4273 bytes) Content diff: (2 equal lines skipped) <p class="warn">The cocoon-rcl-plugin hasn't been released yet. For the time being, you have to checkout Cocoon trunk --- <tt>http://svn.apache.org/repos/asf/cocoon/trunk</tt> and Commons JCI --- <tt>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/jci/trunk/</tt> --- from SVN. Then build both by invoking <tt>mvn install</tt>.<br/> +++ <tt>http://svn.apache.org/repos/asf/cocoon/trunk</tt>. Then build both by +++ invoking <tt>mvn install</tt>.<br/> Make also sure that you use recent SNAPSHOT versions of cocoon-core-2.2.0 and cocoon-servlet-service-impl-1.0.0.</p> --- <p>If you don't know what the reloading classloader plugin is for, see the --- <a href="daisy:1295">introduction</a> of the plugin documentation.</p> +++ <p>These instructions should work with any Cocoon block. The sample +++ configurations are based on the <a href="daisy:1159">Getting Started guide</a>. +++ </p> --- <p>These instructions should work with any Cocoon block. Cocoon web applications --- aren't supported yet. The sample configurations are based on the --- <a href="daisy:1159">Getting Started guide</a>.</p> --- <h1>Step 1: Provide the configuration</h1> <p>If you want to use the reloading classloader plugin, you have to provide a (16 equal lines skipped) [...] <plugin> <groupId>org.apache.cocoon</groupId> --- <artifactId>cocoon-rcl-plugin</artifactId> +++ <artifactId>cocoon-maven-plugin</artifactId> <version>1.0.0-M1-SNAPSHOT</version> </plugin> [...] (10 equal lines skipped) <p>The Maven 2 plugin can be invoked by calling</p> --- <pre>mvn cocoon-rcl:webapp --- </pre> +++ <pre>mvn cocoon:rcl</pre> <p>This creates a web application into ./target/rcl/webapp for your block.</p> (61 equal lines skipped)