[jboss-cvs] JBossAS SVN: r103088 - projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 28 21:09:30 EDT 2010


Author: misty at redhat.com
Date: 2010-03-28 21:09:30 -0400 (Sun, 28 Mar 2010)
New Revision: 103088

Modified:
   projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml
Log:
Addressed JIRA https://jira.jboss.org/jira/browse/JBAS-6293


Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml	2010-03-29 00:14:07 UTC (rev 103087)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml	2010-03-29 01:09:30 UTC (rev 103088)
@@ -298,7 +298,7 @@
 			<para>Let's look at building the example application and then explore the configuration files in detail.
 			</para>
 			<para>
-				In <xref linkend="About_the_Example_Applications"/>, we looked at the directory structure of the <literal>jsfejb3</literal> sample application. At the command line, go to the <literal>jsfejb3</literal> directory. There you will see a <literal>build.xml</literal> file. This is our Ant build script for compiling and packaging the archives. To build the application, you need to first of all edit the <literal>build.xml</literal> file and edit the value of <literal>jboss-dist</literal> to reflect the location where the JBoss Application Server is installed. Once you have done this, just type the command <literal>ant</literal> and your output should look like this:
+			  <remark>In <xref linkend="About_the_Example_Applications"/>, we looked at the directory structure of the <literal>jsfejb3</literal> sample application. </remark>First, check out the example code at <ulink url=https://anonsvn.jboss.org/repos/jbossas/projects/docs/enterprise/5.0/Examples/gettingstarted-examples/jsfejb3/" />.  At the command line, go to the <literal>jsfejb3</literal> directory. There you will see a <literal>build.xml</literal> file. This is our Ant build script for compiling and packaging the archives. To build the application, you need to first of all edit the <literal>build.xml</literal> file and edit the value of <literal>jboss-dist</literal> to reflect the location where the JBoss Application Server is installed. Once you have done this, just type the command <literal>ant</literal> and your output should look like this:
 			</para>
 <screen>[user at localhost jsfejb3]$ ant
 Buildfile: build.xml




More information about the jboss-cvs-commits mailing list