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 my...@apache.org on 2007/10/04 22:13:38 UTC

svn commit: r581998 - in /db/derby/site/trunk: build/site/integrate/ build/site/releases/ src/documentation/content/xdocs/integrate/

Author: myrnavl
Date: Thu Oct  4 13:13:37 2007
New Revision: 581998

URL: http://svn.apache.org/viewvc?rev=581998&view=rev
Log:
DERBY-3029 (part 2) update remaining source file and check in built files from revision 581754; fixing up broken links

Modified:
    db/derby/site/trunk/build/site/integrate/db_ddlutils.html
    db/derby/site/trunk/build/site/integrate/db_torque.html
    db/derby/site/trunk/build/site/releases/release-10.1.2.1.html
    db/derby/site/trunk/build/site/releases/release-10.1.3.1.html
    db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm

Modified: db/derby/site/trunk/build/site/integrate/db_ddlutils.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/integrate/db_ddlutils.html?rev=581998&r1=581997&r2=581998&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/integrate/db_ddlutils.html (original)
+++ db/derby/site/trunk/build/site/integrate/db_ddlutils.html Thu Oct  4 13:13:37 2007
@@ -335,7 +335,7 @@
 from one database vendor to another.
 This paper provides a simple example for using DdlUtils to migrate a database 
 to Derby using the
-<a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils Ant tasks</a>.
+<a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils Ant tasks</a>.
 </p>
 <p>
 This example features Derby as both the source and target database
@@ -476,7 +476,7 @@
 <div class="section">
 <p>
 This section creates the database that the
-<a href="http://db.apache.org/torque/releases/torque-3.2/runtime/tutorial/index.html">Apache Torque Tutorial</a>
+<a href="http://db.apache.org/torque/releases/torque-3.2/releases/torque-3.2/tutorial/index.html">Apache Torque Tutorial</a>
 uses,
 but you'll use Derby's <span class="codefrag">ij</span> utility to create it instead.
 </p>
@@ -544,7 +544,7 @@
 This step uses the DdlUtils <span class="codefrag">DatabaseToDdlTask</span>
 to dump the <span class="codefrag">Books1</span> database to disk.
 You'll use the
-<a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils Ant tasks</a>
+<a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils Ant tasks</a>
 to execute the export.
 </p>
 <a name="N10115"></a><a name="Create+an+Ant+build.xml+file+with+an+export+target"></a>
@@ -656,7 +656,7 @@
 This step uses the DdlUtils <span class="codefrag">DdlToDatabaseTask</span>
 to import the schema and data into a new <span class="codefrag">Books2</span> database.
 As with the export task, you'll use the
-<a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils Ant tasks</a>
+<a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils Ant tasks</a>
 to execute the import.
 </p>
 <a name="N101AB"></a><a name="Copy+and+%28maybe%29+modify+the+db-schema.xml+file"></a>
@@ -730,7 +730,7 @@
         <span class="codefrag">schemaFile</span> argument.
         You can also use an embedded <span class="codefrag">fileset</span> for multiple files --
         the 
-        <a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils
+        <a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils
         site</a> shows an example using that syntax.
    </li>
    

Modified: db/derby/site/trunk/build/site/integrate/db_torque.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/integrate/db_torque.html?rev=581998&r1=581997&r2=581998&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/integrate/db_torque.html (original)
+++ db/derby/site/trunk/build/site/integrate/db_torque.html Thu Oct  4 13:13:37 2007
@@ -325,7 +325,7 @@
 </p>
 <p>
 Torque 3.2 has an
-<a href="http://db.apache.org/torque/releases/torque-3.2/runtime/tutorial/index.html">excellent 
+<a href="http://db.apache.org/torque/releases/torque-3.2/releases/torque-3.2/tutorial/index.html">excellent 
 tutorial</a> that uses MySQL.
 This page summarizes the changes 
 required for each step to run the tutorial on Derby 10.1

