You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/10/14 09:02:34 UTC

svn commit: r1631646 - in /tomee/site/trunk/content: contrib/debug/debug-intellij.mdtext contrib/debug/idea10.png contrib/debug/idea10_debug_conf.png documentation.mdtext

Author: andygumbrecht
Date: Tue Oct 14 07:02:33 2014
New Revision: 1631646

URL: http://svn.apache.org/r1631646
Log:
TOMEE-1293 - Thanks to Chamil Jeewantha

Added:
    tomee/site/trunk/content/contrib/debug/idea10.png
      - copied unchanged from r1630027, tomee/site/trunk/content/contrib/debug/idea10_debug_conf.png
Removed:
    tomee/site/trunk/content/contrib/debug/idea10_debug_conf.png
Modified:
    tomee/site/trunk/content/contrib/debug/debug-intellij.mdtext
    tomee/site/trunk/content/documentation.mdtext

Modified: tomee/site/trunk/content/contrib/debug/debug-intellij.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/contrib/debug/debug-intellij.mdtext?rev=1631646&r1=1631645&r2=1631646&view=diff
==============================================================================
--- tomee/site/trunk/content/contrib/debug/debug-intellij.mdtext (original)
+++ tomee/site/trunk/content/contrib/debug/debug-intellij.mdtext Tue Oct 14 07:02:33 2014
@@ -52,33 +52,33 @@ Lets prepare our IntelliJ IDEA for the d
 
 Start IntelliJ IDEA and Click the Import Project link
 
-[![](idea1.png)
+![](idea1.png)
 
 Select the ~/openejb-4.7.1 directory and press OK
 
 Select import project from external model & Maven as the external model.
 
-[![](idea3.png)
+![](idea3.png)
 
 Press Next on this screen.
 
-[![](idea4.png)
+![](idea4.png)
 
 Select the main profile.
 
-[![](idea6.png)
+![](idea6.png)
 
 Select the org.apache.openejb:openejb:4.7.1
 
-[![](idea7.png)
+![](idea7.png)
 
 Select the JDK you want to use with.
 
-[![](idea8.png)
+![](idea8.png)
 
 Give the project a name and press Finish.
 
-[![](idea9.png)
+![](idea9.png)
 
 Now your IDE will load the project.
 
@@ -117,7 +117,7 @@ The terminal should hang with the messag
 *   Give a name (I gave "TomEE DEBUG") to this new configuration and set the Port to 8000
 *   Click OK.
 
-[![](idea_debug_conf.png)</div>
+![](idea10.png)</div>
 
 To start debugging your TomEE+
 

Modified: tomee/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/documentation.mdtext?rev=1631646&r1=1631645&r2=1631646&view=diff
==============================================================================
--- tomee/site/trunk/content/documentation.mdtext (original)
+++ tomee/site/trunk/content/documentation.mdtext Tue Oct 14 07:02:33 2014
@@ -1,13 +1,13 @@
 Title: Documentation
 
 See also the [examples page](examples-trunk/index.html) for downloadable, executable and code-focused view of Java EE and TomEE.  
-You can also find us on IRC freenode.org #openejb
+You can also find us on IRC freenode.org #openejb and #tomee
 
 {row
 
 {span-one-third
-###General Guide
-[Get started with Intellij](tomee-and-intellij.html)  
+###General Guides
+[Get started with Intellij](tomee-and-intellij.html), [Debugging in Intellij](contrib/debug-intellij.html)  
 [Get started with Eclipse](tomee-and-eclipse.html)  
 [Get started with Netbeans](tomee-and-netbeans.html)  
 [Get started with Maven](tomee-mp-getting-started.html)  
@@ -81,8 +81,8 @@ You can also find us on IRC freenode.org
 
 {span-one-third
 ###Arquillian
-[Getting started](arquillian-getting-started.html)  
-[Available adapters](arquillian-available-adapters.html)   
+[Arquillian Primer - What you need to know](arquillian-getting-started.html)  
+[Using the TomEE Arquillian adapters](arquillian-available-adapters.html)   
 }
 {span-one-third
 ###TomEE Maven Plugin