[overlord-commits] Overlord SVN: r430 - in cdl/trunk: docs/docbook/gettingstartedguide/src/main and 1 other directories.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Tue Nov 11 04:26:27 EST 2008


Author: jeff.yuchang
Date: 2008-11-11 04:26:27 -0500 (Tue, 11 Nov 2008)
New Revision: 430

Added:
   cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/appendix.xml
Modified:
   cdl/trunk/distribution/src/main/release/install/readme.txt
   cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml
   cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
Log:
* Add appendix, including advanced options of installation.
* Update the install/readme.txt.


Modified: cdl/trunk/distribution/src/main/release/install/readme.txt
===================================================================
--- cdl/trunk/distribution/src/main/release/install/readme.txt	2008-11-11 04:07:30 UTC (rev 429)
+++ cdl/trunk/distribution/src/main/release/install/readme.txt	2008-11-11 09:26:27 UTC (rev 430)
@@ -1,13 +1,3 @@
 The build.xml script in this directory is responsible for deploying the validator and conversational runtime for JBoss ESB.
 
-Deployment into JBoss ESB 4.4.GA
-=================================
- - Install JBoss 4.2.2.GA into an appropriate location.
- - Install JBoss ESB 4.4.GA into a location. Then follow the instructions in the JBossESB installation (install/readme.txt) to deploy
-   JBossESb into the JBossAS environment.
- - Edit the deployment.properties file to update the JBossAS and JBossESB location settings.
- - Run 'ant deploy' to deploy both the Overlord CDL conversational ESB actions and service validation capabilities.
-   OR Run 'ant deploy-overlord-cdl-runtime' to deploy just the conversational ESB actions support.
-   OR Run 'ant deploy-overlord-cdl-validator' to deploy just the service validation capability.
-
-For more detail, please refer to $doc/userguide GettingStarted chapter.
+The usage and instructions please refer to $doc/GettingStartedGuide Installation chapter for detail.

Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml	2008-11-11 04:07:30 UTC (rev 429)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/master.xml	2008-11-11 09:26:27 UTC (rev 430)
@@ -15,5 +15,5 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/soagwithcdl.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/conversation-validation-with-cdl.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/conversation-aware-esb.xml"/>
-
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/appendix.xml"/>
 </book>

Added: cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/appendix.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/appendix.xml	                        (rev 0)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/appendix.xml	2008-11-11 09:26:27 UTC (rev 430)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<chapter id="appendix">
+	<title>Appendix</title>
+	
+	<section>
+		<title>Advanced options of installation</title>
+		<para>
+			The Overlord CDL has two separate modules. One is <emphasis role="bold">Validator</emphasis> module, which is used from management perspective;
+			The other is the <emphasis role="bold">Runtime</emphasis> module, which is used for execution of flow/interaction sections of CDL file.
+		</para>
+		<para>
+			You can deploy each of them separately in the <emphasis role="bold">Install</emphasis> folder.
+			From the install folder. 
+			<itemizedlist>
+				<listitem>
+					Run: <command> ant deploy-overlord-cdl-runtime</command> to deploy just the conversational ESB actions support. Or
+				</listitem>
+				<listitem>
+					Run: <command>ant deploy-overlord-cdl-validator</command> to to deploy just the service validation capability.
+				</listitem>
+			</itemizedlist>
+		    By default, when you run <command>ant </command> or <command>ant deploy</command>, it will deploy both of two modules.
+		</para>
+		
+		<para>
+			Also, you can undeploy modules by running <command>ant undeploy</command>. Or remove them module by module through running:
+			<command>ant undeploy-overlord-cdl-runtime</command> and <command>ant undeploy-overlord-cdl-validator</command>
+		</para>
+
+	</section>
+
+</chapter>

Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml	2008-11-11 04:07:30 UTC (rev 429)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml	2008-11-11 09:26:27 UTC (rev 430)
@@ -20,7 +20,7 @@
        		<orderedlist>
        			<listitem>JBossAS (version 4.2.2.GA or higher), available from  <ulink url="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink></listitem>
        			<listitem>JBossESB (version 4.4.GA or higher), should download the <emphasis role="bold">jbossesb-4.4.GA.zip</emphasis>, available from <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink></listitem>
-       			<listitem>Overlord CDL (version 1.0-SNAPSHOT or higher) </listitem>
+       			<listitem>Overlord CDL (version 1.0-M1 or higher), available from <ulink url="http://www.jboss.org/overlord">http://www.jboss.org/overlord</ulink></listitem>
        			<listitem>
        			pi4soa (version 2.0.0 or higher), available from <ulink url="http://pi4soa.wiki.sourceforge.net/download">http://pi4soa.wiki.sourceforge.net/download</ulink>
        				<note>
@@ -61,8 +61,7 @@
 								 Edit the <emphasis role="bold">install/deployment.properties</emphasis> file to update the JBossAS and JBossESB location settings.
 							 </listitem>
 							 <listitem>
-								 From the install folder, run: <command> ant deploy</command>to deploy both the Overlord CDL conversational ESB actions and service validation capabilities.
-								 Or <command>ant deploy-overlord-cdl-runtime</command> to deploy just the conversational ESB actions support, or <command>ant deploy-overlord-cdl-validator</command> to deploy just the service validation capability.
+								 From the install folder, run: <command>ant</command> to deploy the Overlord CDL to JBossAS.
 							 </listitem>
 						 </itemizedlist>
 					 </para>




More information about the overlord-commits mailing list