Modified: db/derby/site/trunk/build/site/releases/release-10.1.2.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.2.1.html?rev=581998&r1=581997&r2=581998&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.2.1.html (original)
+++ db/derby/site/trunk/build/site/releases/release-10.1.2.1.html Thu Oct  4 13:13:37 2007
@@ -195,7 +195,7 @@
 <a name="N100EB"></a><a name="Release+Notes"></a>
 <h2 class="boxed">Release Notes</h2>
 <div class="section">
-<p>Derby version 10.1.2.1 is a bug fix release based on Apache Derby <a href="http://db.apache.org/derby/releases/release-10.1.1.0.cgi">10.1.1.0.</a> In addition to many other bug fixes, this release contains the fix for DERBY-662 which is a rare but potentially serious data loss issue on case insensitive file systems such as Windows.</p>
+<p>Derby version 10.1.2.1 is a bug fix release based on Apache Derby <a href="http://db.apache.org/derby/releases/release-10.1.1.0.html">10.1.1.0.</a> In addition to many other bug fixes, this release contains the fix for DERBY-662 which is a rare but potentially serious data loss issue on case insensitive file systems such as Windows.</p>
 <p>The following reported JIRA issues were fixed in the 10.1.2.1 release:</p>
 <a name="N100F7"></a><a name="Bugs"></a>
 <h3 class="boxed">Bugs</h3>

Modified: db/derby/site/trunk/build/site/releases/release-10.1.3.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.3.1.html?rev=581998&r1=581997&r2=581998&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.3.1.html (original)
+++ db/derby/site/trunk/build/site/releases/release-10.1.3.1.html Thu Oct  4 13:13:37 2007
@@ -213,7 +213,7 @@
 <a name="N10113"></a><a name="Release+Notes"></a>
 <h2 class="boxed">Release Notes</h2>
 <div class="section">
-<p>Derby version 10.1.3.1 is a bug fix release based on Apache Derby <a href="http://db.apache.org/derby/releases/release-10.1.2.1.cgi">10.1.2.1.</a>
+<p>Derby version 10.1.3.1 is a bug fix release based on Apache Derby <a href="http://db.apache.org/derby/releases/release-10.1.2.1.html">10.1.2.1.</a>
 </p>
 <p>The following reported JIRA issues were fixed in the 10.1.3.1 release:</p>
 <a name="N1011E"></a><a name="Bugs+Fixed"></a>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm?rev=581998&r1=581997&r2=581998&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm Thu Oct  4 13:13:37 2007
@@ -26,7 +26,6 @@
 <meta name=ProgId content=Word.Document>
 <meta name=Generator content="Microsoft Word 10">
 <meta name=Originator content="Microsoft Word 10">
-<link rel=File-List href="DOTS_Derby_files/filelist.xml">
 <title>Overview</title>
 <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
  name="time"/>
@@ -961,7 +960,7 @@
 
 <p class=MsoToc1 style='tab-stops:right dotted 431.5pt'><span style='mso-bookmark:
 _Toc81803663'></span><a href="#_Toc83045871"><span style='mso-bookmark:_Toc81803663'><span
-style='mso-no-proof:yes'>APPENDIX A: Derbyscripts.tar.gz contents</span></span><span
+style='mso-no-proof:yes'>APPENDIX A: derbydotsscripts.tar.gz contents</span></span><span
 style='mso-bookmark:_Toc81803663'><span style='color:windowtext;display:none;
 mso-hide:screen;mso-no-proof:yes;text-decoration:none;text-underline:none'><span
 style='mso-tab-count:1 dotted'>. </span></span></span><!--[if supportFields]><span
@@ -1057,9 +1056,9 @@
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph'><o:p>&nbsp;</o:p></p>
 
 <p class=MsoNormal><st1:City><st1:place>Derby</st1:place></st1:City> is an
