You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2006/11/28 23:00:08 UTC

svn commit: r480232 - in /db/derby/site/trunk: build/site/ build/site/dev/ build/site/papers/ src/documentation/content/xdocs/ src/documentation/content/xdocs/dev/

Author: jta
Date: Tue Nov 28 14:00:06 2006
New Revision: 480232

URL: http://svn.apache.org/viewvc?view=rev&rev=480232
Log:
Moved information about Derby source code from derby_downloads.html to
dev/derby_source.html. Added a note to the bottom of derby_downloads.html
about the change. Also removed information about the Incubator Release from
the downloads page.

Added:
    db/derby/site/trunk/build/site/dev/
    db/derby/site/trunk/build/site/dev/derby_source.html   (with props)
    db/derby/site/trunk/src/documentation/content/xdocs/dev/
    db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml   (with props)
Modified:
    db/derby/site/trunk/build/site/DerbyBugGuidelines.html
    db/derby/site/trunk/build/site/derby_comm.html
    db/derby/site/trunk/build/site/derby_downloads.html
    db/derby/site/trunk/build/site/derby_mail.html
    db/derby/site/trunk/build/site/derby_tests.html
    db/derby/site/trunk/build/site/linkmap.html
    db/derby/site/trunk/build/site/logo.html
    db/derby/site/trunk/build/site/papers/derby_web.html
    db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
    db/derby/site/trunk/src/documentation/content/xdocs/site.xml

Modified: db/derby/site/trunk/build/site/DerbyBugGuidelines.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/DerbyBugGuidelines.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/DerbyBugGuidelines.html (original)
+++ db/derby/site/trunk/build/site/DerbyBugGuidelines.html Tue Nov 28 14:00:06 2006
@@ -73,6 +73,9 @@
 <div class="menuitem">
 <a href="derby_mail.html">Mailing Lists</a>
 </div>
+<div class="menuitem">
+<a href="dev/derby_source.html">Source Code</a>
+</div>
 <div class="menupage">
 <div class="menupagetitle">BUGS</div>
 </div>

Modified: db/derby/site/trunk/build/site/derby_comm.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/derby_comm.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/derby_comm.html (original)
+++ db/derby/site/trunk/build/site/derby_comm.html Tue Nov 28 14:00:06 2006
@@ -69,6 +69,9 @@
 <a href="derby_mail.html">Mailing Lists</a>
 </div>
 <div class="menuitem">
+<a href="dev/derby_source.html">Source Code</a>
+</div>
+<div class="menuitem">
 <a href="DerbyBugGuidelines.html">BUGS</a>
 </div>
 <div class="menuitem">

Modified: db/derby/site/trunk/build/site/derby_downloads.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/derby_downloads.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/derby_downloads.html (original)
+++ db/derby/site/trunk/build/site/derby_downloads.html Tue Nov 28 14:00:06 2006
@@ -95,30 +95,7 @@
 <a href="#Previous+Official+Releases">Previous Official Releases</a>
 </li>
 <li>
-<a href="#Incubator+Releases">Incubator Releases</a>
-</li>
-<li>
-<a href="#Derby+source+code">Derby source code</a>
-<ul class="minitoc">
-<li>
-<a href="#Branches">Branches</a>
-</li>
-<li>
-<a href="#Development+trunk">Development trunk</a>
-</li>
-</ul>
-</li>
-<li>
-<a href="#Software+required+to+build+Derby">Software required to build Derby</a>
-</li>
-<li>
-<a href="#How+to+build+Derby">How to build Derby</a>
-</li>
-<li>
-<a href="#How+to+test+Derby">How to test Derby</a>
-</li>
-<li>
-<a href="#How+to+submit+a+patch">How to submit a patch</a>
+<a href="#Change+History">Change History</a>
 </li>
 </ul>
 </div>
@@ -160,278 +137,26 @@
 </ul>
 </div>
 
-<a name="N1003D"></a><a name="Incubator+Releases"></a>
-<h2 class="boxed">Incubator Releases</h2>
-<div class="section">
-<ul>
-   
-<li> 
-<a href="releases/release-10.0.2.1.html">10.0.2.1</a> 
-   (Dec 6, 2004 / SVN 106978) 
-   </li>
 
-</ul>
-</div>
-
-
-<a name="N1004E"></a><a name="Derby+source+code"></a>
-<h2 class="boxed">Derby source code</h2>
+<a name="N1003D"></a><a name="Change+History"></a>
+<h2 class="boxed">Change History</h2>
 <div class="section">
 <p>
-Derby source is stored in the Subversion (SVN) repository at Apache.
-For Derby web site source, see the
-<a href="papers/derby_web.html">Apache Derby Web Site</a> page.
-The rest of this section describes where to get the Derby source code.
-</p>
-<p>
-First, download and install Subversion from
-<a class="external" href="http://subversion.tigris.org/">http://subversion.tigris.org/</a>
 
-</p>
-<a name="N10062"></a><a name="Branches"></a>
-<h3 class="boxed">Branches</h3>
-<p>
-Currently Derby has the following branches:
-</p>
-<ul>
-  
-<li> 10.2 </li>
-  
-<li> 10.1 </li>
-  
-<li> 10.0 </li>
+<em>Hey! Where is the information that used to be on this page
+on how to check out and build the Derby source code?</em>
 
