On Wed, 8 Feb 2006, [EMAIL PROTECTED] wrote:

+      <plugin>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>maven-jetty6-plugin</artifactId>
+        <version>6.0-SNAPSHOT</version>
+        <configuration>
+          <connectors>
+            <connector 
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+              <port>8888</port>
+              <maxIdleTime>30000</maxIdleTime>
+            </connector>
+          </connectors>
+          <webAppSourceDirectory>target/cocoon-webapp</webAppSourceDirectory>
                                    ^^^^^^^^^^^^^^^^^^^^

How's RAD possible if the webapp resides in the target directory? Does one need to kick in a mvn command to get that directory updated for every single change made to a XML/XSLT?

+          <contextPath>/</contextPath>
+          <systemProperties>
+            <systemProperty>
+              <name>org.apache.commons.logging.Log</name>
+              <value>org.apache.commons.logging.impl.SimpleLog</value>
+            </systemProperty>
+          </systemProperties>
+        </configuration>
+      </plugin>

--
Giacomo Pati
Otego AG, Switzerland - http://www.otego.com
Orixo, the XML business alliance - http://www.orixo.com
  • Re: svn commit: r376023 - in /cocoon/trunk/cocoon-block-dep... Giacomo Pati