-incubator project at Apache. <st1:City><st1:place>Derby</st1:place></st1:City>
+Apache DB subproject. <st1:City><st1:place>Derby</st1:place></st1:City>
 is a standards based java relational database system<span class=GramE>.(</span><a
-href="http://incubator.apache.org/derby/">http://incubator.apache.org/derby/</a>).
+href="http://db.apache.org/derby/">http://db.apache.org/derby/</a>).
 Some main features of derby are it is embedded, has small footprint, <span
 class=GramE>is</span> pure java, easy to use and secure. </p>
 
@@ -1275,7 +1274,7 @@
 
 <pre style='text-align:justify;text-justify:inter-ideograph'><span style='mso-spacerun:yes'>  </span><span
 style='mso-tab-count:1'>      </span><a
-href="http://incubator.apache.org/derby/derby_downloads.html">http://incubator.apache.org/derby/derby_downloads.html</a></pre>
+href="http://db.apache.org/derby/derby_downloads.html">http://db.apache.org/derby/derby_downloads.html</a></pre>
 
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph'><o:p>&nbsp;</o:p></p>
 
@@ -1505,12 +1504,12 @@
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><o:p>&nbsp;</o:p></p>
 
 <p class=MsoNormal style='tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'>There
-is a <span class=SpellE>derbyscripts.tar.gz</span> file along with this
+is a <span class=SpellE>derbydotsscripts.tar.gz</span> file along with this
 document that has the scripts and sql files necessary for derby. For more
-details on each of the scripts present in the derbyscripts.tar.gz file, please
+details on each of the scripts present in the derbydotsscripts.tar.gz file, please
 see APPENDIX A.<span style='mso-spacerun:yes'>  </span>To help reduce the setup
 time, these scripts can be easily modified according to your individual setup.
-Unzip the derbyscripts.tar.gz into a directory called derby and execute the
+Unzip the derbydotsscripts.tar.gz into a directory called derby and execute the
 scripts from the same directory. Modify the myenv.ksh to set the
 DERBY_JARS_ROOT as well as the DOTS_JARS_ROOT environment variables
 appropriately. DERBY_JARS_ROOT refers to the root directory where the derby
@@ -1700,7 +1699,7 @@
 
 <p class=MsoNormal style='margin-left:63.0pt;text-align:justify;text-justify:
 inter-ideograph;tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'>Check
-out the <span class=SpellE>createtable_derby.sql</span> in <span class=SpellE>derbyscripts.tar.gz</span></p>
+out the <span class=SpellE>createtable_derby.sql</span> in <span class=SpellE>derbydotsscripts.tar.gz</span></p>
 
 <p class=mypaths style='margin-left:1.0in;text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span
@@ -1719,7 +1718,7 @@
 
 <p class=MsoNormal style='margin-left:63.0pt;text-align:justify;text-justify:
 inter-ideograph;tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'>Check
-out the <span class=SpellE>createproc_derby.sql</span> in <span class=SpellE>derbyscripts.tar.gz</span></p>
+out the <span class=SpellE>createproc_derby.sql</span> in <span class=SpellE>derbydotsscripts.tar.gz</span></p>
 
 <p class=mypaths style='margin-left:1.0in;text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span
@@ -1766,7 +1765,7 @@
 <p class=MsoNormal style='margin-left:.5in;text-align:justify;text-justify:
 inter-ideograph;tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'>Set
 classpath to derby.jar, derbynet.jar and the location where the
-DotsJavaProcedures.class is located (obtain it from derbyscripts.tar.gz). The <span
+DotsJavaProcedures.class is located (obtain it from derbydotsscripts.tar.gz). The <span
 class=SpellE>DotsJavaProcedures.class</span> contains the java procedures used
 in one of the test cases (BTCJ8). </p>
 
@@ -1938,7 +1937,7 @@
 
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'>The
-<span class=GramE>derbyscripts.tar.gz<span style='mso-spacerun:yes'> 
+<span class=GramE>derbydotsscripts.tar.gz<span style='mso-spacerun:yes'> 
 </span>file</span> has derby.ini file which has derby specific connection
 attributes filled in, in case of the embedded mode else for network server
 mode, the derbyNS.ini can be used and modified. .<span
@@ -2037,7 +2036,7 @@
 
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'>(For
-convenience purposes, there is a script perfmon.ksh in derbyscripts.tar.gz that
+convenience purposes, there is a script perfmon.ksh in derbydotsscripts.tar.gz that
 can be used to start the performance monitor. Make sure to have run myenv.ksh
 in the shell window before perfmon.ksh)</p>
 
