You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2015/05/19 23:36:34 UTC

svn commit: r1680398 - in /deltaspike/site/trunk/content/documentation: build.html snapshots.html

Author: rafabene
Date: Tue May 19 21:36:34 2015
New Revision: 1680398

URL: http://svn.apache.org/r1680398
Log:
Site checkin for project Apache DeltaSpike Documentation

Modified:
    deltaspike/site/trunk/content/documentation/build.html
    deltaspike/site/trunk/content/documentation/snapshots.html

Modified: deltaspike/site/trunk/content/documentation/build.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/build.html?rev=1680398&r1=1680397&r2=1680398&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/build.html (original)
+++ deltaspike/site/trunk/content/documentation/build.html Tue May 19 21:36:34 2015
@@ -459,6 +459,40 @@ Set <code>WLS_HOME</code> so that <code>
 </div>
 </div>
 <div class="sect1">
+<h2 id="_build_and_debug_with_a_java_ee6_application_servers">Build and Debug with a Java EE6+ application servers</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Tests can be debugged through Java EE 6+ application servers. Configurations are currently provided as details in the table here.</p>
+</div>
+<table class="tableblock frame-all grid-all spread">
+<caption class="title">Table 3. Integration Tests with debug</caption>
+<colgroup>
+<col style="width: 40%;">
+<col style="width: 60%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Container</th>
+<th class="tableblock halign-left valign-top">Command to Execute Arquillian Tests with remote debugging</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Apache TomEE</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p>Use remote debuggig at port 5005</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="shell">mvn test -Ptomee-build-managed -Dtest=UnitTestName -Dopenejb.server.debug=true</code></pre>
+</div>
+</div></div></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect1">
 <h2 id="_next">Next</h2>
 <div class="sectionbody">
 <div class="ulist">
@@ -493,6 +527,7 @@ Set <code>WLS_HOME</code> so that <code>
 <li><a href="#_build_without_cdi_implementation_tests">Build without CDI Implementation Tests</a></li>
 <li><a href="#_build_and_test_with_a_cdi_implementation">Build and Test with a CDI Implementation</a></li>
 <li><a href="#_build_and_test_with_a_cdi_container">Build and Test with a CDI Container</a></li>
+<li><a href="#_build_and_debug_with_a_java_ee6_application_servers">Build and Debug with a Java EE6+ application servers</a></li>
 <li><a href="#_next">Next</a></li>
 </ul>
                     </div>

Modified: deltaspike/site/trunk/content/documentation/snapshots.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/snapshots.html?rev=1680398&r1=1680397&r2=1680398&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/snapshots.html (original)
+++ deltaspike/site/trunk/content/documentation/snapshots.html Tue May 19 21:36:34 2015
@@ -344,7 +344,7 @@ Snapshots provide previews of DeltaSpike
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;deltaspike.version&gt;</span>1.3.1-SNAPSHOT<span class="tag">&lt;/deltaspike.version&gt;</span>
+    <span class="tag">&lt;deltaspike.version&gt;</span>1.4.0-SNAPSHOT<span class="tag">&lt;/deltaspike.version&gt;</span>
 <span class="tag">&lt;/properties&gt;</span></code></pre>
 </div>
 </div>