You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2011/11/15 21:41:53 UTC

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

Author: jasha
Date: Tue Nov 15 20:41:53 2011
New Revision: 1202414

URL: http://svn.apache.org/viewvc?rev=1202414&view=rev
Log:
Remove JRebel instructions that don't work anymore since the project restructuring
Mention that canonical is the admin user

Modified:
    incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext
    incubator/rave/site/trunk/content/rave/source.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=1202414&r1=1202413&r2=1202414&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 Tue Nov 15 20:41:53 2011
@@ -75,60 +75,6 @@ exist. Furthermore, if you are not using
 If you have "Build automatically" enabled within Eclipse, the FileSync plugin will synchronize
 changes automatically after you saved them in Eclipse. Otherwise you can force a manual
 synchronization from the project (rave-portal or rave-shindig) its context menu actions.
-    
-### Using Remote debugging with the JRebel plugin
-
-Using [JRebel][9] 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
-will need to buy your own licence (you can try out a free 30 day trial licence first).
-
-#### Setting up the JRebel plugin
-To enable JRebel for the Rave project add the following profile to the rave-project (root) pom:
-
-    <profile>
-      <id>jrebel</id>
-      <activation>
-        <property>
-          <name>jrebel</name>
-        </property>
-      </activation>
-      <properties>
-        <javaagent>-javaagent:${env.REBEL_HOME}/jrebel.jar</javaagent>
-      </properties>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.zeroturnaround</groupId>
-            <artifactId>jrebel-maven-plugin</artifactId>
-            <version>1.0.7</version>
-            <executions>
-              <execution>
-                <id>generate-rebel-xml</id>
-                <phase>process-resources</phase>
-                <goals>
-                  <goal>generate</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-To build the Rave project with JRebel descriptors run
-
-    mvn install -Djrebel
-
-The same profile also takes care of enabling the JRebel java agent when running Cargo. 
-To run Cargo with JRebel enabled, use the following command from the rave-portal directory:
-
-    mvn cargo:run -Djrebel
-
-Note: using both the Eclipse FileSync plugin for (only) resources synchronization and JRebel 
-for the hot-code replacement probably will provide the best combination with the least
-configuration overhead.
 
 ### Using Eclipse WTP
 The Rave project can also be deployed through Eclipse WTP, and might be adequate for some, but it

Modified: incubator/rave/site/trunk/content/rave/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/source.mdtext?rev=1202414&r1=1202413&r2=1202414&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/source.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/source.mdtext Tue Nov 15 20:41:53 2011
@@ -76,7 +76,7 @@ Once the server is running:
 
   * localhost:8080/portal
   * login as one of the following test users (password is same as username)
-    * canonical
+    * canonical (this user has admin rights)
     * john.doe
     * jane.doe
     * OpenID: http://rave2011.myopenid.com/ (password rave2011)