You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by rg...@apache.org on 2011/08/08 00:02:20 UTC

svn commit: r1154779 - /incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext

Author: rgardler
Date: Sun Aug  7 22:02:19 2011
New Revision: 1154779

URL: http://svn.apache.org/viewvc?rev=1154779&view=rev
Log:
Add note about subsclipse integration

Modified:
    incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext

Modified: incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext?rev=1154779&r1=1154778&r2=1154779&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext Sun Aug  7 22:02:19 2011
@@ -21,6 +21,7 @@ Notice:    Licensed to the Apache Softwa
   * Install [Eclipse for Java EE][1]
   * Install M2Eclipse from the [Update Site][2]
   * Install [Subclipse][3]
+  * Install Maven Integration for Subclipse from the [update site][4]
   * File -> Import -> Maven -> Check Out maven project from SCM
     * select SVN
     * URL for anonymous access is http://svn.apache.org/repos/asf/incubator/rave/trunk
@@ -43,17 +44,17 @@ There are a few different ways to do thi
 
 ### Using Remote debugging and the Eclipse FileSync plugin
 
-The OSS [Eclipse FileSync][4] plugin can automatically synchronize (re)source changes
+The OSS [Eclipse FileSync][5] plugin can automatically synchronize (re)source changes
 (e.g. .jsp, .css, .js) made in the Eclipse IDE directly to the runtime tomcat deployment
 started (separately) through maven cargo:start. And you can attach the Eclipse debugger
 to the cargo started Tomcat instance (see above) as remote application on default port 8000.
     
-The [maven-filesync-plugin][5] is pre-configured to generate default Eclipse FileSync
+The [maven-filesync-plugin][6] is pre-configured to generate default Eclipse FileSync
 configurations for the rave-shindig and rave-portal projects, mapping their source folders
 src/main/webapps and src/main/resources to synchronize (copy) changes to the Tomcat deployment
 environment under rave-portal/target/Tomcat6x, so this will work out-of-the-box.
 
-Prerequisite: install the Eclipse FileSync plugin from its [Update Site][6]
+Prerequisite: install the Eclipse FileSync plugin from its [Update Site][7]
     
 The first time you build the Rave project with maven, the maven-filesync-plugin
 will generate this default FileSync configuration for the FileSync plugin.
@@ -69,7 +70,7 @@ synchronization from the project (rave-p
     
 ### Using Remote debugging with the JRebel plugin
 
-Using [JRebel][7] provides one the best remote debugging and runtime code change synchronizing
+Using [JRebel][8] provides one the best remote debugging and runtime code change synchronizing
 solutions, as well as can handle resource (non-code) change synchronization.
     
 However, JRebel is not free. If you are a committer you can get a free licence, but if not you
@@ -127,7 +128,7 @@ it is less functional and sometimes a bi
 of the m2eclipse WTP integration for maven war overlays (which the rave-shindig project uses),
 you'll need to use some workarounds to make it workable.
 
-Prerequisite: Install m2eclipse-wtp integration from the m2eclipse-extras [Update Site][8]
+Prerequisite: Install m2eclipse-wtp integration from the m2eclipse-extras [Update Site][9]
 
 If you already imported the Rave projects in Eclipse, first remove them (but don't need to delete them)
 and then (re)import the Rave project as Maven projects to get the m2eclipse-wtp integration enabled. 
@@ -153,11 +154,13 @@ Now we need to add the the two webapps t
   * Start the server
   * Now see the instructions above for logging into the server
 
-[1]: http://download.eclipse.org/webtools/downloads/
-[2]: http://m2eclipse.sonatype.org/sites/m2e
-[3]: http://subclipse.tigris.org/update_1.6.x/
-[4]: http://andrei.gmxhome.de/filesync/index.html
-[5]: http://code.google.com/p/mavenfilesync/
-[6]: http://andrei.gmxhome.de/eclipse/
-[7]: http://www.zeroturnaround.com/jrebel/how-to-install-jrebel-for-eclipse/
-[8]: http://m2eclipse.sonatype.org/sites/m2e-extras
\ No newline at end of file
+
+  [1]: http://download.eclipse.org/webtools/downloads/
+  [2]: http://m2eclipse.sonatype.org/sites/m2e
+  [3]: http://subclipse.tigris.org/update_1.6.x/
+  [4]: http://m2eclipse.sonatype.org/sites/m2e-extras
+  [5]: http://andrei.gmxhome.de/filesync/index.html
+  [6]: http://code.google.com/p/mavenfilesync/
+  [7]: http://andrei.gmxhome.de/eclipse/
+  [8]: http://www.zeroturnaround.com/jrebel/how-to-install-jrebel-for-eclipse/
+  [9]: http://m2eclipse.sonatype.org/sites/m2e-extras
\ No newline at end of file