You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ml...@apache.org on 2007/04/28 13:23:33 UTC

svn commit: r533332 - /harmony/standard/site/docs/downloads.html

Author: mloenko
Date: Sat Apr 28 04:23:27 2007
New Revision: 533332

URL: http://svn.apache.org/viewvc?view=rev&rev=533332
Log:
Create links to stable builds

Modified:
    harmony/standard/site/docs/downloads.html

Modified: harmony/standard/site/docs/downloads.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/downloads.html?view=diff&rev=533332&r1=533331&r2=533332
==============================================================================
--- harmony/standard/site/docs/downloads.html (original)
+++ harmony/standard/site/docs/downloads.html Sat Apr 28 04:23:27 2007
@@ -192,88 +192,236 @@
       <a name="Project Downloads">Project Downloads</a>
     </h1>
                         <p>
-        Apache Harmony's primary goal is a complete Java SE 5 implemention, including
-        virtual machine, class library areas, and all related and common tooling.
-    </p>
+    Apache Harmony's primary goal is a complete Java SE implemention, including
+    virtual machine, class library areas, and all related and common tooling.
+  </p>
                                 <p>
-        Access to <a href="svn.html">the code repository</a> is available to all. 
-        For information on how to get configured to build and
-    work with the Apache Harmony source code, refer to
-    <a href="quickhelp_contributors.html">
-      Getting Started For Contributors</a>. For instructions on how to point to local
-    versions instead of making the build download new ones from the net, refer to the
+    Access to <a href="svn.html">the code repository</a> is available to all. 
+    For information on how to get configured to build and work with the Apache Harmony
+    source code, refer to <a href="quickhelp_contributors.html">Getting Started For
+    Contributors</a>. For instructions on how to point to local versions instead of
+    making the build download new ones from the net, refer to the
     <a href="http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/README.txt?view=co">
       README file</a>.
   </p>
                                 <p>
-        However, if you don not want to build it, we now offer snapshots of our JDK, JRE and HDK
-        for the Linux and Windows platforms.
+    However, if you don not want to build it, we now offer snapshots of our JDK, JRE and
+    HDK for the Linux and Windows platforms.
+  </p>
+                                    
+    <h2>
+        <a name="Releases">Releases</a>
+    </h2>
+      
+                        <p>
+      Currently, the project has no releases.
     </p>
