[jboss-svn-commits] JBL Code SVN: r34917 - in labs/jbosstm/trunk/ArjunaCore/docs/install_guide: docbook and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 27 02:48:33 EDT 2010


Author: misty at redhat.com
Date: 2010-08-27 02:48:32 -0400 (Fri, 27 Aug 2010)
New Revision: 34917

Added:
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Additional_JAR_Requirements.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.ent
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Author_Group.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Book_Info.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Chapter.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Installing_and_Uninstalling.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Logging.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ObjectStore_Management.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Operating_System_Services.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preface.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preparing_Your_System.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Revision_History.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Setting_Properties.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/UNIX.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Windows.xml
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/images/
   labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/publican.cfg
Log:
Adding a Docbook version of the ArjunaCore Installation Guide

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Additional_JAR_Requirements.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Additional_JAR_Requirements.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Additional_JAR_Requirements.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.ent
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.ent	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.ent	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "Documentation">
+<!ENTITY BOOKID "ArjunaCore_Installation_Guide">
+<!ENTITY YEAR "2010">
+<!ENTITY HOLDER "| You need to change the HOLDER entity in the en-US/ArjunaCore_Installation_Guide.ent file |">

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ArjunaCore_Installation_Guide.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<book>
+  <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <!--	<xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
+  <xi:include href="Preparing_Your_System.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Operating_System_Services.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Installing_and_Uninstalling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Windows.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="UNIX.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Logging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ObjectStore_Management.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Additional_JAR_Requirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Setting_Properties.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <index />
+</book>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Author_Group.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Author_Group.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Author_Group.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,48 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<authorgroup>
+  <author>
+    <firstname>Mark</firstname>
+    <surname>Little</surname>
+    <affiliation>
+      <orgname>Red Hat</orgname>
+    </affiliation>
+    <email>mlittle at redhat.com</email>
+  </author>
+  <author>
+    <firstname>Jonathan</firstname>
+    <surname>Halliday</surname>
+    <affiliation>
+      <orgname>Red Hat</orgname>
+    </affiliation>
+    <email>jhallida at redhat.com</email>
+  </author>
+  <author>
+    <firstname>Andrew</firstname>
+    <surname>Dinn</surname>
+    <affiliation>
+      <orgname>Red Hat</orgname>
+    </affiliation>
+    <email>adinn at redhat.com</email>
+  </author>
+  <author>
+    <firstname>Kevin</firstname>
+    <surname>Connor</surname>
+    <affiliation>
+      <orgname>Red Hat</orgname>
+    </affiliation>
+    <email>kconnor at redhat.com</email>
+  </author>
+  <editor>
+    <firstname>Misty</firstname>
+    <surname>Stanley-Jones</surname>
+    <affiliation>
+      <orgname>Red Hat</orgname>
+    </affiliation>
+    <email>misty at redhat.com</email>
+  </editor>
+</authorgroup>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Book_Info.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Book_Info.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,28 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<bookinfo id="book-ArjunaCore_Installation_Guide-ArjunaCore_Installation_Guide">
+	<title>ArjunaCore Installation Guide</title>
+	<subtitle>Installation Instructions for UNIX and Microsoft Windows</subtitle>
+	<productname>ArjunaCore</productname>
+	<productnumber>4.12</productnumber>
+	<edition>1</edition>
+	<pubsnumber>0</pubsnumber>
+	<abstract>
+		<para>
+		  The Installation Guide contains information on how to use ArjunaCore 4.12.0.
+		</para>
+	</abstract>
+	<corpauthor>
+		<inlinemediaobject>
+			<imageobject>
+				<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+			</imageobject>
+		</inlinemediaobject>
+	</corpauthor>
+	<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</bookinfo>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Chapter.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Chapter.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Chapter.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Installing_and_Uninstalling.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Installing_and_Uninstalling.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Installing_and_Uninstalling.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Logging.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Logging.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Logging.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ObjectStore_Management.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ObjectStore_Management.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/ObjectStore_Management.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Operating_System_Services.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Operating_System_Services.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Operating_System_Services.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preface.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preface.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preface.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<preface id="pref-ArjunaCore_Installation_Guide-Preface">
+	<title>Preface</title>
+
+	<section>
+	  <title>Audience</title>
+	  <para>
+	    This guide is most relevant to engineers who are responsible for
+	    installing ArjunaCore 4.12.0 installations.
+	  </para>
+	</section>
+	
+	<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	</xi:fallback>
+	</xi:include>
+</preface>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preparing_Your_System.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preparing_Your_System.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Preparing_Your_System.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter>
+  <title>Preparing Your System</title>
+  <procedure>
+    <title>Pre-Installation Steps</title>
+    <para>
+      Before installing the ArjunaCore software, we recommend the following administrative steps  be taken, assuming a default configuration for ArjunaCore.
+    </para>
+    <step>
+      <title>Install the distribution into the required location.</title>
+    </step>
+    <step>
+      <title>Specify the Location for the Object Store</title>
+      <para>
+	ArjunaCore requires a minimum object store for storing the outcome of transactions in the  event of system crashes. The location of this should be specified in the properties file using the <property>ObjectStoreEnvironmentBean.objectStoreDir</property> key or by using environment
+	variable:
+      </para>
+      <screen><command>java –DObjectStoreEnvironmentBean.objectStoreDir =C:\temp foo.</command></screen>
+    </step>
+    <step>
+      <title>Optional: Specify the subdirectory within the Object Store root.</title>
+      <para>
+	By default, all object states will be stored within the <filename>defaultStore/</filename> subdirectory of the object store root. For instance, if the object store root is <filename>/usr/local/Arjuna/TransactionService/ObjectStore</filename>, the subdirectory <filename>/usr/local/Arjuna/TransactionService/ObjectStore/defaultStore/</filename> is used.
+      </para>
+      <para>
+	To change this subdirectory, set the <property>ObjectStoreEnvironmentBean.localOSRoot</property> or <property>com.arjuna.ats.arjuna.objectstore.localOSRoot</property> property variable accordingly.
+      </para>
+    </step>
+  </procedure>
+</chapter>

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Revision_History.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Revision_History.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Revision_History.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<appendix id="appe-ArjunaCore_Installation_Guide-Revision_History">
+	<title>Revision History</title>
+	<simpara>
+		<revhistory>
+			<revision>
+				<revnumber>0</revnumber>
+				<date>Fri Aug 27 2010</date>
+				<author>
+					<firstname>Dude</firstname>
+					<surname>McPants</surname>
+					<email>Dude.McPants at example.com</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Initial creation of book by publican</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+		</revhistory>
+	</simpara>
+</appendix>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Setting_Properties.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Setting_Properties.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Setting_Properties.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/UNIX.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/UNIX.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/UNIX.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Windows.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Windows.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/en-US/Windows.xml	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,33 @@
+<?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" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaCore_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="chap-ArjunaCore_Installation_Guide-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-ArjunaCore_Installation_Guide-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+

Added: labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/publican.cfg
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/publican.cfg	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaCore/docs/install_guide/docbook/ArjunaCore_Installation_Guide/publican.cfg	2010-08-27 06:48:32 UTC (rev 34917)
@@ -0,0 +1,7 @@
+# Config::Simple 4.59
+# Fri Aug 27 16:11:26 2010
+
+xml_lang: en-US
+type: Book
+brand: common
+



More information about the jboss-svn-commits mailing list