You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2012/09/28 14:24:35 UTC

svn commit: r833259 - in /websites/staging/directory/trunk/content: ./ studio/ studio/users-guide.data/

Author: buildbot
Date: Fri Sep 28 12:24:35 2012
New Revision: 833259

Log:
Staging update by buildbot for directory

Added:
    websites/staging/directory/trunk/content/studio/building.html
    websites/staging/directory/trunk/content/studio/developers-guide.html
    websites/staging/directory/trunk/content/studio/source-repository.html
    websites/staging/directory/trunk/content/studio/users-guide.data/
    websites/staging/directory/trunk/content/studio/users-guide.data/html.png   (with props)
    websites/staging/directory/trunk/content/studio/users-guide.data/pdf.png   (with props)
    websites/staging/directory/trunk/content/studio/users-guide.html
    websites/staging/directory/trunk/content/studio/working.html
Modified:
    websites/staging/directory/trunk/content/   (props changed)

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 28 12:24:35 2012
@@ -1 +1 @@
-1391377
+1391424

Added: websites/staging/directory/trunk/content/studio/building.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/building.html (added)
+++ websites/staging/directory/trunk/content/studio/building.html Fri Sep 28 12:24:35 2012
@@ -0,0 +1,306 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+	<head>
+		<title>Building Apache Directory Studio &mdash; Apache Directory</title>
+		
+        <link href="./../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../studio/">Home</a></li>
+            <li><a href="./../studio/features.html">Features</a></li>
+            <li><a href="./../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../contribute.html">How to Contribute</a></li>
+        <li><a href="./../team.html">Team</a></li>
+        <li><a href="./../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+<h1 id="building-apache-directory-studio">Building Apache Directory Studio</h1>
+<p>All projects use Maven as default build tool, we use <a href="http://maven.apache.org">Maven 3</a> on JDK 1.6.</p>
+<h2 id="checkout-sources-from-svn-repository">Checkout Sources from SVN Repository</h2>
+<p>First you have to download the source code from the repository. Subversion is used for version control, so you can use the subversion client to download up to date source code. Here are the steps to have a running Apache Directory Studio from scratch:</p>
+<p>To check out the active development branch of Apache Directory Studio and all co-projects run the following command (use https instead of http for committers):</p>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/directory/s</span><span class="n">tudio</span><span class="o">/</span><span class="n">trunk</span> <span class="n">studio</span>
+</pre></div>
+
+
+<h2 id="build-apache-directory-studio">Build Apache Directory Studio</h2>
+<p>Now, change to studio:</p>
+<div class="codehilite"><pre><span class="n">cd</span> <span class="n">studio</span>
+</pre></div>
+
+
+<p>Run the following command to build all the Apache Directory Studio Eclipse plugins and RCP application:</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
+</pre></div>
+
+
+<blockquote>
+<p><strong>Memory Settings:</strong></p>
+<p>If the build hangs or you get an out of memory exception please increase the heap space:</p>
+<ul>
+<li>
+<p>For Linux:</p>
+<div class="codehilite"><pre><span class="n">MAVEN_OPTS</span><span class="o">=</span><span class="s">&quot;-Xmx256m&quot;</span> <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>For Windows:</p>
+<div class="codehilite"><pre><span class="n">SET</span> <span class="n">MAVEN_OPTS</span><span class="o">=</span><span class="s">&quot;-Xmx256m&quot;</span>
+<span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
+</pre></div>
+
+
+</li>
+</ul>
+<p><strong>Distribution settings:</strong></p>
+<p>By default a distribution for your current working OS is built. You can add additional distributions by adding the corresponding profile of it:</p>
+<table>
+<thead>
+<tr>
+<th>OS</th>
+<th align="center">os.family</th>
+<th align="center">os.arch</th>
+<th>Profile to use</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Mac OS X 32 Bit (Cocoa)</td>
+<td align="center">mac</td>
+<td align="center">i386</td>
+<td>-Pmacosx-x86</td>
+</tr>
+<tr>
+<td>Mac OS X 64 Bit (Cocoa)</td>
+<td align="center">mac</td>
+<td align="center">x86_64</td>
+<td>-Pmacosx-x86_64</td>
+</tr>
+<tr>
+<td>Windows 32 Bit</td>
+<td align="center">windows</td>
+<td align="center">x86</td>
+<td>-Pwin32-x86</td>
+</tr>
+<tr>
+<td>Windows 64 Bit</td>
+<td align="center">windows</td>
+<td align="center">x86_64 or amd64</td>
+<td>-Pwin32-x86_64</td>
+</tr>
+<tr>
+<td>Linux 32 Bit (GTK 2)</td>
+<td align="center">unix</td>
+<td align="center">i386</td>
+<td>-Plinux-x86</td>
+</tr>
+<tr>
+<td>Linux 64 Bit (GTK 2)</td>
+<td align="center">unix</td>
+<td align="center">x86_64 or amd64</td>
+<td>-Plinux-x86_64</td>
+</tr>
+<tr>
+<td>All</td>
+<td align="center">-</td>
+<td align="center">-</td>
+<td>-Pinstallers</td>
+</tr>
+<tr>
+<td>Updatesite</td>
+<td align="center">-</td>
+<td align="center">-</td>
+<td>-Pupdatesite</td>
+</tr>
+</tbody>
+</table>
+<p>After the command ends running successfully you'll have all the projects compiled and the distribution(s) of Apache Directory Studio application generated in the directory <strong>applications/application-<your platform>/target</strong>.</p>
+<p>To run the application, double-click on it or launch it from command line.</p>
+</blockquote>
+<h2 id="run-integration-tests">Run Integration Tests</h2>
+<p>Before running integration test you need a local installation of Eclipse 3.5. It is recommended to use a <em>dedicated</em> and <em>small</em> distribution, e.g. the "Eclipse IDE for Java Developers" package. Further you need to declare a Maven property <strong>eclipse-home</strong> that points to the Eclipse installation. Create or edit the <strong><home>/.m2/settings.xml</strong> file and add the following content, please adapt the path to your local eclipse installation:</p>
+<div class="codehilite"><pre><span class="nt">&lt;settings&gt;</span>
+  <span class="nt">&lt;profiles&gt;</span>
+    <span class="nt">&lt;profile&gt;</span>
+      <span class="nt">&lt;id&gt;</span>eclipse-home<span class="nt">&lt;/id&gt;</span>
+      <span class="nt">&lt;properties&gt;</span>
+        <span class="nt">&lt;eclipse-home&gt;</span>/opt/eclipse-3.5-for-integration-test/eclipse<span class="nt">&lt;/eclipse-home&gt;</span>
+      <span class="nt">&lt;/properties&gt;</span>
+    <span class="nt">&lt;/profile&gt;</span>
+  <span class="nt">&lt;/profiles&gt;</span>
+  <span class="nt">&lt;activeProfiles&gt;</span>
+    <span class="nt">&lt;activeProfile&gt;</span>eclipse-home<span class="nt">&lt;/activeProfile&gt;</span>
+  <span class="nt">&lt;/activeProfiles&gt;</span>
+<span class="nt">&lt;/settings&gt;</span>
+</pre></div>
+
+
+<p>Run the following command to execute the integration tests:</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="o">-</span><span class="n">Pintegration</span><span class="o">-</span><span class="n">core</span><span class="p">,</span><span class="n">integration</span><span class="o">-</span><span class="n">ui</span> <span class="n">test</span>
+</pre></div>
+
+
+<h3 id="background-info-for-integration-tests">Background Info for Integration Tests</h3>
+<p>The integration tests start up a full eclipse environment.</p>
+<ul>
+<li>The 'core' test only start up a headless eclipse, without GUI.</li>
+<li>The 'ui' test starts up the eclipse GUI and plays some scenarios. We use <a href="http://www.eclipse.org/swtbot">SWTBot</a>.</li>
+</ul>
+<p>The complete eclipse distribution, the studio plugins and the SWTBot plugins are copied into a test sandbox under test-integration-[core|ui]/target/test-sandbox.</p>
+<p>The test results are written to test-integration-[core|ui]/target/test-sandbox/workspace/results.xml.</p>
+<p>If errors occur please check test-integration-[core|ui]/target/test-sandbox/workspace/.log and test-integration-[core|ui]/target/test-sandbox/configuration/*.log.</p>
+<h2 id="build-user-documentation">Build User Documentation</h2>
+<p>To build the user documentation in HTML and PDF, run the following command:</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">install</span> <span class="o">-</span><span class="n">Puserguides</span>
+</pre></div>
+
+
+<blockquote>
+<p><strong>Note:</strong>
+Generating PDF requires much memory. If you get an out of memory exception please increase the heap memory:</p>
+<ul>
+<li>
+<p>For Linux:</p>
+<div class="codehilite"><pre><span class="n">MAVEN_OPTS</span><span class="o">=</span><span class="s">&quot;-Xmx256M&quot;</span> <span class="n">mvn</span> <span class="n">install</span> <span class="o">-</span><span class="n">Puserguides</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>For Windows:</p>
+<div class="codehilite"><pre><span class="n">SET</span> <span class="n">MAVEN_OPTS</span><span class="o">=</span><span class="s">&quot;-Xmx256M&quot;</span>
+<span class="n">mvn</span> <span class="n">install</span> <span class="o">-</span><span class="n">Puserguides</span>
+</pre></div>
+
+
+</li>
+</ul>
+<p>After the command ends running successfully you'll have all the user documentation generated in the directory <strong>target/userguides</strong>.</p>
+</blockquote>
+<h2 id="cleanup">Cleanup</h2>
+<p>To clean the project's directory, run the following command:</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">clean</span>
+</pre></div>
+
+
+<h2 id="misc">Misc</h2>
+<p>If you have problems building the projects please try to clean your local maven2 repository:</p>
+<ul>
+<li>
+<p>For Linux:</p>
+<div class="codehilite"><pre><span class="n">rm</span> <span class="o">-</span><span class="n">rf</span> <span class="o">~</span><span class="sr">/.m2/</span><span class="n">repository</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>For Windows:</p>
+<p>Delete the folder C:\Documents and Settings\&lt;your username&gt;.m2\repository</p>
+</li>
+</ul>
+<p><strong>Note:</strong> Each sub-project can also be built separately. To do so, enter the project directory and run the <strong>mvn install</strong> command. This will compile and generate the plugin in the <strong>target</strong> directory</p>
+<p><strong>Note 2:</strong> Apache Directory Studio can be built on Linux, Mac OS X and Windows. It has been run successfully on Linux Ubuntu, Gentoo Linux (i386/amd64), Mac OS X Tiger, Leopard, Snow Leopard, Lion &amp; Mountain Lion and Windows XP, Vista &amp; 7.</p>
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/developers-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/developers-guide.html (added)
+++ websites/staging/directory/trunk/content/studio/developers-guide.html Fri Sep 28 12:24:35 2012
@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+	<head>
+		<title>Developer&#39;s Guide &mdash; Apache Directory</title>
+		
+        <link href="./../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../studio/">Home</a></li>
+            <li><a href="./../studio/features.html">Features</a></li>
+            <li><a href="./../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../contribute.html">How to Contribute</a></li>
+        <li><a href="./../team.html">Team</a></li>
+        <li><a href="./../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+<h1 id="developers-guide">Developer's Guide</h1>
+<p>This is a simple guide to various Apache Directory Studio features to help developers get going.</p>
+<table>
+<thead>
+<tr>
+<th>Topic</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><a href="source-repository.html">Source repository</a></td>
+<td>Source Repository location</td>
+</tr>
+<tr>
+<td><a href="building.html">Building</a></td>
+<td>How to build Apache Directory Studio from the repository</td>
+</tr>
+<tr>
+<td><a href="issue-tracking.html">Issue Tracking</a></td>
+<td>Issue Tracking</td>
+</tr>
+<tr>
+<td><a href="working.html">Working</a></td>
+<td>How to set up your workspace to work on Apache Directory Studio</td>
+</tr>
+<tr>
+<td><a href="internationalization.html">Internationalization</a></td>
+<td>How to enable multi-language support in the GUI (I18n)</td>
+</tr>
+<tr>
+<td>[Developer Resources]</td>
+<td>Developer Resources</td>
+</tr>
+<tr>
+<td>[Apache Directory Studio Architecture]</td>
+<td>Apache Directory Studio Architecture</td>
+</tr>
+<tr>
+<td>[Releasing a new version]</td>
+<td>Releasing a new version</td>
+</tr>
+<tr>
+<td>[Code documentation</td>
+<td>http://directory.apache.org/studio/gen-docs/latest]</td>
+</tr>
+</tbody>
+</table>
+<p>Apache Directory Studio developers will require the maven-studio-plugin, which is a maven plugin
+to simplify developers life.</p>
+<table>
+<thead>
+<tr>
+<th>Topic</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>[Source Repository</td>
+<td>Studio Plugin Source Repository]</td>
+</tr>
+<tr>
+<td>[Code documentation</td>
+<td>http://directory.apache.org/studio-plugin/gen-docs/latest]</td>
+</tr>
+</tbody>
+</table>
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/source-repository.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/source-repository.html (added)
+++ websites/staging/directory/trunk/content/studio/source-repository.html Fri Sep 28 12:24:35 2012
@@ -0,0 +1,210 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+	<head>
+		<title>Source Repository &mdash; Apache Directory</title>
+		
+        <link href="./../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../studio/">Home</a></li>
+            <li><a href="./../studio/features.html">Features</a></li>
+            <li><a href="./../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../contribute.html">How to Contribute</a></li>
+        <li><a href="./../team.html">Team</a></li>
+        <li><a href="./../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+<h1 id="source-repository">Source Repository</h1>
+<h2 id="source-repository-address">Source Repository Address</h2>
+<p>To get the source, you will need to have subversion installed. Just type the following command to get the latest development version:</p>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/directory/s</span><span class="n">tudio</span><span class="o">/</span><span class="n">trunk</span> <span class="n">studio</span>
+</pre></div>
+
+
+<p>If you are an authorized developer, just check out the code using <em>https</em> instead of <em>http</em>.</p>
+<h2 id="browse-the-sources">Browse the Sources</h2>
+<p>You can view and explore online SVN at this address:</p>
+<blockquote>
+<p><a href="http://svn.apache.org/viewvc/directory/studio/trunk/">http://svn.apache.org/viewvc/directory/studio/trunk/</a></p>
+</blockquote>
+<h2 id="source-repository-organization">Source Repository Organization</h2>
+<p>The repository is organized as follows :</p>
+<div class="codehilite"><pre><span class="o">|--</span> <span class="n">pom</span><span class="o">.</span><span class="n">xml</span>                                       <span class="n">The</span> <span class="n">main</span> <span class="n">pom</span>
+<span class="o">|--</span> <span class="n">application</span>                                   <span class="n">The</span> <span class="n">packaged</span> <span class="n">applications</span><span class="o">/</span><span class="n">installers</span> <span class="k">for</span> <span class="n">all</span> <span class="n">supported</span> <span class="n">platforms</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">eclipse</span><span class="o">-</span><span class="n">plugins</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">features</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">linux</span><span class="o">-</span><span class="n">x86</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">linux</span><span class="o">-</span><span class="n">x86_64</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">macosx</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">macosx</span><span class="o">-</span><span class="n">dmg</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">plugins</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">release</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">updatesite</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">win32</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">application</span><span class="o">-</span><span class="n">win32</span><span class="o">-</span><span class="n">exe</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">docs</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">settings</span><span class="o">-</span><span class="n">hudson</span><span class="o">.</span><span class="n">xml</span>
+<span class="o">|--</span> <span class="n">features</span>                                      <span class="n">The</span> <span class="n">features</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">apacheds</span><span class="o">.</span><span class="n">configuration</span><span class="o">.</span><span class="n">feature</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">apacheds</span><span class="o">.</span><span class="n">feature</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapbrowser</span><span class="o">.</span><span class="n">feature</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldifeditor</span><span class="o">.</span><span class="n">feature</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">rcp</span><span class="o">.</span><span class="n">feature</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">schemaeditor</span><span class="o">.</span><span class="n">feature</span>
+<span class="o">|--</span> <span class="n">helps</span>                                         <span class="n">The</span> <span class="n">help</span> <span class="n">plugins</span> <span class="n">in</span> <span class="n">Docbook</span> <span class="nb">format</span> 
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">apacheds</span><span class="o">.</span><span class="n">configuration</span><span class="o">.</span><span class="n">help</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">apacheds</span><span class="o">.</span><span class="n">help</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">help</span><span class="o">-</span><span class="n">plugin</span><span class="o">-</span><span class="n">pom</span><span class="o">.</span><span class="n">xml</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapbrowser</span><span class="o">.</span><span class="n">help</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldifeditor</span><span class="o">.</span><span class="n">help</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">rcp</span><span class="o">.</span><span class="n">help</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">schemaeditor</span><span class="o">.</span><span class="n">help</span>
+<span class="o">|--</span> <span class="n">libraries</span>                                     <span class="mi">3</span><span class="n">rd</span> <span class="n">party</span> <span class="n">libraries</span><span class="p">,</span> <span class="n">packaged</span> <span class="n">as</span> <span class="n">Eclipse</span> <span class="n">plugins</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">antlr</span><span class="o">.</span><span class="n">antlr</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">commons</span><span class="o">.</span><span class="n">codec</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">commons</span><span class="o">.</span><span class="n">collections</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">commons</span><span class="o">.</span><span class="n">io</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">commons</span><span class="o">.</span><span class="n">lang</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">commons</span><span class="o">.</span><span class="n">logging</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">directory</span><span class="o">.</span><span class="n">shared</span><span class="o">.</span><span class="n">dsmlparser</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">directory</span><span class="o">.</span><span class="n">shared</span><span class="o">.</span><span class="n">i18n</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">directory</span><span class="o">.</span><span class="n">shared</span><span class="o">.</span><span class="n">ldap</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">httpcomponents</span><span class="o">.</span><span class="n">httpclient</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">httpcomponents</span><span class="o">.</span><span class="n">httpcore</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">logging</span><span class="o">.</span><span class="n">log4j</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">mina</span><span class="o">.</span><span class="n">core</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">bouncycastle</span><span class="o">.</span><span class="n">bcprovjdk15</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">slf4j</span><span class="o">.</span><span class="n">api</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">slf4j</span><span class="o">.</span><span class="n">log4j12</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">org</span><span class="o">.</span><span class="n">xpp3</span><span class="o">.</span><span class="n">xpp3</span>
+<span class="o">|--</span> <span class="n">plugins</span>                                       <span class="n">The</span> <span class="n">real</span> <span class="n">plugins</span><span class="p">,</span> <span class="n">here</span> <span class="n">is</span> <span class="n">the</span> <span class="n">code</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">aciitemeditor</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">apacheds</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">apacheds</span><span class="o">-</span><span class="n">launcher</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">apacheds</span><span class="o">.</span><span class="n">configuration</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">common</span><span class="o">.</span><span class="n">core</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">common</span><span class="o">.</span><span class="n">ui</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">connection</span><span class="o">.</span><span class="n">core</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">connection</span><span class="o">.</span><span class="n">ui</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapbrowser</span><span class="o">.</span><span class="n">common</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapbrowser</span><span class="o">.</span><span class="n">core</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapbrowser</span><span class="o">.</span><span class="n">ui</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapservers</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapservers</span><span class="o">.</span><span class="n">apacheds</span><span class="o">.</span><span class="n">v153</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapservers</span><span class="o">.</span><span class="n">apacheds</span><span class="o">.</span><span class="n">v154</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapservers</span><span class="o">.</span><span class="n">apacheds</span><span class="o">.</span><span class="n">v155</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapservers</span><span class="o">.</span><span class="n">apacheds</span><span class="o">.</span><span class="n">v156</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldapservers</span><span class="o">.</span><span class="n">apacheds</span><span class="o">.</span><span class="n">v157</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldifeditor</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">ldifparser</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">rcp</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">schemaeditor</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">valueeditors</span>
+<span class="o">|--</span> <span class="n">repository</span>                                    <span class="n">A</span> <span class="nb">local</span> <span class="n">maven</span> <span class="n">repository</span><span class="p">,</span> <span class="n">contains</span> <span class="n">the</span> <span class="n">eclipse</span> <span class="n">dependencies</span>
+<span class="o">|--</span> <span class="n">tests</span>                                         <span class="n">Integration</span> <span class="n">Tests</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">test</span><span class="o">.</span><span class="n">integration</span><span class="o">.</span><span class="n">core</span>
+<span class="o">|</span>   <span class="o">|--</span> <span class="n">test</span><span class="o">.</span><span class="n">integration</span><span class="o">.</span><span class="n">ui</span>
+<span class="o">|--</span> <span class="n">tools</span>
+</pre></div>
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/users-guide.data/html.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/studio/users-guide.data/html.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/studio/users-guide.data/pdf.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/studio/users-guide.data/pdf.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/studio/users-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/users-guide.html (added)
+++ websites/staging/directory/trunk/content/studio/users-guide.html Fri Sep 28 12:24:35 2012
@@ -0,0 +1,138 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+	<head>
+		<title>User&#39;s Guide &mdash; Apache Directory</title>
+		
+        <link href="./../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../studio/">Home</a></li>
+            <li><a href="./../studio/features.html">Features</a></li>
+            <li><a href="./../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../contribute.html">How to Contribute</a></li>
+        <li><a href="./../team.html">Team</a></li>
+        <li><a href="./../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+<h1 id="users-guide">User's Guide</h1>
+<p>Here are the User's Guides available for Apache Directory Studio:</p>
+<h2 id="ldap-browser-users-guide">LDAP Browser User's Guide</h2>
+<p><img alt="HTML Guide" src="users-guide.data/html.png" /> <a href="http://directory.apache.org/studio/static/users_guide/ldap_browser/">Click here to consult the LDAP Browser User's Guide</a></p>
+<p><img alt="PDF Guide" src="users-guide.data/pdf.png" /> <a href="http://directory.apache.org/studio/static/users_guide/Apache_Directory_Studio_LDAP_Browser_User_Guide.pdf">The LDAP Browser User's Guide is also available as PDF </a></p>
+<h2 id="ldif-editor-users-guide">LDIF Editor User's Guide</h2>
+<p><img alt="HTML Guide" src="users-guide.data/html.png" /> <a href="http://directory.apache.org/studio/static/users_guide/ldif_editor/">Click here to consult the LDIF Editor User's Guide</a></p>
+<p><img alt="PDF Guide" src="users-guide.data/pdf.png" /> <a href="http://directory.apache.org/studio/static/users_guide/Apache_Directory_Studio_LDIF_Editor_User_Guide.pdf">The LDIF Editor User's Guide is also available as PDF </a></p>
+<h2 id="schema-editor-users-guide">Schema Editor User's Guide</h2>
+<p><img alt="HTML Guide" src="users-guide.data/html.png" /> <a href="http://directory.apache.org/studio/static/users_guide/schema_editor/">Click here to consult the Schema Editor User's Guide</a></p>
+<p><img alt="PDF Guide" src="users-guide.data/pdf.png" /> <a href="http://directory.apache.org/studio/static/users_guide/Apache_Directory_Studio_Schema_Editor_User_Guide.pdf">The Schema Editor User's Guide is also available as PDF </a></p>
+<h2 id="apache-ds-users-guide">Apache DS User's Guide</h2>
+<p><img alt="HTML Guide" src="users-guide.data/html.png" /> <a href="http://directory.apache.org/studio/static/users_guide/apacheds/">Click here to consult the Apache DS User's Guide</a></p>
+<p><img alt="PDF Guide" src="users-guide.data/pdf.png" /> <a href="http://directory.apache.org/studio/static/users_guide/Apache_Directory_Studio_Apache_DS_User_Guide.pdf">The Apache DS User's Guide is also available as PDF </a></p>
+<h2 id="apache-ds-configuration-users-guide">Apache DS Configuration User's Guide</h2>
+<p><img alt="HTML Guide" src="users-guide.data/html.png" /> <a href="http://directory.apache.org/studio/static/users_guide/apacheds_configuration/">Click here to consult the Apache DS Configuration User's Guide</a></p>
+<p><img alt="PDF Guide" src="users-guide.data/pdf.png" /> <a href="http://directory.apache.org/studio/static/users_guide/Apache_Directory_Studio_Apache_DS_Configuration_User_Guide.pdf">The Apache DS Configuration User's Guide is also available as PDF </a></p>
+<h2 id="apache-directory-studio-users-guide">Apache Directory Studio User's Guide</h2>
+<p><img alt="HTML Guide" src="users-guide.data/html.png" /> <a href="http://directory.apache.org/studio/static/users_guide/apache_directory_studio/">Click here to consult the Apache Directory Studio User's Guide</a></p>
+<p><img alt="PDF Guide" src="users-guide.data/pdf.png" /> <a href="http://directory.apache.org/studio/static/users_guide/Apache_Directory_Studio_User_Guide.pdf">The User's Guide is also available as PDF </a></p>
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/working.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/working.html (added)
+++ websites/staging/directory/trunk/content/studio/working.html Fri Sep 28 12:24:35 2012
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+	<head>
+		<title>Working on Apache Directory Studio &mdash; Apache Directory</title>
+		
+        <link href="./../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../studio/">Home</a></li>
+            <li><a href="./../studio/features.html">Features</a></li>
+            <li><a href="./../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../contribute.html">How to Contribute</a></li>
+        <li><a href="./../team.html">Team</a></li>
+        <li><a href="./../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+<h1 id="working-on-apache-directory-studio">Working on Apache Directory Studio</h1>
+<h2 id="get-and-prepare-the-sources">Get and Prepare the Sources</h2>
+<p>First, check out the active development branch of Apache Directory Studio and all co-projects run the following command:</p>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/directory/s</span><span class="n">tudio</span><span class="o">/</span><span class="n">trunk</span> <span class="n">studio</span>
+</pre></div>
+
+
+<p>Now, change to studio:</p>
+<div class="codehilite"><pre><span class="n">cd</span> <span class="n">studio</span>
+</pre></div>
+
+
+<p>Run the following command to create eclipse descriptors (.project, .classpath files and .settings folder), and create the 'lib' folder as well as the META-INF/MANIFEST.MF files (needed to launch Apache Directory Studio inside Eclipse):</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">install</span> <span class="n">studio:eclipse</span>
+</pre></div>
+
+
+<p><strong>Note:</strong> To make sure MANIFEST.MF files are correctly built the goal <em>install</em> is <em>not</em> optional.</p>
+<h2 id="prepare-eclipse">Prepare Eclipse</h2>
+<p>Declare a classpath variable named M2_REPO, pointing to ~/.m2/repository. You can declare new variables in Eclipse in <em>Window -&gt; Preferences...</em> and selecting <em>Java -&gt; Build Path -&gt; Classpath Variables</em>.</p>
+<p>Install SWTBot from the SWTBot update site <a href="http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site">http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site</a>. Select both, SWTBot SWT Feature and SWTBot Eclipse Feature.</p>
+<p>To fulfill the coding standards it is recommended to import formatting profiles and code templates as described here: <a href="http://cwiki.apache.org/DIRxDEV/coding-standards.html">http://cwiki.apache.org/DIRxDEV/coding-standards.html</a></p>
+<h2 id="import-projects-into-eclipse">Import Projects into Eclipse</h2>
+<p>Open the Import Wizard, select <em>General -&gt; Existing Projects into Workspace</em>, on the next wizard page choos <em>Select root directory</em> and browse for the checked-out <em>studio</em> folder, select all projects and press <em>Finish</em>.</p>
+<p>Note that all the feature projects have errors because the feature.xml files contain maven variables that are replaced by the release build. So either ignore the errors in Eclipse or close the feature projects or don't import them.</p>
+<h2 id="start-studio-plugins-in-a-runtime-environment">Start Studio Plugins in a Runtime Environment</h2>
+<p>To start the studio plugins in a runtime environment select <em>Run -&gt; Open Run Dialog...</em>, select <em>Studio Runtime</em> and press the <em>Run</em> button.</p>
+<p>To start the core integration tests select <em>Run -&gt; Open Run Dialog...</em>, select <em>Studio-Integration-Test-Core</em> and press the <em>Run</em> button.</p>
+<p>To start the UI integration tests select <em>Run -&gt; Open Run Dialog...</em>, select <em>Studio-Integration-Test-UI</em> and press the <em>Run</em> button. Please make sure to use English locale for UI integration tests. Select <em>Window -&gt; Preferences -&gt; Plug-in Development -&gt; Target Platform -&gt; Tab Environment</em> and set Locale to <em>en</em>.</p>
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file