Author: buildbot
Date: Tue Feb 19 23:24:19 2013
New Revision: 851206
Log:
Staging update by buildbot for jspwiki
Modified:
websites/staging/jspwiki/trunk/content/ (props changed)
websites/staging/jspwiki/trunk/content/jspwiki/development/building.html
Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 19 23:24:19 2013
@@ -1 +1 @@
-1447544
+1447960
Modified:
websites/staging/jspwiki/trunk/content/jspwiki/development/building.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/development/building.html
(original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/development/building.html
Tue Feb 19 23:24:19 2013
@@ -128,13 +128,17 @@ ant -Dbuild.properties<span class="o">=<
<p>To be a little bit more productive you probably want to use Eclipse.
To get JSPWiki build from within Eclipse, here are a few guidelines:</p>
<ul>
-<li>first install the SVN Eclipse Plugin (the JSPWiki sources are in
<code>svn.(eu.)apache.org</code>)</li>
-<li>create a new SVN Project and check out the trunk
(<code>(incubator/)jspwiki/trunk</code>)</li>
-<li>the only thing you probably have to change is the buildpath (see
properties of the project)</li>
+<li>First, install the SVN Eclipse Plugin (the JSPWiki sources are in
<code>svn.(eu.)apache.org</code>)</li>
+<li>Create a new SVN Project and check out the trunk
(<code>(incubator/)jspwiki/trunk</code>)</li>
+<li>The only thing you probably have to change is the buildpath (see
properties of the project)<ul>
<li>then the sources should be compiled correctly</li>
-<li>to run a build, switch to the Ant View and add the build.xml buildfile</li>
-<li>then you can choose the Ant target by double clicking on it
- ** the Ant <code>init</code> target must be called at least once in order to
download the required dependencies</li>
+</ul>
+</li>
+<li>To run a build, switch to the Ant View and add the build.xml buildfile<ul>
+<li>then you can choose the Ant target by double clicking on it</li>
+<li>the Ant <code>init</code> target must be called at least once in order to
download all required dependencies</li>
+</ul>
+</li>
</ul>
<h2 id="directory-structure">Directory structure</h2>
<ul>