[richfaces-svn-commits] JBoss Rich Faces SVN: r13646 - trunk/docs/realworld_app_guide/en/src/main/docbook/modules.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Apr 17 12:14:20 EDT 2009
Author: smukhina
Date: 2009-04-17 12:14:20 -0400 (Fri, 17 Apr 2009)
New Revision: 13646
Modified:
trunk/docs/realworld_app_guide/en/src/main/docbook/modules/getting_started.xml
Log:
https://jira.jboss.org/jira/browse/RF-5768 syntax errors are fixed in xml files
Modified: trunk/docs/realworld_app_guide/en/src/main/docbook/modules/getting_started.xml
===================================================================
--- trunk/docs/realworld_app_guide/en/src/main/docbook/modules/getting_started.xml 2009-04-17 16:03:41 UTC (rev 13645)
+++ trunk/docs/realworld_app_guide/en/src/main/docbook/modules/getting_started.xml 2009-04-17 16:14:20 UTC (rev 13646)
@@ -32,8 +32,12 @@
<para>Do the following steps for downloading and installing the Real World demo.</para>
<itemizedlist>
- <listitem><para><literallayout><emphasis>Checkout the project using installed SVN client</emphasis>.
- URL of repository: <code>https://svn.jboss.org/repos/richfaces/trunk/test-applications/realworld/</code></literallayout></para></listitem>.
+ <listitem>
+ <para>
+ <emphasis>Checkout the project using installed SVN client:</emphasis>.
+ <ulink url="https://svn.jboss.org/repos/richfaces/trunk/test-applications/realworld/">https://svn.jboss.org/repos/richfaces/trunk/test-applications/realworld/</ulink>
+ </para>
+ </listitem>
<listitem><para><emphasis>Build the project</emphasis>. Open command line, point to the folder with checkouted project and tell Maven: <code>mvn clean install eclipse:eclipse</code>.</para></listitem>
<listitem><para><emphasis>Import the project into your IDE</emphasis>. Steps to do for JBDS users: click <code>File</code> -> <code>Import</code> and select <code>Existing project into Workspace</code> as import source; in <code>Import Project</code> window click <code>Browse</code> button and point to the realworld project folder; сlick <code>OK</code>. Three SNAPSHOTS (ear, ejb, web) should appear in <code>Projects</code> area. Checkmark them all and click <code>Finish</code>. These projects should appear in JBDS <code>Package Explorer</code> window.</para></listitem>
<listitem><para><emphasis>Register the pass to project images</emphasis>. Open project <code>web.xml</code> file (<code>realworld-web-1.0-SNAPSHOT/src/main/webapp/WEB-INF/web.xml</code>) and change <code>uploadRoot</code> parameter value from <code>E:/Andrey/Upload/</code> to yours e.g. <code>D:/realworld/Upload/</code>.</para></listitem>
More information about the richfaces-svn-commits
mailing list