+                   
+                                    
+    <h2>
+        <a name="Stable Builds">Stable Builds</a>
+    </h2>
+      
+                        <p>
+      We are just starting to create 
+      <a href="http://people.apache.org/builds/harmony/milestones/">stable builds</a>: these are
+      builds of the most recent tested code provided for your convenience. They have been declared
+      best-so-far but they are not official releases of the Apache Harmony project or the
+      Apache Software Foundation.
+    </p>
+                                <p class="note">Note</p>
+                                <p class="notetext">
+      We recommend that you set <code>JAVA_HOME to</code> the root directory
+      of the distribution, and put the <code>bin/</code> directory on your <code>PATH</code>.
+    </p>
+                                <dl>
+      <dt>Java Runtime Environment (JRE)</dt>
+
+      <dd>
+        The JRE lets you run your Java programs.
+      </dd>
+    
+      <ul>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86-32-snapshot.tar.gz">Apache Harmony 5.0M1 JRE for 32-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86-32-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86-32-snapshot.tar.gz.sha">(SHA)</a>
+            <em>for systems with libstdc++.so.5</em>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz">Apache Harmony 5.0M1 JRE for 32-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz.sha">(SHA)</a>
+            <em>for systems with libstdc++.so.6</em>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86_64-64-snapshot.tar.gz">Apache Harmony 5.0M1 JRE for 64-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86_64-64-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-linux-x86_64-64-snapshot.tar.gz.sha">(SHA)</a>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-windows-x86-32-snapshot.zip">Apache Harmony 5.0M1 JRE for 32-bit Windows</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-windows-x86-32-snapshot.zip.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jre-r533200-windows-x86-32-snapshot.zip.sha">(SHA)</a>
+          </small>
+        </li>
+      </ul>
+
+      <dt>Java Development Kit (JDK)</dt>
+
+      <dd>
+        The JDK lets you build and run your Java programs. It includes javac and other standard JDK tools.
+      </dd>
+
+      <ul>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86-32-snapshot.tar.gz">Apache Harmony 5.0M1 JDK for 32-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86-32-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86-32-snapshot.tar.gz.sha">(SHA)</a>
+            <em>for systems with libstdc++.so.5</em>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz">Apache Harmony 5.0M1 JDK for 32-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz.sha">(SHA)</a>
+            <em>for systems with libstdc++.so.6</em>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86_64-64-snapshot.tar.gz">Apache Harmony 5.0M1 JDK for 64-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86_64-64-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-linux-x86_64-64-snapshot.tar.gz.sha">(SHA)</a>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-windows-x86-32-snapshot.zip">Apache Harmony 5.0M1 JDK for 32-bit Windows</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-windows-x86-32-snapshot.zip.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-jdk-r533200-windows-x86-32-snapshot.zip.sha">(SHA)</a>
+          </small>
+        </li>
+      </ul>
+
+    <dt>Harmony Development Kit (HDK)</dt>
+
+    <dd>
+        The HDK is targeted at Harmony developers. It includes the pre-built class library and VM binaries,
+        necessary include files, and dependencies. It is not a replacement for the common JDK. 
+    </dd>
+
+      <ul>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86-32-snapshot.tar.gz">Apache Harmony 5.0M1 HDK for 32-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86-32-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86-32-snapshot.tar.gz.sha">(SHA)</a>
+            <em>for systems with libstdc++.so.5</em>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz">Apache Harmony 5.0M1 HDK for 32-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86-32-libstdc++v6-snapshot.tar.gz.sha">(SHA)</a>
+            <em>for systems with libstdc++.so.6</em>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86_64-64-snapshot.tar.gz">Apache Harmony 5.0M1 HDK for 64-bit Linux</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86_64-64-snapshot.tar.gz.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-linux-x86_64-64-snapshot.tar.gz.sha">(SHA)</a>
+          </small>
+        </li>
+        <li>
+          <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-windows-x86-32-snapshot.zip">Apache Harmony 5.0M1 HDK for 32-bit Windows</a>
+          <small>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-windows-x86-32-snapshot.zip.md5">(MD5)</a>
+            <a href="http://people.apache.org/builds/harmony/milestones/M1/apache-harmony-hdk-r533200-windows-x86-32-snapshot.zip.sha">(SHA)</a>
+          </small>
+        </li>
+      </ul>
+  </dl>
+                                <p>
+    These are not official releases of the Apache Software Foundation, nor are they
+    complete or compatible with the Java specification. They are stable builds provided
+    to make testing and experimentation easier.
+  </p>
+                   
                                     
     <h2>
         <a name="Snapshot Builds">Snapshot Builds</a>
     </h2>
       
                         <p>
-        We offer a number of 
-        <a href="http://people.apache.org/builds/harmony/snapshots/">snapshot builds</a>: untested builds
-        provided for your convenience. They have not been tested, and are not official releases of the 
-        Apache Harmony project or the Apache Software Foundation.
+      We offer a number of 
+      <a href="http://people.apache.org/builds/harmony/snapshots/">snapshot builds</a>: these are
+      builds of the latest code provided for your convenience. They have not been extensively tested,
+      and are not official releases of the Apache Harmony project or the Apache Software Foundation.
+    </p>
+                                <p class="note">Note</p>
+                                <p class="notetext">We recommend that you set <code>JAVA_HOME to</code> the root directory
+      of the distribution, and put the <code>bin/</code> directory on your <code>PATH</code>.
     </p>
                                 <dl>
-    <dt>Java Development Kit (JDK)</dt>
+
+    <dt>Java Runtime Environment (JRE)</dt>
 
     <dd>
