Author: mcaspers
Date: 2011-03-06 22:33:23 -0500 (Sun, 06 Mar 2011)
New Revision: 29554
Added:
trunk/bpel/docs/reference/en-US/additionalreqs.xml
trunk/bpel/docs/reference/en-US/jbdsinstall.xml
Removed:
trunk/bpel/docs/reference/en-US/Install.ent
trunk/bpel/docs/reference/en-US/install.xml.old
trunk/bpel/docs/reference/en-US/master.xml
Modified:
trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml
trunk/bpel/docs/reference/en-US/jbossinstall.xml
Log:
General Documentation Updates
Deleted: trunk/bpel/docs/reference/en-US/Install.ent
===================================================================
--- trunk/bpel/docs/reference/en-US/Install.ent 2011-03-07 02:38:10 UTC (rev 29553)
+++ trunk/bpel/docs/reference/en-US/Install.ent 2011-03-07 03:33:23 UTC (rev 29554)
@@ -1 +0,0 @@
-<!ENTITY PLUGINNAME "BPEL Tools">
Modified: trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml 2011-03-07 02:38:10 UTC (rev
29553)
+++ trunk/bpel/docs/reference/en-US/JBoss_BPEL_User_Guide.xml 2011-03-07 03:33:23 UTC (rev
29554)
@@ -6,6 +6,8 @@
<xi:include href="Preface.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="overview.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="jbossinstall.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"
condition="jbosstools"></xi:include>
+<xi:include href="jbossinstall.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"
condition="jbds"></xi:include>
+<xi:include href="additionalreqs.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="tasks.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<!--<xi:include href="detail.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
<!--<xi:include href=deploy.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
Added: trunk/bpel/docs/reference/en-US/additionalreqs.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/additionalreqs.xml (rev 0)
+++ trunk/bpel/docs/reference/en-US/additionalreqs.xml 2011-03-07 03:33:23 UTC (rev
29554)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="install">
+ <title>Additional BPEL Requirements</title>
+ <section>
+ <title>Additional Tools</title>
+ <para>For installation and configuring BPEL engine into a JBossAS environment you
will need the following: </para>
+ <itemizedlist>
+ <listitem>
+ <para> JBossAS (version 5.1.0.GA or higher), available from <ulink
url="http://www.jboss.org/jbossas">http://www.jboss.org/jbos...
+ </listitem>
+ <listitem>
+ <para>RiftSaw (version 2.1 or higher), available from <ulink
url="http://www.jboss.org/riftsaw">http://www.jboss.org/rift...
+ </listitem>
+ <listitem>
+ <para>Ant, available from <ulink
url="http://ant.apache.org">here</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+
+ </section>
+ <section id="installRuntime">
+ <title>Installation JBoss BPEL Runtime</title>
+ <itemizedlist>
+ <listitem>
+ <para>Unpack the JBossAS installation archive into the required
location.</para>
+ </listitem>
+ <listitem>
+ <para>Unpack the RiftSaw distribution into the location alongside the JBossAS
installation:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Edit the <filename>install/deployment.properties</filename>
file to update the JBossAS location settings.</para>
+ </listitem>
+ <listitem>
+ <para>From the <filename>install</filename> folder run:
<command>ant deploy -Ddatabase=hsql</command> to deploy RiftSaw to
JBossAS.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Then in the <filename>${RiftSaw}/install</filename> folder run the
command: <command>ant deploy -Ddatabase=hsql -Dws.stack=native
-Dws.version=3.2.2.GA</command> It will help you to download the web service stack,
and then upgrade it for JBoss AS. Alternatively, you can do it step by step by following
the guide from <ulink
url="http://www.jboss.org/riftsaw/documentation">JBoss RiftSaw
documents</ulink> or the README file in
<filename>${RiftSaw}/install</filename>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ </section>
+</chapter>
\ No newline at end of file
Property changes on: trunk/bpel/docs/reference/en-US/additionalreqs.xml
___________________________________________________________________
Added: svn:executable
+ *
Deleted: trunk/bpel/docs/reference/en-US/install.xml.old
===================================================================
--- trunk/bpel/docs/reference/en-US/install.xml.old 2011-03-07 02:38:10 UTC (rev 29553)
+++ trunk/bpel/docs/reference/en-US/install.xml.old 2011-03-07 03:33:23 UTC (rev 29554)
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="install">
- <title>Installation JBoss BPEL Tools</title>
- <section id="installeclipse">
- <title>Installation JBoss BPEL editor</title>
- <para>
- To begin you need a copy of Eclipse 3.6. You can get it from <ulink
url="http://www.eclipse.org/downloads/download.php?file=/technology/...
Web Site</ulink>.
- </para>
- <para>The JBoss BPEL editor is included with JBoss Tools. There are a number of
different JBoss Tools installation methods. See <ulink
url="http://www.jboss.org/tools/download/installation.html">... JBoss
Tools</ulink> for more information.</para>
- <para>
- If you want to install only the JBoss BPEL editor, you can install it from <ulink
url="http://jboss.org/tools/download/dev.html">JBoss Tools</ulink> page
separately. Please note that only JBoss Tools 3.1 or higher version includes JBoss BPEL
editor.
- </para>
- </section>
- <section>
- <title>Prerequisites</title>
- <para>For installation and configuring BPEL engine into a JBossAS environment you
will need the following: </para>
- <itemizedlist>
- <listitem>
- <para> JBossAS (version 5.1.0.GA or higher), available from <ulink
url="http://www.jboss.org/jbossas">http://www.jboss.org/jbos...
- </listitem>
- <listitem>
- <para>RiftSaw (version 2.1 or higher), available from <ulink
url="http://www.jboss.org/riftsaw">http://www.jboss.org/rift...
- </listitem>
- <listitem>
- <para>Ant, available from <ulink
url="http://ant.apache.org">here</ulink>.</para>
- </listitem>
- </itemizedlist>
-
- </section>
- <section id="installRuntime">
- <title>Installation JBoss BPEL Runtime</title>
- <itemizedlist>
- <listitem>
- <para>Unpack the JBossAS installation archive into the required
location.</para>
- </listitem>
- <listitem>
- <para>Unpack the RiftSaw distribution into the location alongside the JBossAS
installation:</para>
- <itemizedlist>
- <listitem>
- <para>Edit the <filename>install/deployment.properties</filename>
file to update the JBossAS location settings.</para>
- </listitem>
- <listitem>
- <para>From the <filename>install</filename> folder run:
<command>ant deploy -Ddatabase=hsql</command> to deploy RiftSaw to
JBossAS.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para>
- Then in the <filename>${RiftSaw}/install</filename> folder run the
command: <command>ant deploy -Ddatabase=hsql -Dws.stack=native
-Dws.version=3.2.2.GA</command> It will help you to download the web service stack,
and then upgrade it for JBoss AS. Alternatively, you can do it step by step by following
the guide from <ulink
url="http://www.jboss.org/riftsaw/documentation">JBoss RiftSaw
documents</ulink> or the README file in
<filename>${RiftSaw}/install</filename>
- </para>
- </listitem>
- </itemizedlist>
-
- </section>
-</chapter>
\ No newline at end of file
Added: trunk/bpel/docs/reference/en-US/jbdsinstall.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/jbdsinstall.xml (rev 0)
+++ trunk/bpel/docs/reference/en-US/jbdsinstall.xml 2011-03-07 03:33:23 UTC (rev 29554)
@@ -0,0 +1,20 @@
+<?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" [
+]>
+
+<chapter>
+ <title>Installation Instructions</title>
+ <section>
+
+ <title>Installing JBoss Developer Stduio</title>
+
+ <para>
+ The &PLUGINNAME; plugin is not officially supported in JBoss Developer Studio
4.0, but is available as a separate download from the technical preview Eclipse update
site.
+ </para>
+
+ <para>
+ Instructions for accessing the the technical preview update site can be found in the
<ulink
url="http://docs.redhat.com/docs/en-US/JBoss_Developer_Studio/4.0/ht...
Started Guide</ulink>.
+ </para>
+
+ </section>
+</chapter>
Modified: trunk/bpel/docs/reference/en-US/jbossinstall.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-07 02:38:10 UTC (rev 29553)
+++ trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-07 03:33:23 UTC (rev 29554)
@@ -9,8 +9,11 @@
<title>Installing JBoss Tools Plugins</title>
<para>
- The &PLUGINNAME; plugin can be installed in Eclipse from the
JBoss.org update
site. To do so open Eclipse, and select
<menuchoice><guimenuitem>Help</guimenuitem><guimenuitem>Install
New Software...</guimenuitem></menuchoice>
+ The &PLUGINNAME; plugin can be installed in Eclipse from the
JBoss.org update
site. JBoss Tools 3.2 requires Eclipse 3.6, which can be downloaded from the <ulink
url="http://www.eclipse.org/downloads/download.php?file=/technology/...
web site</ulink>.
</para>
+ <para>
+ To install the JBoss Tools plugins start Eclipse, and select
<menuchoice><guimenuitem>Help</guimenuitem><guimenuitem>Install
New Software...</guimenuitem></menuchoice>
+ </para>
<figure id="figure-install-new-software">
<title>Install New Software</title>
Deleted: trunk/bpel/docs/reference/en-US/master.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/master.xml 2011-03-07 02:38:10 UTC (rev 29553)
+++ trunk/bpel/docs/reference/en-US/master.xml 2011-03-07 03:33:23 UTC (rev 29554)
@@ -1,56 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
-"http://www.docbook.org/xml/4.3/docbookx.dtd"
-
-[<!ENTITY overview SYSTEM "overview.xml">
-<!--<!ENTITY install SYSTEM "install.xml">-->
-<!--<!ENTITY detail SYSTEM "detail.xml">-->
-<!--<!ENTITY deploy SYSTEM "deploy.xml">-->
-<!ENTITY reference SYSTEM "reference.xml">
-<!ENTITY summary SYSTEM "summary.xml">
-<!ENTITY tasks SYSTEM "tasks.xml">
-]>
-<book>
- <bookinfo>
- <title>JBoss BPEL User Guide</title>
- <corpauthor>
- <inlinemediaobject>
- <imageobject role="fo">
- <imagedata fileref="images/jbosstools_logo.png"
format="PNG"/>
- </imageobject>
- <imageobject role="html">
- <imagedata/>
- </imageobject>
- </inlinemediaobject>
- </corpauthor>
- <author>
- <firstname>Denny</firstname>
- <surname>Xu</surname>
- <email>dxu(a)redhat.com</email>
- </author>
- <author>
- <firstname>Grid</firstname>
- <surname>Qian</surname>
- <email>fqian(a)redhat.com</email>
- </author>
- <author>
- <firstname>Bob</firstname>
- <surname>Brodt</surname>
- <email>bbrodt(a)redhat.com</email>
- </author>
- <copyright>
- <year>2009</year>
- <year>2010</year>
- <holder>JBoss by Red Hat</holder>
- </copyright>
- <releaseinfo> Version: 1.0.0.trunk </releaseinfo>
- <abstract>
- <title/>
- <para>
- <ulink
url="http://download.jboss.org/jbosstools/nightly-docs/en/bpel_ref_g...
version</ulink>
- </para>
- </abstract>
- </bookinfo>
- <toc/>
- &overview;&tasks;&reference;&summary;
-<!--&overview;&install;&tasks;&detail;&deploy;&reference;&summary;--></book>
\ No newline at end of file