You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by bu...@apache.org on 2013/06/10 10:50:10 UTC

svn commit: r865105 - in /websites/staging/ace/trunk/content: ./ dev-doc/getting-started.html

Author: buildbot
Date: Mon Jun 10 08:50:10 2013
New Revision: 865105

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/   (props changed)
    websites/staging/ace/trunk/content/dev-doc/getting-started.html

Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 10 08:50:10 2013
@@ -1 +1 @@
-1487789
+1491379

Modified: websites/staging/ace/trunk/content/dev-doc/getting-started.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/getting-started.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/getting-started.html Mon Jun 10 08:50:10 2013
@@ -185,6 +185,7 @@
 </pre></div>
 
 
+<p>Note that when unzipping the second archive, you will get some warnings about overlapping files. Those are the required NOTICE and LICENSE files, which are in the same location in both archives. Just overwriting them is fine.</p>
 <h3 id="checkout-from-subversion">Checkout from subversion</h3>
 <div class="codehilite"><pre><span class="nv">$ </span>svn co http://svn.apache.org/repos/asf/ace/trunk apache-ace
 </pre></div>
@@ -208,7 +209,7 @@
 <p>When firing up Eclipse, make sure to either create a new workspace and check out the sources according to the instructions below, or choose the root folder where you have previously checked out or extracted your copy of the sources. This is important, as otherwise Bndtools will not function correctly.</p>
 <h5 id="checking-out-the-latest-sources">Checking out the latest sources</h5>
 <p>If you created a new workspace above, you need to grab the latest sources from ACE's subversion repository. To do this, open up the "SVN Repository Exploring" perspective, and add the following URL as new SVN repository using the yellow add-icon in the "SVN Repositories" view:</p>
-<div class="codehilite"><pre><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">/ace/</span><span class="n">trunk</span><span class="o">/</span>
+<div class="codehilite"><pre><span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">svn</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">ace</span><span class="o">/</span><span class="n">trunk</span><span class="o">/</span>
 </pre></div>