Author: ykryvinchanka
Date: 2007-11-02 06:03:26 -0400 (Fri, 02 Nov 2007)
New Revision: 4654
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/testNG.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-150 GSG. Highlighting.
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-11-02
08:18:00 UTC (rev 4653)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-11-02
10:03:26 UTC (rev 4654)
@@ -150,7 +150,7 @@
</mediaobject>
</figure>
<itemizedlist>
- <listitem><para>Click, for example, <emphasis>WAR</emphasis>
option to create war archive</para></listitem>
+ <listitem><para>Click, for example,
<emphasis><property>WAR</property></emphasis> option to create war
archive</para></listitem>
</itemizedlist>
<para>In the dialog New WAR you can see automatically selected default
values</para>
<figure>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-11-02
08:18:00 UTC (rev 4653)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-11-02
10:03:26 UTC (rev 4654)
@@ -320,15 +320,15 @@
<para><emphasis role="bold">Do I need to have JBoss server
installed to run Red Hat Developer Studio?</emphasis></para>
<para>No. Red Hat Developer Studio already comes bundled with JBoss server. We
bundle it together so that you don't need to download any additional software and
can test your application in a Web browser right away.</para>
- <para>If you want to use a different JBoss server installation, after Red Hat
Developer Studio is installed open Servers View (select <emphasis>Window >
Show View > Others > Server > Servers</emphasis>), then right
click on this <emphasis>view > New > Server</emphasis> and
follow the wizards steps to point to another Jboss server installation.</para>
+ <para>If you want to use a different JBoss server installation, after Red Hat
Developer Studio is installed open Servers View (select
<emphasis><property>Window > Show View > Others > Server
> Servers</property></emphasis>), then right click on this
<emphasis><property>view > New >
Server</property></emphasis> and follow the wizards steps to point to another
Jboss server installation.</para>
<para>Red Hat Developer Studio works with any servlet container, not just JBoss.
For more information on deployment, please see the Deploying Your Application
section.</para>
</section>
<section id="Importing_Projects">
<title>Importing Projects</title>
<para><emphasis role="bold">I have an existing Struts or JSF
project. Can I open the project in RHDS?</emphasis></para>
- <para>Yes. From main menu select <emphasis>File > Import >
Other > JSF Project (or Struts Project)</emphasis> and follow wizards
steps.</para>
+ <para>Yes. From main menu select <emphasis><property>File >
Import > Other > JSF Project (or Struts
Project)</property></emphasis> and follow wizards steps.</para>
<para><emphasis role="bold">Can I import a .war
file?</emphasis></para>
- <para>Yes. Select <emphasis>File > Import > Web > WAR
file</emphasis>, then follow importing steps.</para>
+ <para>Yes. Select <emphasis><property>File > Import >
Web > WAR file</property></emphasis>, then follow importing
steps.</para>
</section>
<section id="Troubleshooting">
<title>Troubleshooting, Problems, Configuration, Error Messages</title>
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/testNG.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/testNG.xml 2007-11-02
08:18:00 UTC (rev 4653)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/testNG.xml 2007-11-02
10:03:26 UTC (rev 4654)
@@ -12,7 +12,7 @@
<section>
<title>What is TestNG?</title>
<para><property>TestNG</property> ("Testing, the Next
Generation") is a Java unit testing framework that aims to overcome many
limitations of JUnit.
- <property>TestNG</property> introduces some new functionalities
that make it more powerful and easier to use, such as:</para>
+ TestNG introduces some new functionalities that make it more powerful and
easier to use, such as:</para>
<itemizedlist>
<listitem><para>JDK 5 Annotations (JDK 1.4 is also supported with
JavaDoc annotations).</para></listitem>
<listitem><para>Flexible test
configuration.</para></listitem>
@@ -80,7 +80,7 @@
</figure>
<itemizedlist>
- <listitem><para>Select <property>EAR</property> next
to <emphasis><property>Deploy as:</property></emphasis>
field.</para></listitem>
+ <listitem><para>Select
<emphasis><property>EAR</property></emphasis> next to
<emphasis><property>Deploy as:</property></emphasis>
field.</para></listitem>
</itemizedlist>
<figure>
@@ -194,7 +194,7 @@
</mediaobject>
</figure>
- <para>After clicking on <property>ActionLocal Tests</property>
link you will see the Results for ActionLocal Tests.</para>
+ <para>After clicking on <emphasis><property>ActionLocal
Tests</property></emphasis> link you will see the Results for ActionLocal
Tests.</para>
<figure>
<title>Test Information</title>