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:43:13 UTC

svn commit: r798726 - in /websites/production/rave: ./ content/rave/ide-settings-and-debugging.html content/rave/source.html

Author: jasha
Date: Tue Nov 15 20:43:12 2011
New Revision: 798726

Log:
remove Jrebel instructions that no longer work
mention that canonical has admin rights in the getting started instructions

Modified:
    websites/production/rave/   (props changed)
    websites/production/rave/content/rave/ide-settings-and-debugging.html
    websites/production/rave/content/rave/source.html

Propchange: websites/production/rave/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Nov 15 20:43:12 2011
@@ -1 +1 @@
-/websites/staging/rave/trunk:787226-798703
+/websites/staging/rave/trunk:787226-798725

Modified: websites/production/rave/content/rave/ide-settings-and-debugging.html
==============================================================================
--- websites/production/rave/content/rave/ide-settings-and-debugging.html (original)
+++ websites/production/rave/content/rave/ide-settings-and-debugging.html Tue Nov 15 20:43:12 2011
@@ -128,59 +128,6 @@ exist. Furthermore, if you are not using
 <p>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.</p>
-<h3 id="using_remote_debugging_with_the_jrebel_plugin">Using Remote debugging with the JRebel plugin</h3>
-<p>Using <a href="http://www.zeroturnaround.com/jrebel/how-to-install-jrebel-for-eclipse/">JRebel</a> provides one the best remote debugging and runtime code change synchronizing
-solutions, as well as can handle resource (non-code) change synchronization.</p>
-<p>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).</p>
-<h4 id="setting_up_the_jrebel_plugin">Setting up the JRebel plugin</h4>
-<p>To enable JRebel for the Rave project add the following profile to the rave-project (root) pom:</p>
-<div class="codehilite"><pre><span class="nt">&lt;profile&gt;</span>
-  <span class="nt">&lt;id&gt;</span>jrebel<span class="nt">&lt;/id&gt;</span>
-  <span class="nt">&lt;activation&gt;</span>
-    <span class="nt">&lt;property&gt;</span>
-      <span class="nt">&lt;name&gt;</span>jrebel<span class="nt">&lt;/name&gt;</span>
-    <span class="nt">&lt;/property&gt;</span>
-  <span class="nt">&lt;/activation&gt;</span>
-  <span class="nt">&lt;properties&gt;</span>
-    <span class="nt">&lt;javaagent&gt;</span>-javaagent:<span class="cp">${</span><span class="n">env</span><span class="o">.</span><span class="n">REBEL_HOME</span><span class="cp">}</span>/jrebel.jar<span class="nt">&lt;/javaagent&gt;</span>
-  <span class="nt">&lt;/properties&gt;</span>
-  <span class="nt">&lt;build&gt;</span>
-    <span class="nt">&lt;plugins&gt;</span>
-      <span class="nt">&lt;plugin&gt;</span>
-        <span class="nt">&lt;groupId&gt;</span>org.zeroturnaround<span class="nt">&lt;/groupId&gt;</span>
-        <span class="nt">&lt;artifactId&gt;</span>jrebel-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>
-        <span class="nt">&lt;version&gt;</span>1.0.7<span class="nt">&lt;/version&gt;</span>
-        <span class="nt">&lt;executions&gt;</span>
-          <span class="nt">&lt;execution&gt;</span>
-            <span class="nt">&lt;id&gt;</span>generate-rebel-xml<span class="nt">&lt;/id&gt;</span>
-            <span class="nt">&lt;phase&gt;</span>process-resources<span class="nt">&lt;/phase&gt;</span>
-            <span class="nt">&lt;goals&gt;</span>
-              <span class="nt">&lt;goal&gt;</span>generate<span class="nt">&lt;/goal&gt;</span>
-            <span class="nt">&lt;/goals&gt;</span>
-          <span class="nt">&lt;/execution&gt;</span>
-        <span class="nt">&lt;/executions&gt;</span>
-      <span class="nt">&lt;/plugin&gt;</span>
-    <span class="nt">&lt;/plugins&gt;</span>
-  <span class="nt">&lt;/build&gt;</span>
-<span class="nt">&lt;/profile&gt;</span>
-</pre></div>
-
-
-<p>To build the Rave project with JRebel descriptors run</p>
-<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">install</span> <span class="o">-</span><span class="n">Djrebel</span>
-</pre></div>
-
-
-<p>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:</p>
-<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">cargo:run</span> <span class="o">-</span><span class="n">Djrebel</span>
-</pre></div>
-
-
-<p>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.</p>
 <h3 id="using_eclipse_wtp">Using Eclipse WTP</h3>
 <p>The Rave project can also be deployed through Eclipse WTP, and might be adequate for some, but it
 it is less functional and sometimes a bit quirky. Furthermore, because of (current) limitations

Modified: websites/production/rave/content/rave/source.html
==============================================================================
--- websites/production/rave/content/rave/source.html (original)
+++ websites/production/rave/content/rave/source.html Tue Nov 15 20:43:12 2011
@@ -127,7 +127,7 @@ needed on general and global level.</p>
 <ul>
 <li>localhost:8080/portal</li>
 <li>login as one of the following test users (password is same as username)<ul>
-<li>canonical</li>
+<li>canonical (this user has admin rights)</li>
 <li>john.doe</li>
 <li>jane.doe</li>
 <li>OpenID: http://rave2011.myopenid.com/ (password rave2011)</li>