[jboss-cvs] JBossAS SVN: r98071 - projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 21 02:01:45 EST 2009


Author: laubai
Date: 2009-12-21 02:01:45 -0500 (Mon, 21 Dec 2009)
New Revision: 98071

Modified:
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Example_Installation.xml
Log:
Edited Book Example chapter of Admin and Config Guide.

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Example_Installation.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Example_Installation.xml	2009-12-21 06:48:03 UTC (rev 98070)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Book_Example_Installation.xml	2009-12-21 07:01:45 UTC (rev 98071)
@@ -5,35 +5,34 @@
 <appendix id="Book_Example_Installation">
 	<title>Book Example Installation</title>
 	<para>
-		The book comes with the source code for the examples discussed in the book. You can download the examples zip file from <ulink url="http://www.redhat.com/docs/manuals/jboss">http://www.redhat.com/docs/manuals/jboss</ulink>. Unzipping the example code archive creates a JBoss <literal>jboss&lt;version&gt;guide</literal> directory that contains an <literal>examples</literal> subdirectory. This is the <literal>examples</literal> directory referred to by the book.
+		The book comes with the source code for the examples discussed in the book. You can download the examples zip file from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Web_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Web_Platform/</ulink>. Unzipping the example code archive creates a JBoss <literal>jboss-$VERSION-guide</literal> directory that contains an <filename>examples</filename> subdirectory. This is the <filename>examples</filename> directory referred to by the book.
 	</para>
 	<para>
-		The only customization needed before the examples may be used is to set the location of the JBoss server distribution. This may be done by editing the <literal>examples/build.xml</literal> file and changing the <literal>jboss.dist</literal> property value. This is shown in bold below:
+		The only customization needed before the examples may be used is to set the location of the JBoss server distribution. This may be done by editing the <filename>examples/build.xml</filename> file and changing the <varname>jboss.dist</varname> property value. This is shown in bold below:
 	</para>
 <programlisting>&lt;project name="JBoss book examples" default="build-all" basedir="."&gt;
     &lt;!-- Allow override from local properties file --&gt;
     &lt;property file="ant.properties"/&gt;
 
     &lt;!-- Override with your JBoss server bundle dist location --&gt;
-    &lt;property name="jboss.dist"        value="<emphasis role="bold">/tmp/jboss-&lt;version&gt;</emphasis>"/&gt;
+    &lt;property name="jboss.dist" value="/tmp/jboss-$VERSION"/&gt;
     &lt;property name="jboss.deploy.conf" value="default"/&gt;
     ...
 </programlisting>
 	<para>
-		or by creating an <literal>.ant.properties</literal> file in the examples directory that contains a definition for the <literal>jboss.dist</literal> property. For example:
+		or by creating an <filename>.ant.properties</filename> file in the examples directory that contains a definition for the <filename>jboss.dist</filename> property. For example:
 	</para>
-	<programlisting>jboss.dist=/usr/local/jboss/jboss-&lt;version&gt;</programlisting>
+	<programlisting>jboss.dist=/usr/local/jboss/jboss-$VERSION</programlisting>
 	<para>
-		Part of the verification process validates that the version you are running the examples against matches what the book examples were tested against. If you have a problem running the examples first look for the output of the validate target such as the following:
+		Part of the verification process validates that the version you are running the examples against matches the version that the book examples were tested against. If you have a problem running the examples, first look for the output of the validate target such as the following:
 	</para>
 <programlisting>validate:
      [java] ImplementationTitle: JBoss [Zion]
      [java] ImplementationVendor: JBoss Inc.
-     [java] ImplementationVersion: &lt;version&gt; (build: CVSTag=JBoss_&lt;version&gt; date=200704070944)
+     [java] ImplementationVersion: $VERSION (build: CVSTag=JBoss_$VERSION date=200704070944)
      [java] SpecificationTitle: JBoss
      [java] SpecificationVendor: JBoss (http://www.jboss.org/)
-     [java] SpecificationVersion: &lt;version&gt;
-     [java] JBoss version is: &lt;version&gt;
+     [java] SpecificationVersion: $VERSION
+     [java] JBoss version is: $VERSION
 </programlisting>
-</appendix>
-
+</appendix>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list