[weld-commits] Weld SVN: r4959 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 10 11:14:42 EST 2009


Author: dan.j.allen
Date: 2009-11-10 11:14:41 -0500 (Tue, 10 Nov 2009)
New Revision: 4959

Modified:
   doc/trunk/reference/en-US/weldexamples.xml
Log:
reapply Jetty port change 8080->9090 and note about m2eclipse import


Modified: doc/trunk/reference/en-US/weldexamples.xml
===================================================================
--- doc/trunk/reference/en-US/weldexamples.xml	2009-11-10 14:27:52 UTC (rev 4958)
+++ doc/trunk/reference/en-US/weldexamples.xml	2009-11-10 16:14:41 UTC (rev 4959)
@@ -468,6 +468,13 @@
                that allow the project to compile. You're now ready to develop!
             </para>
 
+            <note>
+               <para>
+                  You are also advised to uncheck the box "Skip Maven compiler when processing resources" in the Maven
+                  properties screen because of conflicts with the Maven enforcer plugin.
+               </para>
+            </note>
+
             <para>
                If you are not using the m2eclipse plugin, you have to follow different steps to import the project.
                First, switch into the Wicket numberguess example, then execute the Maven Eclipse plugin with the jetty
@@ -500,10 +507,10 @@
          
             <para>
                This project follows the <literal>wicket-quickstart</literal> approach of creating an instance of Jetty
-               in the <literal>Start</literal> class.  So running the example is as simple as right-clicking on that
+               in the <literal>Start</literal> class. So running the example is as simple as right-clicking on that
                Start class in <literal>src/test/java</literal> in the <emphasis>Package Explorer</emphasis> and choosing
                <emphasis>Run as Java Application</emphasis>. You should see console output related to Jetty starting up;
-               then visit able <literal>http://localhost:8080</literal> to view the app. To debug choose <emphasis>Debug
+               then visit able <literal>http://localhost:9090</literal> to view the app. To debug choose <emphasis>Debug
                as Java Application</emphasis> instead.
             </para>
          </section>
@@ -525,7 +532,7 @@
 
             <para>
                to deploy the example to Tomcat. You can then access application at
-               <literal>http://localhost:8080/weld-numberguess-wicket</literal>.
+               <literal>http://localhost:9090/weld-numberguess-wicket</literal>.
             </para>
 
             <para>



More information about the weld-commits mailing list