Author: ilgrosso
Date: Fri Jul 13 12:44:16 2018
New Revision: 1835827

URL: http://svn.apache.org/viewvc?rev=1835827&view=rev
Log:
Replace JRebel with HotSwapAgent

Modified:
    syncope/site/building.html

Modified: syncope/site/building.html
URL: 
http://svn.apache.org/viewvc/syncope/site/building.html?rev=1835827&r1=1835826&r2=1835827&view=diff
==============================================================================
--- syncope/site/building.html (original)
+++ syncope/site/building.html Fri Jul 13 12:44:16 2018
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20180705" />
+    <meta name="Date-Revision-yyyymmdd" content="20180713" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Building</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -271,7 +271,7 @@
 <li><a href="#All_integration_tests">All integration tests</a></li>
 <li><a href="#Other_Content-Type_values">Other Content-Type values</a></li>
 <li><a href="#Debug">Debug</a></li>
-<li><a href="#JRebel">JRebel</a></li>
+<li><a href="#HotSwapAgent">HotSwapAgent</a></li>
 <li><a href="#DBMSes">DBMSes</a>
 <ul>
 <li><a href="#PostgreSQL">PostgreSQL</a></li>
@@ -287,11 +287,11 @@
 <li><a href="#fit.2Fconsole-reference">fit/console-reference</a>
 <ul>
 <li><a href="#Debug">Debug</a></li>
-<li><a href="#JRebel">JRebel</a></li></ul></li>
+<li><a href="#HotSwapAgent">HotSwapAgent</a></li></ul></li>
 <li><a href="#fit.2Fenduser-reference">fit/enduser-reference</a>
 <ul>
 <li><a href="#Debug">Debug</a></li>
-<li><a href="#JRebel">JRebel</a></li></ul></li>
+<li><a href="#HotSwapAgent">HotSwapAgent</a></li></ul></li>
 <li><a 
href="#ide.2Feclipse.2Fbundles.2Forg.apache.syncope.ide.eclipse.tests">ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests</a>
 <ul>
 <li><a href="#Eclipse_IDE_Plugin">Eclipse IDE 
Plugin</a></li></ul></li></ul></li></ul>
@@ -308,7 +308,7 @@
 <li>JDK 7 or higher for &#x2264; 2.0; JDK 8 or higher for later versions</li>
           
 <li>
-            <a class="externalLink" 
href="http://maven.apache.org/download.html";>Apache Maven</a> 3.0.3 or 
higher</li>
+            Latest <a class="externalLink" 
href="http://maven.apache.org/download.html";>Apache Maven</a></li>
           
 <li>
             <a href="source-repository.html">Latest source code</a>
@@ -409,7 +409,7 @@
         but console) and enables remote JPDA debugging on port 8000 in the 
running Java EE container (Tomcat).
         
 <div class="source"><pre class="prettyprint">$ mvn -Pdebug,all</pre></div>
-        or, without Flowable and Camel support
+        or, without Activiti and Camel support
         
 <div class="source"><pre class="prettyprint">$ mvn -Pdebug</pre></div>
 
@@ -424,15 +424,12 @@
 
         </div>
 <div class="section">
-<h4><a name="JRebel"></a>JRebel</h4>
-        As with Debug, but with <a class="externalLink" 
href="http://zeroturnaround.com/software/jrebel/";>JRebel</a> features enabled.
+<h4><a name="HotSwapAgent"></a>HotSwapAgent</h4>
+        Similar to Debug, but with <a class="externalLink" 
href="http://hotswapagent.org/";>HotSwapAgent</a> features enabled (requires
+        <a class="externalLink" href="https://github.com/dcevm/dcevm";>DCEVM 
Java</a> installed as &quot;alternative JVM&quot; and IDE of choice
+        <a class="externalLink" 
href="http://hotswapagent.org/mydoc_setup_netbeans.html";>set up properly</a>).
         
-<div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
-$ mvn -Pjrebel,all</pre></div>
-        or, without Flowable and Camel support
-        
-<div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
-$ mvn -Pjrebel</pre></div>
+<div class="source"><pre class="prettyprint">$ mvn -Photswap,all</pre></div>
 
         </div>
 <div class="section">
@@ -518,11 +515,12 @@ $ mvn -Pjrebel</pre></div>
 
         </div>
 <div class="section">
-<h4><a name="JRebel"></a>JRebel</h4>
-        As with Debug, but with <a class="externalLink" 
href="http://zeroturnaround.com/software/jrebel/";>JRebel</a> features enabled.
+<h4><a name="HotSwapAgent"></a>HotSwapAgent</h4>
+        Similar to Debug, but with <a class="externalLink" 
href="http://hotswapagent.org/";>HotSwapAgent</a> features enabled (requires
+        <a class="externalLink" href="https://github.com/dcevm/dcevm";>DCEVM 
Java</a> installed as &quot;alternative JVM&quot; and IDE of choice
+        <a class="externalLink" 
href="http://hotswapagent.org/mydoc_setup_netbeans.html";>set up properly</a>).
         
-<div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
-$ mvn -Pjrebel</pre></div>
+<div class="source"><pre class="prettyprint">$ mvn -Photswap</pre></div>
       </div></div>
       
       
@@ -548,11 +546,12 @@ $ nodejs/node/node nodejs/bin/protractor
 
         </div>
 <div class="section">
-<h4><a name="JRebel"></a>JRebel</h4>
-        As with Debug, but with <a class="externalLink" 
href="http://zeroturnaround.com/software/jrebel/";>JRebel</a> features enabled.
+<h4><a name="HotSwapAgent"></a>HotSwapAgent</h4>
+        Similar to Debug, but with <a class="externalLink" 
href="http://hotswapagent.org/";>HotSwapAgent</a> features enabled (requires
+        <a class="externalLink" href="https://github.com/dcevm/dcevm";>DCEVM 
Java</a> installed as &quot;alternative JVM&quot; and IDE of choice
+        <a class="externalLink" 
href="http://hotswapagent.org/mydoc_setup_netbeans.html";>set up properly</a>).
         
-<div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
-$ mvn -Pjrebel</pre></div>
+<div class="source"><pre class="prettyprint">$ mvn -Photswap</pre></div>
       </div></div>
 
       


Reply via email to