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

svn commit: r951932 - in /websites/staging/deltaspike/trunk/content: ./ documentation/build.html documentation/snapshots.html

Author: buildbot
Date: Tue May 19 21:36:50 2015
New Revision: 951932

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/documentation/build.html
    websites/staging/deltaspike/trunk/content/documentation/snapshots.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 19 21:36:50 2015
@@ -1 +1 @@
-1679914
+1680398

Modified: websites/staging/deltaspike/trunk/content/documentation/build.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/documentation/build.html (original)
+++ websites/staging/deltaspike/trunk/content/documentation/build.html Tue May 19 21:36:50 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: websites/staging/deltaspike/trunk/content/documentation/snapshots.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/documentation/snapshots.html (original)
+++ websites/staging/deltaspike/trunk/content/documentation/snapshots.html Tue May 19 21:36:50 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>