Author: bpendleton Date: Thu May 3 17:30:43 2018 New Revision: 1029374 Log: DERBY-6988: rebuild derby site with updated release info
Modified: websites/production/db/content/derby/derby_comm.html websites/production/db/content/derby/dev/derby_source.html websites/production/db/content/derby/papers/DerbyTut/embedded.png websites/production/db/content/derby/papers/DerbyTut/embedded_server.png websites/production/db/content/derby/papers/DerbyTut/network_server.png websites/production/db/content/derby/papers/alloc-page.png websites/production/db/content/derby/papers/container-format.png websites/production/db/content/derby/papers/field-header-non-overflow.png websites/production/db/content/derby/papers/field-header-overflow.png websites/production/db/content/derby/papers/page-format.png websites/production/db/content/derby/skin/images/rc-b-l-15-1body-2menu-3menu.png websites/production/db/content/derby/skin/images/rc-b-r-15-1body-2menu-3menu.png websites/production/db/content/derby/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png websites/production/db/content/derby/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png websites/production/db/content/derby/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png websites/production/db/content/derby/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png websites/production/db/content/derby/skin/images/rc-t-r-15-1body-2menu-3menu.png websites/production/db/content/derby/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png websites/production/db/content/derby/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png websites/production/db/content/derby/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png Modified: websites/production/db/content/derby/derby_comm.html ============================================================================== --- websites/production/db/content/derby/derby_comm.html (original) +++ websites/production/db/content/derby/derby_comm.html Thu May 3 17:30:43 2018 @@ -422,6 +422,12 @@ is just a sampling of the topics covered Contributor Checklist</a>: Tips for developers contributing code to Derby. </li> +<li> + +<a class="external" href="http://wiki.apache.org/db-derby/DerbyJUnitTesting">Derby + JUnit Testing</a> and <a class="external" href="http://wiki.apache.org/db-derby/DerbyTopLevelJunitTests">Derby Top-Level Tests</a>: Information on running the various Derby test suites. + </li> + <li> <a class="external" href="http://wiki.apache.org/db-derby/DerbyCommitProcess">Derby Commit Process</a>: How a change to Derby actually gets committed.</li> @@ -476,20 +482,18 @@ svn propset svn:eol-style native java/en <li> <p> -Run the tests (to be safe, run derbyall). -(Be sure to set your CLASSPATH env var to include the trunk/classes dir.) +Run the tests (for more details, see the wiki links above). </p> <pre class="code"> ant all -cd <a temp/test dir> -java org.apache.derbyTesting.functionTests.harness.RunSuite derbyall +ant junitreport </pre> <p> -Resolve any test failures (update relevant ../functionTests/master/*.out files). +Resolve any test failures. </p> Modified: websites/production/db/content/derby/dev/derby_source.html ============================================================================== --- websites/production/db/content/derby/dev/derby_source.html (original) +++ websites/production/db/content/derby/dev/derby_source.html Thu May 3 17:30:43 2018 @@ -346,7 +346,11 @@ at the root of the source code tree. <h2 class="boxed">How to test Derby</h2> <div class="section"> <p> -Instructions for testing Derby are in the source code tree in +Most Derby tests are run using the JUnit testing tool. For details on how to run these tests, see <a class="external" href="http://wiki.apache.org/db-derby/DerbyTopLevelJunitTests">these instructions in the Derby wiki</a> + +</p> +<p> +Additional, and somewhat out-dated, instructions for testing Derby are in the source code tree in <a class="external" href="http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/README.htm?view=co">java/testing/README.htm</a>. </p> <p> Modified: websites/production/db/content/derby/papers/DerbyTut/embedded.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/papers/DerbyTut/embedded_server.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/papers/DerbyTut/network_server.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/papers/alloc-page.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/papers/container-format.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/papers/field-header-non-overflow.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/papers/field-header-overflow.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/papers/page-format.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-b-l-15-1body-2menu-3menu.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-b-r-15-1body-2menu-3menu.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-t-r-15-1body-2menu-3menu.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png ============================================================================== Binary files - no diff available. Modified: websites/production/db/content/derby/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png ============================================================================== Binary files - no diff available.