Author: cpopetz
Date: 2009-04-19 16:34:17 -0400 (Sun, 19 Apr 2009)
New Revision: 2518
Modified:
doc/trunk/reference/en-US/gettingstarted.xml
Log:
add -Pjetty docs
Modified: doc/trunk/reference/en-US/gettingstarted.xml
===================================================================
--- doc/trunk/reference/en-US/gettingstarted.xml 2009-04-19 20:30:54 UTC (rev 2517)
+++ doc/trunk/reference/en-US/gettingstarted.xml 2009-04-19 20:34:17 UTC (rev 2518)
@@ -715,13 +715,14 @@
</para>
<programlisting><![CDATA[cd examples/wicket/numberguess
-mvn eclipse:eclipse]]></programlisting>
+mvn -Pjetty eclipse:eclipse]]></programlisting>
<para>
Then, from eclipse, choose <emphasis>File -> Import -> General
-> Existing Projects into Workspace</emphasis>,
select the root directory of the numberguess example, and click
- finish. This will create a project in your workspace called
- <literal>webbeans-wicket-numberguess</literal>
+ finish. Note that if you do not intend to run the example with jetty from
+ within eclipse, omit the "-Pjetty." This will create a project in your
+ workspace called <literal>webbeans-wicket-numberguess</literal>
</para>
<mediaobject>
@@ -1522,4 +1523,4 @@
examples and translating this reference guide.
</para>
-</chapter>
\ No newline at end of file
+</chapter>
Show replies by date