Author: ochikvina
Date: 2008-05-16 13:04:50 -0400 (Fri, 16 May 2008)
New Revision: 8145
Modified:
trunk/documentation/guides/GettingStartedGuide/en/master.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-286 - correcting errors found by XML validator
Modified: trunk/documentation/guides/GettingStartedGuide/en/master.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/master.xml 2008-05-16 17:04:39 UTC
(rev 8144)
+++ trunk/documentation/guides/GettingStartedGuide/en/master.xml 2008-05-16 17:04:50 UTC
(rev 8145)
@@ -26,29 +26,23 @@
]>
<book>
-
- <bookinfo>
- <title>Getting Started with JBoss Developer Studio</title>
- <pubdate>April 2008</pubdate>
- <copyright>
- <year>2007</year>
- <year>2008</year>
- <holder>JBoss, a division of Red Hat
Inc.</holder>
- </copyright>
- <releaseinfo>
-<para>Version: 1.1.0.CR1</para>
-</releaseinfo>
- </bookinfo>
-
- <toc/>
-
-
-&getting_started;
-&manage;
-&first_seam;
-&jsp_application;
-&rad_jsf_application;
-&further_reading;
-
-
-</book>
+ <bookinfo>
+ <title>Getting Started with JBoss Developer Studio</title>
+ <pubdate>April 2008</pubdate>
+ <copyright>
+ <year>2007</year>
+ <year>2008</year>
+ <holder>JBoss, a division of Red Hat Inc.</holder>
+ </copyright>
+ <releaseinfo>Version: 1.1.0.CR1</releaseinfo>
+ </bookinfo>
+ <toc/>
+
+ &getting_started;
+ &manage;
+ &first_seam;
+ &jsp_application;
+ &rad_jsf_application;
+ &further_reading;
+
+</book>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-05-16
17:04:39 UTC (rev 8144)
+++
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-05-16
17:04:50 UTC (rev 8145)
@@ -152,9 +152,9 @@
</listitem>
<listitem>
<para>Create an environment variable called JAVA_HOME that points to the JDK
installation
- directory, for example: <para>
+ directory, for example: <literallayout>
<emphasis>C:\Program Files\Java\jdk1.5.0_11\</emphasis>
- </para></para>
+ </literallayout></para>
</listitem>
</itemizedlist>
@@ -253,9 +253,11 @@
<figure>
<title>JBoss Enterprise Application Platform Installing</title>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/getting_started/getting_started_3.png"/>
</imageobject>
+ </mediaobject>
</figure>
<para/>
<note>
@@ -280,9 +282,11 @@
<figure>
<title>Summary Information</title>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/getting_started/getting_started_4.png"/>
</imageobject>
+ </mediaobject>
</figure>
</section>
@@ -392,9 +396,11 @@
<figure>
<title>Welcome to JBoss Developer Studio</title>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/getting_started/getting_started_5.png"/>
</imageobject>
+ </mediaobject>
</figure>
<para>With the help of its page you will be able:</para>
@@ -407,9 +413,11 @@
<figure>
<title>Getting Started Documentation</title>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/getting_started/getting_started_6.png"/>
</imageobject>
+ </mediaobject>
</figure>
<itemizedlist>
@@ -421,9 +429,11 @@
<figure>
<title>Create New...</title>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/getting_started/getting_started_7.png"/>
</imageobject>
+ </mediaobject>
</figure>
<itemizedlist>
@@ -435,9 +445,11 @@
<figure>
<title>Perspectives</title>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/getting_started/getting_started_8.png"/>
</imageobject>
+ </mediaobject>
</figure>
<itemizedlist>
@@ -448,9 +460,11 @@
<figure>
<title>Web Resources</title>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/getting_started/getting_started_9.png"
scale="90"/>
</imageobject>
+ </mediaobject>
</figure>
<para>Start work with JBoss Developer Studio by clicking on <emphasis>
@@ -469,9 +483,9 @@
<?dbhtml filename="Uninstalling.html"?>
<title>Uninstalling</title>
<itemizedlist>
- <listitem>Make sure JBoss Developer Studio is not running</listitem>
- <listitem>Uninstall your current version of JBoss Developer Studio by running
- uninstaller</listitem>
+ <listitem><para>Make sure JBoss Developer Studio is not
running</para></listitem>
+ <listitem><para>Uninstall your current version of JBoss Developer Studio
by running
+ uninstaller</para></listitem>
</itemizedlist>
</section>
@@ -525,22 +539,22 @@
their machines.</para>
<orderedlist>
- <listitem>On Red Hat based Linux distributions install the xpLib.i386
package</listitem>
- <listitem>Type <programlisting role="JAVA"><![CDATA[ln -s
libstdc++.so.5.0.7 libstdc++.so.5
-]]></programlisting>
+ <listitem><para>On Red Hat based Linux distributions install the
xpLib.i386 package</para></listitem>
+ <listitem><para>Type <programlisting
role="JAVA"><![CDATA[ln -s libstdc++.so.5.0.7 libstdc++.so.5
+]]></programlisting></para>
</listitem>
- <listitem>and/or use <programlisting
role="JAVA"><![CDATA[yum install libXp
-]]></programlisting>
+ <listitem><para>and/or use <programlisting
role="JAVA"><![CDATA[yum install libXp
+]]></programlisting></para>
</listitem>
- <listitem>Open the JBDS perspective. If you see the Help view open, close it
and restart JBDS</listitem>
- <listitem>If none of these work, do the following: <itemizedlist>
- <listitem>Clear the Eclipse log file,
-
<emphasis><workspace>\.metadata\.log</emphasis></listitem>
- <listitem>Start Eclipse with the -debug option: <programlisting
role="JAVA"><![CDATA[eclipse -debug
-]]></programlisting>
+ <listitem><para>Open the JBDS perspective. If you see the Help view open,
close it and restart JBDS</para></listitem>
+ <listitem><para>If none of these work, do the
following:</para><itemizedlist>
+ <listitem><para>Clear the Eclipse log file,
+
<emphasis><workspace>\.metadata\.log</emphasis></para></listitem>
+ <listitem><para>Start Eclipse with the -debug option:
<programlisting role="JAVA"><![CDATA[eclipse -debug
+]]></programlisting></para>
</listitem>
- <listitem>Post the Eclipse log file
- (<emphasis><workspace>\.metadata\.log</emphasis>) on the
forums.</listitem>
+ <listitem><para>Post the Eclipse log file
+ (<emphasis><workspace>\.metadata\.log</emphasis>) on the
forums.</para></listitem>
</itemizedlist>
</listitem>
</orderedlist>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml 2008-05-16
17:04:39 UTC (rev 8144)
+++
trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml 2008-05-16
17:04:50 UTC (rev 8145)
@@ -82,7 +82,7 @@
<para>This section covers all the points how to create, edit and then preview JSP
page.</para>
<para>In our simple application we need to create only one JSP page which
displays a
"Hello World!" message.</para>
- <itemizedlist continuation="continues">
+ <itemizedlist>
<listitem>
<para>Right click <emphasis><property>WebContent > New
> JSP</property>.
</emphasis></para>
@@ -94,7 +94,7 @@
</listitem>
</itemizedlist>
<para>In the next window you can choose a template for your jsp page and see its
preview.</para>
- <itemizedlist continuation="continues">
+ <itemizedlist>
<listitem>
<para>Select <emphasis>
<property>New JSP File (xhtml)</property>
@@ -117,7 +117,7 @@
<title>Editing a JSP Page</title>
<para>Let's now make a little change so that a jsp page displays
"Hello World!" message.</para>
- <itemizedlist continuation="continues">
+ <itemizedlist>
<listitem>
<para>Insert this line inside the <emphasis role="bold">
<property><body></property>
@@ -338,7 +338,7 @@
<title>Launch JSP Project</title>
<para>Let's now launch our project on server. We'll use JBoss
server
that is shipped with JBoss Developer Studio.</para>
- <itemizedlist continuation="continues">
+ <itemizedlist>
<listitem>
<para>Start JBoss server from JBoss Server view by clicking the Start
icon.</para>
@@ -352,7 +352,7 @@
</imageobject>
</mediaobject>
</figure>
- <itemizedlist continuation="continues">
+ <itemizedlist>
<listitem>
<para>Click the Run icon or right click your project folder and select
<emphasis>
<property>Run As > Run on Server</property>.
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml 2008-05-16
17:04:39 UTC (rev 8144)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml 2008-05-16
17:04:50 UTC (rev 8145)
@@ -10,7 +10,9 @@
<keyword>JBoss</keyword>
</keywordset>
</chapterinfo>
+
<title>Manage JBoss AS from JBoss Developer Studio</title>
+
<para>In this chapter we'll focus more on how to operate the JBoss AS from
JBoss Developer Studio.</para>
<para>JBoss Developer Studio ships with <property>JBoss EAP
v.4.2</property> bundled. When you followed the default installation of JBoss
Developer Studio, you should already have a JBoss 4.2 server installed and defined. To run
JBoss AS 4.2 you need JDK 1.5, JDK 6 is not formally supported yet, although you may be
able to start the server with it.</para>
<section id="JBossbundled">
@@ -129,7 +131,7 @@
</note>
<para>There is no requirement for root access to run JBoss Server on UNIX/Linux
systems because none of the default ports are within the 0-1023 privileged port
range.</para>
-<itemizedlist continuation="continues">
+<itemizedlist>
<listitem><para>After you have the binary archive you want to install, use
the JDK jar tool (or any other ZIP extraction tool) to extract the jboss-4.2.1.zip archive
contents into a location of your choice. The jboss-4.2.1.tgz archive is a gzipped tar
file that requires a gnutar compatible tar which can handle the long pathnames in the
archive. The extraction process will create a jboss-4.2.1 directory.
</para></listitem>
</itemizedlist>
</section>
@@ -152,7 +154,7 @@
</mediaobject>
</figure>
- <itemizedlist continuation="continues">
+ <itemizedlist>
<listitem><para>Click
<emphasis><property>Add</property></emphasis> button to add a new
jboss runtime.</para></listitem>
<listitem><para>Select <emphasis><property>JBoss, a
division of Red Hat > JBoss v4.2</property></emphasis> and press
<emphasis><property>Next</property></emphasis>.</para></listitem>
</itemizedlist>
@@ -168,7 +170,7 @@
-<itemizedlist continuation="continues">
+<itemizedlist>
<listitem><para>In the next step make JBoss Developer Studio to know where
you have installed the server and define JRE.</para></listitem>
</itemizedlist>
<figure>
@@ -183,7 +185,7 @@
<title>Note:</title>
<para>When adding a new server you will need to specify what JRE to use. It is
important to set this value to a full JDK, not JRE. Again, you need a full JDK to run Web
applications, JRE will not be enough.</para>
</note>
-<itemizedlist continuation="continues">
+<itemizedlist>
<listitem><para>In the following window leave all settings default or
give your name to a new jboss server and press
<emphasis><property>Finish</property></emphasis>.</para></listitem>
</itemizedlist>
<figure>
@@ -204,7 +206,7 @@
</mediaobject>
</figure>
-<itemizedlist continuation="continues">
+<itemizedlist>
<listitem><para>Click
<emphasis><property>OK</property></emphasis>. Then select a new
added runtime in Server runtime drop down list and click
<emphasis><property>Next</property></emphasis> button
twice.</para></listitem>
</itemizedlist>
<figure>