Author: atsebro
Date: 2009-01-12 13:21:53 -0500 (Mon, 12 Jan 2009)
New Revision: 12233
Modified:
trunk/docs/realworld_app_guide/en/src/main/docbook/modules/getting_started.xml
Log:
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-01-12
17:58:40 UTC (rev 12232)
+++
trunk/docs/realworld_app_guide/en/src/main/docbook/modules/getting_started.xml 2009-01-12
18:21:53 UTC (rev 12233)
@@ -34,10 +34,10 @@
<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/rea...;.
- <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:eclipseMaven
2.0.9</code>.</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>
- <listitem><para><emphasis>Run
realworld-ear-1.0-SNAPSHOT</emphasis> on the <code>JBoss 4.2.
Server</code> under 3 Runtime (those who prefer manual job ^) should deploy and
start realqorld.ear file).</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>
+ <listitem><para><emphasis>Run
realworld-ear-1.0-SNAPSHOT</emphasis> on the <code>JBoss 4.2.
Server</code> under 3 Runtime (those who prefer manual job should deploy and start
<code>realworld.ear</code> file).</para></listitem>
<listitem><para>Browse to
<code>http:/localhost:8080/realworld</code>.</para></listitem>
</itemizedlist>