You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bu...@apache.org on 2017/05/09 10:48:04 UTC

svn commit: r1011914 - in /websites/staging/sling/trunk/content: ./ documentation/development/ide-tooling.html documentation/development/ide-tooling/launchpad-models-directory.png

Author: buildbot
Date: Tue May  9 10:48:03 2017
New Revision: 1011914

Log:
Staging update by buildbot for sling

Added:
    websites/staging/sling/trunk/content/documentation/development/ide-tooling/launchpad-models-directory.png   (with props)
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 Tue May  9 10:48:03 2017
@@ -1 +1 @@
-1794499
+1794533

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 Tue May  9 10:48:03 2017
@@ -148,6 +148,7 @@ h2:hover > .headerlink, h3:hover > .head
 </li>
 <li><a href="#htl-support">HTL support</a></li>
 <li><a href="#debugging">Debugging</a></li>
+<li><a href="#launchpad-project-support">Launchpad project support</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-error-about-no-ds-descriptor-found-at">Why do I get an error about "No DS descriptor found at..."?</a></li>
@@ -291,6 +292,11 @@ h2:hover > .headerlink, h3:hover > .head
 <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>
+<h2 id="launchpad-project-support">Launchpad project support<a class="headerlink" href="#launchpad-project-support" title="Permanent link">&para;</a></h2>
+<p><em>Available with Sling IDE Tooling for Eclipse 1.2 or newer</em></p>
+<p>Maven projects configured with the <code>slingstart-maven-plugin</code> will automatically have their models directory configured as a top-level entry in the project tree. By default, the models directory is <code>src/main/provisioning</code>. This contribution is only available in the <em>Project Explorer</em> view.</p>
+<p>The configuration is done automatically on import, and you can also do it manually by right-clicking on the project and then selection <em>Maven</em> → <em>Update Project...</em>.</p>
+<p><img alt="Launchpad project" src="ide-tooling/launchpad-models-directory.png" /></p>
 <h2 id="troubleshooting">Troubleshooting<a class="headerlink" href="#troubleshooting" title="Permanent link">&para;</a></h2>
 <h3 id="gathering-debug-information">Gathering debug information<a class="headerlink" href="#gathering-debug-information" title="Permanent link">&para;</a></h3>
 <p>All operations that are performed on the Sling launchpad are logged in the Sling console. To view these operations, open the Eclipse console view and select Open Console -&gt; Sling Console.</p>
@@ -316,7 +322,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. 1767833 by kwin on Thu, 3 Nov 2016 08:29:17 +0000
+        Rev. 1794533 by rombert on Tue, 9 May 2017 10:47:47 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project

Added: websites/staging/sling/trunk/content/documentation/development/ide-tooling/launchpad-models-directory.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/sling/trunk/content/documentation/development/ide-tooling/launchpad-models-directory.png
------------------------------------------------------------------------------
    svn:mime-type = image/png