Author: pete.muir(a)jboss.org
Date: 2010-02-21 09:37:53 -0500 (Sun, 21 Feb 2010)
New Revision: 5920
Modified:
examples/trunk/se/hello-world/readme.txt
examples/trunk/se/numberguess/readme.txt
Log:
Fix advice for running in m2eclipse
Modified: examples/trunk/se/hello-world/readme.txt
===================================================================
--- examples/trunk/se/hello-world/readme.txt 2010-02-21 14:17:46 UTC (rev 5919)
+++ examples/trunk/se/hello-world/readme.txt 2010-02-21 14:37:53 UTC (rev 5920)
@@ -25,6 +25,10 @@
on your classpath, which is most easily done by loading the project into your
favourite Maven-capable IDE and running it from there..
+If you are using m2eclipse, and the application won't start, make sure you uncheck
+"Resolve dependencies from Workspace projects" in the Maven properties panel.
Then
+run a full build to ensure all classes are in the right place.
+
To run this example using Maven directly:
- Open a command line/terminal window in the examples/se/numberguess directory
Modified: examples/trunk/se/numberguess/readme.txt
===================================================================
--- examples/trunk/se/numberguess/readme.txt 2010-02-21 14:17:46 UTC (rev 5919)
+++ examples/trunk/se/numberguess/readme.txt 2010-02-21 14:37:53 UTC (rev 5920)
@@ -1,4 +1,4 @@
-====
+cd====
JBoss, Home of Professional Open Source
Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
@@ -25,6 +25,10 @@
on your classpath, which is most easily done by loading the project into your
favourite Maven-capable IDE and running it from there.
+If you are using m2eclipse, and the application won't start, make sure you uncheck
+"Resolve dependencies from Workspace projects" in the Maven properties panel.
Then
+run a full build to ensure all classes are in the right place.
+
To run this example using Maven directly:
- Ensure that Maven 2 (version 2.0.10+) is installed and in your PATH
Show replies by date