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:37:09 UTC

[1/2] deltaspike git commit: Update build.adoc

Repository: deltaspike
Updated Branches:
  refs/heads/master 5e98888fb -> 0813ac05f


Update build.adoc

Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/947ef585
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/947ef585
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/947ef585

Branch: refs/heads/master
Commit: 947ef58558637259cade6c3e8293e4ca985f86a8
Parents: 5e98888
Author: Daniel Cunha (soro) <da...@gmail.com>
Authored: Tue May 19 15:47:37 2015 -0300
Committer: Daniel Cunha (soro) <da...@gmail.com>
Committed: Tue May 19 15:47:37 2015 -0300

----------------------------------------------------------------------
 documentation/src/main/asciidoc/build.adoc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/947ef585/documentation/src/main/asciidoc/build.adoc
----------------------------------------------------------------------
diff --git a/documentation/src/main/asciidoc/build.adoc b/documentation/src/main/asciidoc/build.adoc
index 1a19766..c591f4e 100644
--- a/documentation/src/main/asciidoc/build.adoc
+++ b/documentation/src/main/asciidoc/build.adoc
@@ -120,6 +120,23 @@ $ mvn clean install -Pwls-remote-12c
 ----
 |===
 
+== Build and Debug with a Java EE6+ application servers
+Tests can be debugged through Java EE 6+ application servers. Configurations are currently provided as details in the table here.
+
+[cols="2,3a", options="header"]
+.Integration Tests with debug
+|===
+|Container |Command to Execute Arquillian Tests with remote debugging
+
+|Apache TomEE
+|Use remote debuggig at port 5005
+
+[source,shell]
+----
+mvn test -Ptomee-build-managed -Dtest=UnitTestName -Dopenejb.server.debug=true
+----
+
+|===
 
 == Next
 * For analysis of the DeltaSpike source, see https://analysis.apache.org/dashboard/index/org.apache.deltaspike:deltaspike-project


[2/2] deltaspike git commit: Fix broken link

Posted by ra...@apache.org.
Fix broken link


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0813ac05
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/0813ac05
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/0813ac05

Branch: refs/heads/master
Commit: 0813ac05f486f0ef19efcad5fbd65ae66a57b3ad
Parents: 947ef58
Author: Rafael Benevides <ra...@gmail.com>
Authored: Tue May 19 17:30:40 2015 -0400
Committer: Rafael Benevides <ra...@gmail.com>
Committed: Tue May 19 17:30:44 2015 -0400

----------------------------------------------------------------------
 site/src/main/asciidoc/source.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/0813ac05/site/src/main/asciidoc/source.adoc
----------------------------------------------------------------------
diff --git a/site/src/main/asciidoc/source.adoc b/site/src/main/asciidoc/source.adoc
index 6448e23..87652e3 100644
--- a/site/src/main/asciidoc/source.adoc
+++ b/site/src/main/asciidoc/source.adoc
@@ -49,7 +49,7 @@ For Eclipse you can use this
 link:http://deltaspike.apache.org/resources/files/deltaspike-code-conventions.xml[Code Formatter Profile]. Import it via Window | Preferences | Java | Code Style | Formatter
 
 == 3. Build the Source
-Always build and test your changes before you make pull requests to the DeltaSpike repository. For instructions on building the source and running Arquillian tests, see <<build#,Build and Test DeltaSpike from Source>>.
+Always build and test your changes before you make pull requests to the DeltaSpike repository. For instructions on building the source and running Arquillian tests, see link:http://deltaspike.apache.org/documentation/build.html[Build and Test DeltaSpike from Source].
 
 
 == 4. Make a Pull Request