-</ul>
-<p>
-Use the command shown below to check out the source code for a branch:
-</p>
-<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/<em>branch</em>/
-</pre>
-<p>
-Where <em>branch</em> is the number of the branch.
-For example, the following command checks out the source code for
-the 10.2 branch:
-</p>
-<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.2/
-</pre>
-<a name="N1008C"></a><a name="Development+trunk"></a>
-<h3 class="boxed">Development trunk</h3>
-<p>
-Use the command shown below to check out the development trunk:
-</p>
-<pre class="code">svn checkout https://svn.apache.org/repos/asf/db/derby/code/trunk/</pre>
-<p>
-Production use of Derby should use official Derby releases or snapshot
-builds off the branches (or self built jars off the branches with bug
-fixes).
-</p>
-<p>
-The development trunk
-(<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk">http://svn.apache.org/repos/asf/db/derby/code/trunk</a>) is
-a development code line, which supports:
-</p>
-<ul>
-  
-<li> Development of new features.  </li>
-  
-<li> Early access to new features for testing.  </li>
-
-</ul>
-<p>
-The development trunk is <strong>not</strong> 
-suitable for production use because:
 </p>
-<ul>
- 
-<li> It contains new features that have only undergone limited testing
-      and that may corrupt data and/or return incorrect results.
-  </li>
-
-  
-<li>It may create on-disk database formats that are not upgradable to future
-      releases of Derby. Databases created by official Derby releases will be
-      upgradable to future versions.
-  </li>
-
-</ul>
-<div class="frame warning">
-<div class="label">Warning</div>
-<div class="content">
-The alpha version tag explicitly disables upgrade in Derby.
-</div>
-</div>
-</div>
-
-
-<a name="N100C0"></a><a name="Software+required+to+build+Derby"></a>
-<h2 class="boxed">Software required to build Derby</h2>
-<div class="section">
-<p>
-Derby is designed to work in JDK1.3 (JDBC 2.0) and JDK 1.4 (JDBC 3.0)
-environments.
-For this reason both JDK1.3 and JDK1.4 are required for the build environment.
-The build is set up so that most of the code is compiled against JDK 1.3
-libraries so that no dependency on JDK 1.4 classes exist,
-except for the code that only runs in JDK1.4.
-In addition Derby's JDBC 2.0 implementation must compile against JDBC 2.0
-class definitions and naturally the JDBC 3.0 implementation against JDBC 3.0
-class definitions.
-</p>
-<p>
-The software required to build Derby is summarized in the table below.
-However, doublecheck the 
-<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
-instructions for installation locations before downloading the software.
-As of this writing, and with the exception of JDK 1.4/1.3 and Ant,
-the Derby build procedure expects most software to be installed in
-<span class="codefrag">${derby.source}/tools/java</span>
-(where <span class="codefrag">${derby.source}</span> is the root location of the Derby source on
-your system).
-</p>
-<table class="ForrestTable" cellspacing="1" cellpadding="4">
-    
-<tr>
-    
-<th colspan="1" rowspan="1">Software</th>
-    <th colspan="1" rowspan="1">Where to obtain it</th>
-    
-</tr>
-
-    
-<tr>
-    
-<td colspan="1" rowspan="1">Apache Ant 1.6.x</td>
-    <td colspan="1" rowspan="1">
-        <a class="external" href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>
-    </td>
-    
-</tr>
-
-    
-<tr>
-    
-<td colspan="1" rowspan="1"> Java Development Kit (JDK) release 1.4.x</td>
-    <td colspan="1" rowspan="1"> Any JDK 1.4.x, Java's reference implementation is at
-          <a class="external" href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
-    </td>
-    
-</tr>
-
-    
-<tr>
-    
-<td colspan="1" rowspan="1"> Java Development Kit (JDK) release 1.3.x</td>
-    <td colspan="1" rowspan="1"> Any JDK 1.3.x, Java's reference implementation is at
-          <a class="external" href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
-     </td>
-    
-</tr>
-
-    
-<tr>
-    
-<td colspan="1" rowspan="1"> OSGi Service Platform Release 3 (osgi.jar) (optional) </td>
-    <td colspan="1" rowspan="1">
-        <a class="external" href="http://osgi.org">http://osgi.org</a>
-    </td>
-    
-</tr>
-
-    
-<tr>
-       
-<td colspan="2" rowspan="1">
-       <strong>Extensions for Java Development Kit release 1.3.x</strong>
-       </td>
-    
-</tr>
-
-    
-<tr>
-          
-<td colspan="1" rowspan="1"> JDBC 2.0 Optional Package</td>
-          <td colspan="1" rowspan="1">
-		<a class="external" href="http://java.sun.com/products/jdbc/download.html">http://java.sun.com/products/jdbc/download.html</a>
-               (select "JDBC 2.0 Optional Package Binary")
-          </td>
-    
-</tr>
-
-    
-<tr>
-          
-<td colspan="1" rowspan="1">Java Cryptography Extension (JCE) version 1.2.2</td>
-          <td colspan="1" rowspan="1">
-		<a class="external" href="http://java.sun.com/products/jce/index-122.html">http://java.sun.com/products/jce/index-122.html</a>
-	</td>
-    
-</tr>
-
-
-</table>
-</div>
-
-
-<a name="N10158"></a><a name="How+to+build+Derby"></a>
-<h2 class="boxed">How to build Derby</h2>
-<div class="section">
-<p>
-Instructions for building Derby are in a file named
-<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
-at the root of the source code tree.
-</p>
-<p>
-The previous link points to the <span class="codefrag">BUILDING.TXT</span> file in the
-<a href="#Development+trunk">development trunk</a>.
-If you want to access the <span class="codefrag">BUILDING.TXT</span> file for a
-specific branch, access the file directly by checking out the
-<a href="#Branches">branch</a>
-or the <a href="#Development+trunk">development trunk</a>.
-</p>
-</div>
-
-
-<a name="N1017B"></a><a name="How+to+test+Derby"></a>
-<h2 class="boxed">How to test Derby</h2>
-<div class="section">
-<p>
-Instructions for testing Derby are in the source code tree in
-<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk/java/testing/README.htm">java/testing/README.htm</a>.
-(Note: if your browser shows HTML source for this page instead of
-displaying it, 
-save the file locally with <strong>File -&gt; Save Page As</strong>,
-then open the file you saved.)
-</p>
-<p>
-The previous link points to <span class="codefrag">java/testing/README.htm</span> in the
-<a href="#Development+trunk">development trunk</a>.
-If you want to access the instructions in a specific branch, 
-access the file directly by checking out the
-<a href="#Branches">branch</a>
-or the <a href="#Development+trunk">development trunk</a>.
-</p>
-<p>
-Also, see the <a href="derby_tests.html">tests</a> page for test results
-resources.
-</p>
-</div>
-
-
-<a name="N101A5"></a><a name="How+to+submit+a+patch"></a>
-<h2 class="boxed">How to submit a patch</h2>
-<div class="section">
 <p>
-See the
-<a href="derby_comm.html#Contribute+Code+or+Documentation">Contribute Code
-or Documentation</a> section in the
-<a href="derby_comm.html">Get Involved!</a> page.
+Information about Derby source code was moved to the 
+<a href="dev/derby_source.html">Source Code</a> page.
 </p>
 </div>
 
 
 <p>
 
-<em>Last updated: November 16, 2006</em>
+<em>Last updated: November 28, 2006</em>
 
 </p>
 

Modified: db/derby/site/trunk/build/site/derby_mail.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/derby_mail.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/derby_mail.html (original)
+++ db/derby/site/trunk/build/site/derby_mail.html Tue Nov 28 14:00:06 2006
@@ -69,6 +69,9 @@
 <div class="menupagetitle">Mailing Lists</div>
 </div>
 <div class="menuitem">
+<a href="dev/derby_source.html">Source Code</a>
+</div>
+<div class="menuitem">
 <a href="DerbyBugGuidelines.html">BUGS</a>
 </div>
 <div class="menuitem">

Modified: db/derby/site/trunk/build/site/derby_tests.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/derby_tests.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/derby_tests.html (original)
+++ db/derby/site/trunk/build/site/derby_tests.html Tue Nov 28 14:00:06 2006
@@ -69,6 +69,9 @@
 <a href="derby_mail.html">Mailing Lists</a>
 </div>
 <div class="menuitem">
+<a href="dev/derby_source.html">Source Code</a>
+</div>
+<div class="menuitem">
 <a href="DerbyBugGuidelines.html">BUGS</a>
 </div>
 <div class="menupage">

Added: db/derby/site/trunk/build/site/dev/derby_source.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/dev/derby_source.html?view=auto&rev=480232
==============================================================================
--- db/derby/site/trunk/build/site/dev/derby_source.html (added)
+++ db/derby/site/trunk/build/site/dev/derby_source.html Tue Nov 28 14:00:06 2006
@@ -0,0 +1,431 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>Apache Derby: Source Code</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://db.apache.org/">db</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="grouplogo">
+<a href="http://db.apache.org/derby"><img class="logoImage" alt="Apache Derby" src="../images/derby-logo-web.png" title="Derby is a zero-admin Java RDBMS"></a>
+</div>
+<div class="projectlogoA1">
+<a href="http://db.apache.org"><img class="logoImage" alt="Apache DB Project" src="../images/db-logo-white.png" title="Apache DB creates and maintains database solutions."></a>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li>
+<a class="base-not-selected" href="../quick_start.html">Quick Start</a>
+</li>
+<li>
+<a class="base-not-selected" href="../derby_downloads.html">Download</a>
+</li>
+<li class="current">
+<a class="base-selected" href="../derby_comm.html">Community</a>
+</li>
+<li>
+<a class="base-not-selected" href="../manuals/index.html">Documentation</a>
+</li>
+<li>
+<a class="base-not-selected" href="../integrate/index.html">Resources</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Community</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="../derby_comm.html">Get Involved!</a>
+</div>
+<div class="menuitem">
+<a href="../derby_mail.html">Mailing Lists</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">Source Code</div>
+</div>
+<div class="menuitem">
+<a href="../DerbyBugGuidelines.html">BUGS</a>
+</div>
+<div class="menuitem">
+<a href="../derby_tests.html">Tests</a>
+</div>
+<div class="menuitem">
+<a href="../logo.html">Logo</a>
+</div>
+<div class="menuitem">
+<a href="../papers/derby_web.html">Updating the web site</a>
+</div>
+</div>
+<div class="searchbox">
+<hr>
+<form action="http://www.google.com/search" method="get">
+<input value="db.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                  <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div class="trail">
+<text>Font size:</text> 
+	          &nbsp;<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button">      
+	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
+	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
+</div>
+<h1>Apache Derby: Source Code</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Intended+Audience">Intended Audience</a>
+</li>
+<li>
+<a href="#Derby+source+code">Derby source code</a>
+<ul class="minitoc">
+<li>
+<a href="#Branches">Branches</a>
+</li>
+<li>
+<a href="#Development+trunk">Development trunk</a>
+</li>
+</ul>
+</li>
+<li>
+<a href="#Software+required+to+build+Derby">Software required to build Derby</a>
+</li>
+<li>
+<a href="#How+to+build+Derby">How to build Derby</a>
+</li>
+<li>
+<a href="#How+to+test+Derby">How to test Derby</a>
+</li>
+<li>
+<a href="#How+to+submit+a+patch">How to submit a patch</a>
+</li>
+</ul>
+</div>
+
+
+<a name="N1000D"></a><a name="Intended+Audience"></a>
+<h2 class="boxed">Intended Audience</h2>
+<div class="section">
+<p>
+This page provides information for developers on how to check out 
+and build the Derby source code.
+The official Derby releases are available on the
+<a href="../derby_downloads.html">Downloads</a> page.
+</p>
+</div>
+
+
+<a name="N1001B"></a><a name="Derby+source+code"></a>
+<h2 class="boxed">Derby source code</h2>
+<div class="section">
+<p>
+Derby source is stored in the Subversion (SVN) repository at Apache.
+For Derby web site source, see the
+<a href="../papers/derby_web.html">Apache Derby Web Site</a> page.
+The rest of this section describes where to get the Derby source code.
+</p>
+<p>
+First, download and install Subversion from
+<a class="external" href="http://subversion.tigris.org/">http://subversion.tigris.org/</a>
+
+</p>
+<a name="N1002F"></a><a name="Branches"></a>
+<h3 class="boxed">Branches</h3>
+<p>
+Currently Derby has the following branches:
+</p>
+<ul>
+  
+<li> 10.2 </li>
+  
+<li> 10.1 </li>
+  
+<li> 10.0 </li>
+
+</ul>
+<p>
+Use the command shown below to check out the source code for a branch:
+</p>
+<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/<em>branch</em>/
+</pre>
+<p>
+Where <em>branch</em> is the number of the branch.
+For example, the following command checks out the source code for
+the 10.2 branch:
+</p>
+<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.2/
+</pre>
+<a name="N10059"></a><a name="Development+trunk"></a>
+<h3 class="boxed">Development trunk</h3>
+<p>
+Use the command shown below to check out the development trunk:
+</p>
+<pre class="code">svn checkout https://svn.apache.org/repos/asf/db/derby/code/trunk/</pre>
+<p>
+Production use of Derby should use official Derby releases or snapshot
+builds off the branches (or self built jars off the branches with bug
+fixes).
+</p>
+<p>
+The development trunk
+(<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk">http://svn.apache.org/repos/asf/db/derby/code/trunk</a>) is
+a development code line, which supports:
+</p>
+<ul>
+  
+<li> Development of new features.  </li>
+  
+<li> Early access to new features for testing.  </li>
+
+</ul>
+<p>
+The development trunk is <strong>not</strong> 
+suitable for production use because:
+</p>
+<ul>
+ 
+<li> It contains new features that have only undergone limited testing
+      and that may corrupt data and/or return incorrect results.
+  </li>
+
+  
+<li>It may create on-disk database formats that are not upgradable to future
+      releases of Derby. Databases created by official Derby releases will be
+      upgradable to future versions.
+  </li>
+
+</ul>
+<div class="frame warning">
+<div class="label">Warning</div>
+<div class="content">
+The alpha version tag explicitly disables upgrade in Derby.
+</div>
+</div>
+</div>
+
+
+<a name="N1008D"></a><a name="Software+required+to+build+Derby"></a>
+<h2 class="boxed">Software required to build Derby</h2>
+<div class="section">
+<p>
+Derby is designed to work in JDK1.3 (JDBC 2.0) and JDK 1.4 (JDBC 3.0)
+environments.
+For this reason both JDK1.3 and JDK1.4 are required for the build environment.
+The build is set up so that most of the code is compiled against JDK 1.3
+libraries so that no dependency on JDK 1.4 classes exist,
+except for the code that only runs in JDK1.4.
+In addition Derby's JDBC 2.0 implementation must compile against JDBC 2.0
+class definitions and naturally the JDBC 3.0 implementation against JDBC 3.0
+class definitions.
+</p>
+<p>
+The software required to build Derby is summarized in the table below.
+However, doublecheck the 
+<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
+instructions for installation locations before downloading the software.
+As of this writing, and with the exception of JDK 1.4/1.3 and Ant,
+the Derby build procedure expects most software to be installed in
+<span class="codefrag">${derby.source}/tools/java</span>
+(where <span class="codefrag">${derby.source}</span> is the root location of the Derby source on
+your system).
+</p>
+<table class="ForrestTable" cellspacing="1" cellpadding="4">
+    
+<tr>
+    
+<th colspan="1" rowspan="1">Software</th>
+    <th colspan="1" rowspan="1">Where to obtain it</th>
+    
+</tr>
+
+    
+<tr>
+    
+<td colspan="1" rowspan="1">Apache Ant 1.6.x</td>
+    <td colspan="1" rowspan="1">
+        <a class="external" href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>
+    </td>
+    
+</tr>
+
+    
+<tr>
+    
+<td colspan="1" rowspan="1"> Java Development Kit (JDK) release 1.4.x</td>
+    <td colspan="1" rowspan="1"> Any JDK 1.4.x, Java's reference implementation is at
+          <a class="external" href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
+    </td>
+    
+</tr>
+
+    
+<tr>
+    
+<td colspan="1" rowspan="1"> Java Development Kit (JDK) release 1.3.x</td>
+    <td colspan="1" rowspan="1"> Any JDK 1.3.x, Java's reference implementation is at
+          <a class="external" href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
+     </td>
+    
+</tr>
+
+    
+<tr>
+    
+<td colspan="1" rowspan="1"> OSGi Service Platform Release 3 (osgi.jar) (optional) </td>
+    <td colspan="1" rowspan="1">
+        <a class="external" href="http://osgi.org">http://osgi.org</a>
+    </td>
+    
+</tr>
+
+    
+<tr>
+       
+<td colspan="2" rowspan="1">
+       <strong>Extensions for Java Development Kit release 1.3.x</strong>
+       </td>
+    
+</tr>
+
+    
+<tr>
+          
+<td colspan="1" rowspan="1"> JDBC 2.0 Optional Package</td>
+          <td colspan="1" rowspan="1">
+		<a class="external" href="http://java.sun.com/products/jdbc/download.html">http://java.sun.com/products/jdbc/download.html</a>
+               (select "JDBC 2.0 Optional Package Binary")
+          </td>
+    
+</tr>
+
+    
+<tr>
+          
+<td colspan="1" rowspan="1">Java Cryptography Extension (JCE) version 1.2.2</td>
+          <td colspan="1" rowspan="1">
+		<a class="external" href="http://java.sun.com/products/jce/index-122.html">http://java.sun.com/products/jce/index-122.html</a>
+	</td>
+    
+</tr>
+
+
+</table>
+</div>
+
+
+<a name="N10125"></a><a name="How+to+build+Derby"></a>
+<h2 class="boxed">How to build Derby</h2>
+<div class="section">
+<p>
+Instructions for building Derby are in a file named
+<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
+at the root of the source code tree.
+</p>
+<p>
+The previous link points to the <span class="codefrag">BUILDING.TXT</span> file in the
+<a href="#Development+trunk">development trunk</a>.
+If you want to access the <span class="codefrag">BUILDING.TXT</span> file for a
+specific branch, access the file directly by checking out the
+<a href="#Branches">branch</a>
+or the <a href="#Development+trunk">development trunk</a>.
+</p>
+</div>
+
+
+<a name="N10148"></a><a name="How+to+test+Derby"></a>
+<h2 class="boxed">How to test Derby</h2>
+<div class="section">
+<p>
+Instructions for testing Derby are in the source code tree in
+<a class="external" href="http://svn.apache.org/repos/asf/db/derby/code/trunk/java/testing/README.htm">java/testing/README.htm</a>.
+(Note: if your browser shows HTML source for this page instead of
+displaying it, 
+save the file locally with <strong>File -&gt; Save Page As</strong>,
+then open the file you saved.)
+</p>
+<p>
+The previous link points to <span class="codefrag">java/testing/README.htm</span> in the
+<a href="#Development+trunk">development trunk</a>.
+If you want to access the instructions in a specific branch, 
+access the file directly by checking out the
+<a href="#Branches">branch</a>
+or the <a href="#Development+trunk">development trunk</a>.
+</p>
+<p>
+Also, see the <a href="../derby_tests.html">tests</a> page for test results
+resources.
+</p>
+</div>
+
+
+<a name="N10172"></a><a name="How+to+submit+a+patch"></a>
+<h2 class="boxed">How to submit a patch</h2>
+<div class="section">
+<p>
+See the
+<a href="../derby_comm.html#Contribute+Code+or+Documentation">Contribute Code
+or Documentation</a> section in the
+<a href="../derby_comm.html">Get Involved!</a> page.
+</p>
+</div>
+
+
+<p>
+
+<em>Last updated: November 28, 2006</em>
+
+</p>
+
+
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2004-2006 Apache Software Foundation</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:derby-user@db.apache.org?subject=Feedback%C2%A0dev/derby_source.html">derby-user@db.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Propchange: db/derby/site/trunk/build/site/dev/derby_source.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: db/derby/site/trunk/build/site/linkmap.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/linkmap.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/linkmap.html (original)
+++ db/derby/site/trunk/build/site/linkmap.html Tue Nov 28 14:00:06 2006
@@ -99,6 +99,9 @@
 <a href="derby_mail.html">Mailing Lists</a>
 </div>
 <div class="menuitem">
+<a href="dev/derby_source.html">Source Code</a>
+</div>
+<div class="menuitem">
 <a href="DerbyBugGuidelines.html">BUGS</a>
 </div>
 <div class="menuitem">
@@ -436,6 +439,12 @@
 <ul>
 <li>
 <a href="derby_mail.html">Mailing Lists</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>derby_mail</em>
+</li>
+</ul>
+    
+<ul>
+<li>
+<a href="dev/derby_source.html">Source Code</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>derby_src</em>
 </li>
 </ul>
     

Modified: db/derby/site/trunk/build/site/logo.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/logo.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/logo.html (original)
+++ db/derby/site/trunk/build/site/logo.html Tue Nov 28 14:00:06 2006
@@ -69,6 +69,9 @@
 <a href="derby_mail.html">Mailing Lists</a>
 </div>
 <div class="menuitem">
+<a href="dev/derby_source.html">Source Code</a>
+</div>
+<div class="menuitem">
 <a href="DerbyBugGuidelines.html">BUGS</a>
 </div>
 <div class="menuitem">

Modified: db/derby/site/trunk/build/site/papers/derby_web.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/papers/derby_web.html?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/build/site/papers/derby_web.html (original)
+++ db/derby/site/trunk/build/site/papers/derby_web.html Tue Nov 28 14:00:06 2006
@@ -69,6 +69,9 @@
 <a href="../derby_mail.html">Mailing Lists</a>
 </div>
 <div class="menuitem">
+<a href="../dev/derby_source.html">Source Code</a>
+</div>
+<div class="menuitem">
 <a href="../DerbyBugGuidelines.html">BUGS</a>
 </div>
 <div class="menuitem">

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml Tue Nov 28 14:00:06 2006
@@ -46,256 +46,21 @@
    </li>
 </ul>
 </section>
-<section>
-<title>Incubator Releases</title>
-
-<ul>
-   <li> <a href="releases/release-10.0.2.1.html">10.0.2.1</a> 
-   (Dec 6, 2004 / SVN 106978) 
-   </li>
-</ul>
-
-</section>
-
-<section>
-<title>Derby source code</title>
-
-<p>
-Derby source is stored in the Subversion (SVN) repository at Apache.
-For Derby web site source, see the
-<a href="papers/derby_web.html">Apache Derby Web Site</a> page.
-The rest of this section describes where to get the Derby source code.
-</p>
-
-<p>
-First, download and install Subversion from
-<a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a>
-</p>
-
-<section>
-<title>Branches</title>
-<p>
-Currently Derby has the following branches:
-</p>
-
-<ul>
-  <li> 10.2 </li>
-  <li> 10.1 </li>
-  <li> 10.0 </li>
-</ul>
-
-<p>
-Use the command shown below to check out the source code for a branch:
-</p>
-
-<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/<em>branch</em>/
-</source>
-
-<p>
-Where <em>branch</em> is the number of the branch.
-For example, the following command checks out the source code for
-the 10.2 branch:
-</p>
-
-<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.2/
-</source>
-
-</section>
-
-<section>
-<title>Development trunk</title>
-<p>
-Use the command shown below to check out the development trunk:
-</p>
-<source>svn checkout https://svn.apache.org/repos/asf/db/derby/code/trunk/</source>
-
-
-<p>
-Production use of Derby should use official Derby releases or snapshot
-builds off the branches (or self built jars off the branches with bug
-fixes).
-</p>
-
-<p>
-The development trunk
-(<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk">http://svn.apache.org/repos/asf/db/derby/code/trunk</a>) is
-a development code line, which supports:
-</p>
-<ul>
-  <li> Development of new features.  </li>
-  <li> Early access to new features for testing.  </li>
-</ul>
-
-<p>
-The development trunk is <strong>not</strong> 
-suitable for production use because:
-</p>
-
-<ul>
- <li> It contains new features that have only undergone limited testing
-      and that may corrupt data and/or return incorrect results.
-  </li>
-
-  <li>It may create on-disk database formats that are not upgradable to future
-      releases of Derby. Databases created by official Derby releases will be
-      upgradable to future versions.
-  </li>
-</ul>
-
-<warning>
-The alpha version tag explicitly disables upgrade in Derby.
-</warning>
-
-</section>
-
-</section>
-
-<section>
-<title>Software required to build Derby</title>
-
-<p>
-Derby is designed to work in JDK1.3 (JDBC 2.0) and JDK 1.4 (JDBC 3.0)
-environments.
-For this reason both JDK1.3 and JDK1.4 are required for the build environment.
-The build is set up so that most of the code is compiled against JDK 1.3
-libraries so that no dependency on JDK 1.4 classes exist,
-except for the code that only runs in JDK1.4.
-In addition Derby's JDBC 2.0 implementation must compile against JDBC 2.0
-class definitions and naturally the JDBC 3.0 implementation against JDBC 3.0
-class definitions.
-</p>
-
-<p>
-The software required to build Derby is summarized in the table below.
-However, doublecheck the 
-<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
-instructions for installation locations before downloading the software.
-As of this writing, and with the exception of JDK 1.4/1.3 and Ant,
-the Derby build procedure expects most software to be installed in
-<code>${derby.source}/tools/java</code>
-(where <code>${derby.source}</code> is the root location of the Derby source on
-your system).
-</p>
-
-<table>
-    <tr>
-    <th>Software</th>
-    <th>Where to obtain it</th>
-    </tr>
-
-    <tr>
-    <td>Apache Ant 1.6.x</td>
-    <td>
-        <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>
-    </td>
-    </tr>
-
-    <tr>
-    <td> Java Development Kit (JDK) release 1.4.x</td>
-    <td> Any JDK 1.4.x, Java's reference implementation is at
-          <a href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
-    </td>
-    </tr>
-
-    <tr>
-    <td> Java Development Kit (JDK) release 1.3.x</td>
-    <td> Any JDK 1.3.x, Java's reference implementation is at
-          <a href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
-     </td>
-    </tr>
-
-    <tr>
-    <td> OSGi Service Platform Release 3 (osgi.jar) (optional) </td>
-    <td>
-        <a href="http://osgi.org">http://osgi.org</a>
-    </td>
-    </tr>
-
-    <tr>
-       <td colspan="2">
-       <strong>Extensions for Java Development Kit release 1.3.x</strong>
-       </td>
-    </tr>
-
-    <tr>
-          <td> JDBC 2.0 Optional Package</td>
-          <td>
-		<a href="http://java.sun.com/products/jdbc/download.html">http://java.sun.com/products/jdbc/download.html</a>
-               (select "JDBC 2.0 Optional Package Binary")
-          </td>
-    </tr>
-
-    <tr>
-          <td>Java Cryptography Extension (JCE) version 1.2.2</td>
-          <td>
-		<a href="http://java.sun.com/products/jce/index-122.html">http://java.sun.com/products/jce/index-122.html</a>
-	</td>
-    </tr>
-
-</table>
-</section>
 
 <section>
-<title>How to build Derby</title>
-
-<p>
-Instructions for building Derby are in a file named
-<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
-at the root of the source code tree.
-</p>
-
-<p>
-The previous link points to the <code>BUILDING.TXT</code> file in the
-<a href="#Development+trunk">development trunk</a>.
-If you want to access the <code>BUILDING.TXT</code> file for a
-specific branch, access the file directly by checking out the
-<a href="#Branches">branch</a>
-or the <a href="#Development+trunk">development trunk</a>.
-</p>
-
-</section>
-
-<section>
-<title>How to test Derby</title>
-
+<title>Change History</title>
 <p>
-Instructions for testing Derby are in the source code tree in
-<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk/java/testing/README.htm">java/testing/README.htm</a>.
-(Note: if your browser shows HTML source for this page instead of
-displaying it, 
-save the file locally with <strong>File -&gt; Save Page As</strong>,
-then open the file you saved.)
+<em>Hey! Where is the information that used to be on this page
+on how to check out and build the Derby source code?</em>
 </p>
-
-<p>
-The previous link points to <code>java/testing/README.htm</code> in the
-<a href="#Development+trunk">development trunk</a>.
-If you want to access the instructions in a specific branch, 
-access the file directly by checking out the
-<a href="#Branches">branch</a>
-or the <a href="#Development+trunk">development trunk</a>.
-</p>
-
-<p>
-Also, see the <a href="derby_tests.html">tests</a> page for test results
-resources.
-</p>
-
-
-</section>
-
-<section>
-<title>How to submit a patch</title>
 <p>
-See the
-<a href="derby_comm.html#Contribute+Code+or+Documentation">Contribute Code
-or Documentation</a> section in the
-<a href="derby_comm.html">Get Involved!</a> page.
+Information about Derby source code was moved to the 
+<a href="dev/derby_source.html">Source Code</a> page.
 </p>
 </section>
 
 <p>
-<em>Last updated: November 16, 2006</em>
+<em>Last updated: November 28, 2006</em>
 </p>
 
 </body>

Added: db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml?view=auto&rev=480232
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml (added)
+++ db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml Tue Nov 28 14:00:06 2006
@@ -0,0 +1,279 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+ <header>
+  <title>Apache Derby: Source Code</title>
+ </header>
+
+<body>
+
+<section>
+<title>Intended Audience</title>
+<p>
+This page provides information for developers on how to check out 
+and build the Derby source code.
+The official Derby releases are available on the
+<a href="../derby_downloads.html">Downloads</a> page.
+</p>
+</section>
+
+<section>
+<title>Derby source code</title>
+
+<p>
+Derby source is stored in the Subversion (SVN) repository at Apache.
+For Derby web site source, see the
+<a href="../papers/derby_web.html">Apache Derby Web Site</a> page.
+The rest of this section describes where to get the Derby source code.
+</p>
+
+<p>
+First, download and install Subversion from
+<a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a>
+</p>
+
+<section>
+<title>Branches</title>
+<p>
+Currently Derby has the following branches:
+</p>
+
+<ul>
+  <li> 10.2 </li>
+  <li> 10.1 </li>
+  <li> 10.0 </li>
+</ul>
+
+<p>
+Use the command shown below to check out the source code for a branch:
+</p>
+
+<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/<em>branch</em>/
+</source>
+
+<p>
+Where <em>branch</em> is the number of the branch.
+For example, the following command checks out the source code for
+the 10.2 branch:
+</p>
+
+<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.2/
+</source>
+
+</section>
+
+<section>
+<title>Development trunk</title>
+<p>
+Use the command shown below to check out the development trunk:
+</p>
+<source>svn checkout https://svn.apache.org/repos/asf/db/derby/code/trunk/</source>
+
+
+<p>
+Production use of Derby should use official Derby releases or snapshot
+builds off the branches (or self built jars off the branches with bug
+fixes).
+</p>
+
+<p>
+The development trunk
+(<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk">http://svn.apache.org/repos/asf/db/derby/code/trunk</a>) is
+a development code line, which supports:
+</p>
+<ul>
+  <li> Development of new features.  </li>
+  <li> Early access to new features for testing.  </li>
+</ul>
+
+<p>
+The development trunk is <strong>not</strong> 
+suitable for production use because:
+</p>
+
+<ul>
+ <li> It contains new features that have only undergone limited testing
+      and that may corrupt data and/or return incorrect results.
+  </li>
+
+  <li>It may create on-disk database formats that are not upgradable to future
+      releases of Derby. Databases created by official Derby releases will be
+      upgradable to future versions.
+  </li>
+</ul>
+
+<warning>
+The alpha version tag explicitly disables upgrade in Derby.
+</warning>
+
+</section>
+
+</section>
+
+<section>
+<title>Software required to build Derby</title>
+
+<p>
+Derby is designed to work in JDK1.3 (JDBC 2.0) and JDK 1.4 (JDBC 3.0)
+environments.
+For this reason both JDK1.3 and JDK1.4 are required for the build environment.
+The build is set up so that most of the code is compiled against JDK 1.3
+libraries so that no dependency on JDK 1.4 classes exist,
+except for the code that only runs in JDK1.4.
+In addition Derby's JDBC 2.0 implementation must compile against JDBC 2.0
+class definitions and naturally the JDBC 3.0 implementation against JDBC 3.0
+class definitions.
+</p>
+
+<p>
+The software required to build Derby is summarized in the table below.
+However, doublecheck the 
+<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
+instructions for installation locations before downloading the software.
+As of this writing, and with the exception of JDK 1.4/1.3 and Ant,
+the Derby build procedure expects most software to be installed in
+<code>${derby.source}/tools/java</code>
+(where <code>${derby.source}</code> is the root location of the Derby source on
+your system).
+</p>
+
+<table>
+    <tr>
+    <th>Software</th>
+    <th>Where to obtain it</th>
+    </tr>
+
+    <tr>
+    <td>Apache Ant 1.6.x</td>
+    <td>
+        <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>
+    </td>
+    </tr>
+
+    <tr>
+    <td> Java Development Kit (JDK) release 1.4.x</td>
+    <td> Any JDK 1.4.x, Java's reference implementation is at
+          <a href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
+    </td>
+    </tr>
+
+    <tr>
+    <td> Java Development Kit (JDK) release 1.3.x</td>
+    <td> Any JDK 1.3.x, Java's reference implementation is at
+          <a href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
+     </td>
+    </tr>
+
+    <tr>
+    <td> OSGi Service Platform Release 3 (osgi.jar) (optional) </td>
+    <td>
+        <a href="http://osgi.org">http://osgi.org</a>
+    </td>
+    </tr>
+
+    <tr>
+       <td colspan="2">
+       <strong>Extensions for Java Development Kit release 1.3.x</strong>
+       </td>
+    </tr>
+
+    <tr>
+          <td> JDBC 2.0 Optional Package</td>
+          <td>
+		<a href="http://java.sun.com/products/jdbc/download.html">http://java.sun.com/products/jdbc/download.html</a>
+               (select "JDBC 2.0 Optional Package Binary")
+          </td>
+    </tr>
+
+    <tr>
+          <td>Java Cryptography Extension (JCE) version 1.2.2</td>
+          <td>
+		<a href="http://java.sun.com/products/jce/index-122.html">http://java.sun.com/products/jce/index-122.html</a>
+	</td>
+    </tr>
+
+</table>
+</section>
+
+<section>
+<title>How to build Derby</title>
+
+<p>
+Instructions for building Derby are in a file named
+<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt">BUILDING.txt</a>
+at the root of the source code tree.
+</p>
+
+<p>
+The previous link points to the <code>BUILDING.TXT</code> file in the
+<a href="#Development+trunk">development trunk</a>.
+If you want to access the <code>BUILDING.TXT</code> file for a
+specific branch, access the file directly by checking out the
+<a href="#Branches">branch</a>
+or the <a href="#Development+trunk">development trunk</a>.
+</p>
+
+</section>
+
+<section>
+<title>How to test Derby</title>
+
+<p>
+Instructions for testing Derby are in the source code tree in
+<a href="http://svn.apache.org/repos/asf/db/derby/code/trunk/java/testing/README.htm">java/testing/README.htm</a>.
+(Note: if your browser shows HTML source for this page instead of
+displaying it, 
+save the file locally with <strong>File -&gt; Save Page As</strong>,
+then open the file you saved.)
+</p>
+
+<p>
+The previous link points to <code>java/testing/README.htm</code> in the
+<a href="#Development+trunk">development trunk</a>.
+If you want to access the instructions in a specific branch, 
+access the file directly by checking out the
+<a href="#Branches">branch</a>
+or the <a href="#Development+trunk">development trunk</a>.
+</p>
+
+<p>
+Also, see the <a href="../derby_tests.html">tests</a> page for test results
+resources.
+</p>
+
+
+</section>
+
+<section>
+<title>How to submit a patch</title>
+<p>
+See the
+<a href="../derby_comm.html#Contribute+Code+or+Documentation">Contribute Code
+or Documentation</a> section in the
+<a href="../derby_comm.html">Get Involved!</a> page.
+</p>
+</section>
+
+<p>
+<em>Last updated: November 28, 2006</em>
+</p>
+
+</body>
+</document>

Propchange: db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: db/derby/site/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/site.xml?view=diff&rev=480232&r1=480231&r2=480232
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/site.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/site.xml Tue Nov 28 14:00:06 2006
@@ -44,6 +44,7 @@
   <community label="Community" tab="community">
     <index label="Get Involved!" href="derby_comm.html"></index>
     <derby_mail label="Mailing Lists" href="derby_mail.html"></derby_mail>
+    <derby_src  label="Source Code" href="dev/derby_source.html"></derby_src>
     <derby_bugs label="BUGS" href="DerbyBugGuidelines.html"></derby_bugs>
     <derby_tests label="Tests" href="derby_tests.html"></derby_tests>
     <logo label="Logo" href="logo.html"></logo>