@@ -2073,7 +2072,7 @@
 style='font-family:Wingdings;mso-fareast-font-family:Wingdings;mso-bidi-font-family:
 Wingdings'>§</span><span style='font-size:7.0pt;mso-fareast-font-family:Wingdings'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </span><span class=GramE>to</span> the java procedures implementation class
-file (DotsJavaProcedures.class in derbyscripts.tar.gz) and </p>
+file (DotsJavaProcedures.class in derbydotsscripts.tar.gz) and </p>
 
 <p class=MsoNormal style='margin-left:1.25in;text-align:justify;text-justify:
 inter-ideograph;text-indent:-.25in;tab-stops:list 1.25in'><span
@@ -2269,7 +2268,7 @@
 <p class=MsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=MsoNormal>All other tests ran OK. Some results from my tests are given
-in <a href="binaries/derbydotsresults.tar.gz">derbydotsresults.tar.gz</a>.<span style='mso-spacerun:yes'>  </span>If you unzip
+in <a href="../binaries/derbydotsresults.tar.gz">derbydotsresults.tar.gz</a>.<span style='mso-spacerun:yes'>  </span>If you unzip
 this file, you will be able to see two directories (results_derbyEmbeddedMode
 and results_derbyNetworkServer). The files under results_derbyEmbeddedMode are
 results from running DOTS using <st1:City><st1:place>Derby</st1:place></st1:City>
@@ -2363,14 +2362,14 @@
 style='text-align:justify;text-justify:inter-ideograph'><st1:City><st1:place><span
   style='font-size:11.0pt;font-family:"Times New Roman"'>Derby</span></st1:place></st1:City><span
 style='font-size:11.0pt;font-family:"Times New Roman"'> manuals <a
-href="http://incubator.apache.org/derby/manuals/index.html">http://incubator.apache.org/derby/manuals/index.html</a><o:p></o:p></span></pre>
+href="http://db.apache.org/derby/manuals/index.html">http://db.apache.org/derby/manuals/index.html</a><o:p></o:p></span></pre>
 
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><st1:City><st1:place><span
   style='font-size:11.0pt'>Derby</span></st1:place></st1:City><span
 style='font-size:11.0pt'> downloads</span><span class=MsoHyperlink> <a
-href="http://incubator.apache.org/derby/derby_downloads.html"><span
-style='font-size:11.0pt'>http://incubator.apache.org/derby/derby_downloads.html</span></a><o:p></o:p></span></p>
+href="http://db.apache.org/derby/derby_downloads.html"><span
+style='font-size:11.0pt'>http://db.apache.org/derby/derby_downloads.html</span></a><o:p></o:p></span></p>
 
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span
@@ -2380,11 +2379,11 @@
 
 <h1 style='text-align:justify;text-justify:inter-ideograph;tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><a
 name="_Toc81803678"></a><a name="_Toc83045871"><span style='mso-bookmark:_Toc81803678'>APPENDIX
-A: Derbyscripts.tar.gz contents</span></a> </h1>
+A: derbydotsscripts.tar.gz contents</span></a> </h1>
 
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'>Unzip
-the <a href="binaries/derbydotsscripts.tar.gz">derbydotsscripts.tar.gz</a> file to use the scripts and sql files. After unzipping,
+the <a href="../binaries/derbydotsscripts.tar.gz">derbydotsscripts.tar.gz</a> file to use the scripts and sql files. After unzipping,
 you should be able to see the following files:</p>
 
 <table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
@@ -4852,7 +4851,7 @@
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span
 style='font-size:9.0pt'>This is similar to derby.ini except for the database
 connection parameters. The entire derbyNS.ini file is available in
-derbyscripts.tar.gz. <o:p></o:p></span></p>
+derbydotsscripts.tar.gz. <o:p></o:p></span></p>
 
 <p class=MsoNormal style='text-align:justify;text-justify:inter-ideograph;
 tab-stops:list .5in left 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span