Author: buildbot
Date: Thu Jul 19 19:01:28 2012
New Revision: 826348
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 Thu Jul 19 19:01:28 2012
@@ -1 +1 @@
-1363476
+1363478
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
Thu Jul 19 19:01:28 2012
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html id="top" xmlns="http://www.w3.org/1999/xhtml"
xmlns:jspwiki="http://www.jspwiki.org"><head>
- <title>Building Source
</title>
+ <title>Building Source</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" media="screen, projection, print"
href="/jspwiki/css/jspwiki.css">
<link rel="stylesheet" type="text/css" media="print"
href="/jspwiki/css/jspwiki_print.css">
@@ -28,7 +28,7 @@
<div class="pagename">
- Building Source
+ Building Source
</div>
@@ -120,29 +120,45 @@ ant -Dbuild.properties<span class="o">=<
</pre></div>
</td></tr></table>
-<p>Eclipse</p>
+<h3 id="eclipse">Eclipse</h3>
<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:
- * first install the SVN Eclipse Plugin (the JSPWiki sources are in
<code>svn.(eu.)apache.org</code>)
- * create a new SVN Project and check out the trunk
(<code>(incubator/)jspwiki/trunk</code>)
- * the only thing you probably have to change is the buildpath (see
properties of the project)
- * then the sources should be compiled correctly
- * to run a build, switch to the Ant View and add the build.xml buildfile
- * 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</p>
-<h1 id="directory-structure">Directory structure</h1>
+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>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>
+<h2 id="directory-structure">Directory structure</h2>
+<ul>
+<li>
<p><code>src</code> contains the source code (under
<code>org/apache/wiki</code>).</p>
+</li>
+<li>
<p><code>src/webdocs</code> contains all the files that are published in the
final webapps
directory, including all of the deployment files under WEB-INF.</p>
+</li>
+<li>
<p><code>src/wikipages</code> contains a number of ready-made Wikipages called
the core
pages. There is a subdirectory for each language that is supported. Feel free
to use them.</p>
+</li>
+<li>
<p><code>tests</code> contains a number of tests which you can run by saying
<code>ant tests</code>.<br />
If any of them fail, you know you've broken something.</p>
+</li>
+<li>
<p><code>etc</code> contains all configuration files.</p>
+</li>
+<li>
<p><code>lib</code> and <code>tests/lib</code> contains all libraries that are
required to run and test
JSPWiki. Note, however, that they aren't included in the source
distribution.<br />
-They're automatically downloaded from <code>init</code> target.</p>
+They're automatically downloaded from <code>init</code> target.</p>
+</li>
+</ul>
</div>
<div style="clear:both;"></div>
</div>