+      The JRE lets you run your Java programs.
+    </dd>
+
+    <ul>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86.tar.gz">Latest 32-bit Linux JRE (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86_64.tar.gz">Latest 64-bit Linux JRE (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-windows-x86.zip">Latest 32-bit Windows JRE (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-windows-x86.zip.sha">(SHA)</a>
+      </li>
+    </ul>
+    
+      <dt>Java Development Kit (JDK)</dt>
+
+      <dd>
         The JDK lets you build and run your Java programs. It includes javac and other standard JDK tools.
-        <p class="note">Note</p>
-        <p class="notetext">
-        The safest way is to set <code>JAVA_HOME</code> to the root directory
-        of the distribution, and put the <code>bin/</code> directory on your <code>PATH</code>.</p>
-</dd>
+      </dd>
 
-<ul>
-    <li>
+    <ul>
+      <li>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-linux-x86.tar.gz">Latest 32-bit Linux JDK (tar.gz)</a>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-linux-x86.tar.gz.md5">(MD5)</a>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-linux-x86.tar.gz.sha">(SHA)</a>
-    </li>
-    <li>
+      </li>
+      <li>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-linux-x86_64.tar.gz">Latest 64-bit Linux JDK (tar.gz)</a>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-linux-x86_64.tar.gz.md5">(MD5)</a>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-linux-x86_64.tar.gz.sha">(SHA)</a>
-    </li>
-    <li>
+      </li>
+      <li>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-windows-x86.zip">Latest 32-bit Windows JDK (zip)</a>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-windows-x86.zip.md5">(MD5)</a>
         <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jdk-windows-x86.zip.sha">(SHA)</a>
-    </li>
-</ul>
-
-<dt>Java Runtime Environment (JRE)</dt>
-
-<dd>
-    The JRE lets you run your Java programs.
-    <p class="note">Note</p>
-    <p class="notetext">The safest way is to set <code>JAVA_HOME to</code> the root directory
-of the distribution, and put the <code>bin/</code> directory on your <code>PATH</code>.</p>
-    </dd>
-
-    <ul>
-        <li>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86.tar.gz">Latest 32-bit Linux JRE (tar.gz)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86.tar.gz.md5">(MD5)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86.tar.gz.sha">(SHA)</a>
-        </li>
-        <li>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86_64.tar.gz">Latest 64-bit Linux JRE (tar.gz)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.md5">(MD5)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.sha">(SHA)</a>
-        </li>
-        <li>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-windows-x86.zip">Latest 32-bit Windows JRE (zip)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-windows-x86.zip.md5">(MD5)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-jre-windows-x86.zip.sha">(SHA)</a>
-        </li>
+      </li>
     </ul>
 
     <dt>Harmony Development Kit (HDK)</dt>
@@ -284,42 +432,33 @@
     </dd>
 
     <ul> 
-        <li>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86.tar.gz">Latest 32-bit Linux HDK (tar.gz)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86.tar.gz.md5">(MD5)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86.tar.gz.sha">(SHA)</a>
-        </li>
       <li>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz">Latest 64-bit Linux HDK (tar.gz)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.md5">(MD5)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.sha">(SHA)</a>
-        </li>
-        <li>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-windows-x86.zip">Latest 32-bit Windows HDK (zip)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-windows-x86.zip.md5">(MD5)</a>
-            <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-windows-x86.zip.sha">(SHA)</a>
-        </li>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86.tar.gz">Latest 32-bit Linux HDK (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz">Latest 64-bit Linux HDK (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-windows-x86.zip">Latest 32-bit Windows HDK (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-hdk-windows-x86.zip.sha">(SHA)</a>
+      </li>
     </ul>
-</dl>
+  </dl>
                                 <p>
     We plan to include the Harmony test suite in the HDK in future.  Please see 
     <a href="http://issues.apache.org/jira/browse/HARMONY-950">HARMONY-950</a> and 
     <a href="http://issues.apache.org/jira/browse/HARMONY-984">HARMONY-984</a> for details and current progress.
-</p>
+  </p>
                                 <p>
     These are not official releases of the Apache Software Foundation, nor are they
     complete or compatible with the Java specification. They are snapshots provided
     to make testing and experimentation easier.
-</p>
-                   
-                                    
-    <h2>
-        <a name="Releases">Releases</a>
-    </h2>
-      
-                        <p>
-    Currently, the project has no releases.
-</p>
+  </p>
                    
                 <p><a href="#top">Back to top</a></p>