Author: buildbot
Date: Mon Mar 14 08:57:35 2016
New Revision: 982717

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/development/ide-tooling.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 14 08:57:35 2016
@@ -1 +1 @@
-1734893
+1734894

Modified: 
websites/staging/sling/trunk/content/documentation/development/ide-tooling.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/development/ide-tooling.html 
(original)
+++ 
websites/staging/sling/trunk/content/documentation/development/ide-tooling.html 
Mon Mar 14 08:57:35 2016
@@ -114,6 +114,48 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<div class="toc">
+<ul>
+<li><a href="#installation">Installation</a><ul>
+<li><a href="#prerequisites">Prerequisites</a></li>
+<li><a href="#update-site-installation">Update site installation</a></li>
+<li><a href="#building-from-source">Building from source</a></li>
+</ul>
+</li>
+<li><a href="#overall-concepts">Overall concepts</a><ul>
+<li><a href="#server-definition">Server definition</a></li>
+</ul>
+</li>
+<li><a href="#server-configuration">Server configuration</a></li>
+<li><a href="#content-sync">Content sync</a><ul>
+<li><a href="#creating-a-new-content-project">Creating a new content 
project</a></li>
+<li><a href="#converting-existing-projects">Converting existing 
projects</a><ul>
+<li><a href="#automatic-conversion">Automatic conversion</a></li>
+<li><a href="#manual-conversion">Manual conversion</a></li>
+</ul>
+</li>
+<li><a href="#content-navigator">Content navigator</a></li>
+<li><a href="#filterxml-workspace-filter-definition">filter.xml - workspace 
filter definition</a></li>
+<li><a href="#deploying-projects-on-the-server">Deploying projects on the 
server</a></li>
+<li><a href="#manual-content-sync">Manual content sync</a></li>
+</ul>
+</li>
+<li><a href="#bundle-sync">Bundle sync</a><ul>
+<li><a href="#creating-a-new-bundle-project">Creating a new bundle 
project</a></li>
+<li><a href="#converting-existing-projects_1">Converting existing 
projects</a></li>
+<li><a href="#deploying-projects-on-the-server_1">Deploying projects on the 
server</a></li>
+</ul>
+</li>
+<li><a href="#sightly-support">Sightly support</a></li>
+<li><a href="#debugging">Debugging</a></li>
+<li><a href="#troubleshooting">Troubleshooting</a><ul>
+<li><a href="#gathering-debug-information">Gathering debug information</a></li>
+<li><a href="#why-do-i-get-an-errror-about-no-ds-descriptor-found-at">Why do I 
get an errror about "No DS descriptor found at..."?</a></li>
+</ul>
+</li>
+<li><a href="#known-issues">Known issues</a></li>
+</ul>
+</div>
 <h2 id="installation">Installation<a class="headerlink" href="#installation" 
title="Permanent link">&para;</a></h2>
 <h3 id="prerequisites">Prerequisites<a class="headerlink" 
href="#prerequisites" title="Permanent link">&para;</a></h3>
 <p>The Sling IDE tooling is known to work on Eclipse versions starting with 
Kepler. There is a hard dependency on the faceted project framework, which is 
included in the 'Eclipse IDE for Java EE Developers' package. If you're running 
a different package, you can always install it from the main Eclipse update 
site.</p>
@@ -244,6 +286,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p><img alt="Sightly Editor" src="ide-tooling/sightly-editor.png" /></p>
 <p>These enhancements are enabled once the Sightly facet is added to a 
project. This is done automatically when converting a project to content 
project, but can also be done manually via the project properties, under the 
<em>Project Facets</em> page.</p>
 <h2 id="debugging">Debugging<a class="headerlink" href="#debugging" 
title="Permanent link">&para;</a></h2>
+<p><em>Available with Sling IDE Tooling for Eclipse 1.1 or newer</em></p>
 <p>When first connecting to a Sling instance in debug mode, the IDE tooling 
tries to bind all the sources associated with the bundles deployed on the 
server and retrieves the associated source artifacts using Maven. Therefore, 
the debug classpath is as close as possible to sources used to build the 
bundles deployed on the server.</p>
 <p><img alt="Debugging" src="ide-tooling/debug.png" /></p>
 <p>Since a first source bundle resolution can potentially take a long time, 
this behaviour can be disabled from the server configuration page.</p>
@@ -270,7 +313,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="https://issues.apache.org/jira/browse/SLING-3644";>SLING-3644 - 
Improve handling of binary properties outside nt:file file nodes</a> . 
Currently there is no workaround, but in practice this is not an 
often-encountered situation.</li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1734893 by rombert on Mon, 14 Mar 2016 08:55:47 +0000
+        Rev. 1734894 by rombert on Mon, 14 Mar 2016 08:57:27 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to