[jboss-cvs] JBossAS SVN: r102531 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 17 16:26:32 EDT 2010


Author: jason.greene at jboss.com
Date: 2010-03-17 16:26:32 -0400 (Wed, 17 Mar 2010)
New Revision: 102531

Modified:
   trunk/README.txt
Log:
Add eclipse instructions


Modified: trunk/README.txt
===================================================================
--- trunk/README.txt	2010-03-17 18:32:49 UTC (rev 102530)
+++ trunk/README.txt	2010-03-17 20:26:32 UTC (rev 102531)
@@ -39,5 +39,14 @@
 Build the tests "./build.sh"
 Run the tests "./build.sh tests"
 
-
-
+Using Eclipse
+-------------
+To use eclipse you need to use the m2eclipse plugin (http://m2eclipse.sonatype.org/).
+The following steps are recommended:
+1. Install the latest version of eclipse
+2. Set Xmx in eclipse.ini to be at least 512M, and make sure it's using java 6
+3. On the command line run ./build.sh eclipse:m2eclipse
+4. launch eclipse and install the m2eclipse plugin, and make sure it uses your repo configs
+5. In eclipse preferences Java->Compiler->Errors/Warnings->Deprecated and restricted set forbidden reference to WARNING 
+6. Use import on the root pom, which will pull in all modules
+7. Wait (m2eclipse takes awhile on initial import, especially if you did not do step 3)




More information about the jboss-cvs-commits mailing list