You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/05/02 07:08:37 UTC

svn commit: r534311 - in /harmony/standard/site: docs/downloads.html xdocs/downloads.xml

Author: smishura
Date: Tue May  1 22:08:37 2007
New Revision: 534311

URL: http://svn.apache.org/viewvc?view=rev&rev=534311
Log:
Add snapshots for Harmony v6.0

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

Modified: harmony/standard/site/docs/downloads.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/downloads.html?view=diff&rev=534311&r1=534310&r2=534311
==============================================================================
--- harmony/standard/site/docs/downloads.html (original)
+++ harmony/standard/site/docs/downloads.html Tue May  1 22:08:37 2007
@@ -206,8 +206,23 @@
   </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.
+    HDK for the Linux and Windows platforms:
+    <ul>
+      <li>
+        <a href="#Releases">Releases</a>
+      </li>
+      <li>
+        <a href="#Stable">Stable Builds</a>
+      </li>
+      <li>
+        <a href="#Harmony5_Snapshot">Snapshot Builds for Harmony 5.0</a>
+      </li>
+      <li>
+        <a href="#Harmony6_Snapshot">Snapshot Builds for Harmony 6.0</a>
+      </li>
+    </ul>
   </p>
+                                <a name="Releases" />
                                     
     <h2>
         <a name="Releases">Releases</a>
@@ -217,6 +232,7 @@
       Currently, the project has no releases.
     </p>
                    
+                                <a name="Stable" />
                                     
     <h2>
         <a name="Stable Builds">Stable Builds</a>
@@ -359,9 +375,10 @@
     to make testing and experimentation easier.
   </p>
                    
+                                <a name="Harmony5_Snapshot" />
                                     
     <h2>
-        <a name="Snapshot Builds">Snapshot Builds</a>
+        <a name="Snapshot Builds for Harmony 5.0">Snapshot Builds for Harmony 5.0</a>
     </h2>
       
                         <p>
@@ -454,6 +471,109 @@
     <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>
+    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>
+                   
+                                <a name="Harmony6_Snapshot" />
+                                    
+    <h2>
+        <a name="Snapshot Builds for Harmony 6.0">Snapshot Builds for Harmony 6.0</a>
+    </h2>
+      
+                        <p>
+      We created a branch for Harmony v6.0 development. And we are offering
+      <a href="http://people.apache.org/builds/harmony/java6/snapshots/">snapshot builds</a>
+       of the latest branch code provided for your convenience. Currently we
+      are completing <a href="#Harmony5_Snapshot">v5.0</a> and going to update
+      periodically the branch from <a href="#Harmony5_Snapshot">v5.0</a> with
+      the last code improvements and bug fixes. Also we accept patches with
+      <a href="http://wiki.apache.org/harmony/ClasslibJava6">new API for class library</a>.
+      But as far as we need to complete <a href="#Harmony5_Snapshot">v5.0</a> first
+      these snapshots are updated less frequently and are less tested.
+      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/java6/snapshots/latest-harmony-jre-linux-x86.tar.gz">Latest 32-bit Linux JRE (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/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/java6/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-windows-x86.zip">Latest 32-bit Windows JRE (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/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.
+      </dd>
+
+    <ul>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86.tar.gz">Latest 32-bit Linux JDK (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/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/java6/snapshots/latest-harmony-jdk-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-windows-x86.zip">Latest 32-bit Windows JDK (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-windows-x86.zip.sha">(SHA)</a>
+      </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/java6/snapshots/latest-harmony-hdk-linux-x86.tar.gz">Latest 32-bit Linux HDK (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/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/java6/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-windows-x86.zip">Latest 32-bit Windows HDK (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-windows-x86.zip.sha">(SHA)</a>
+      </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 snapshots provided

Modified: harmony/standard/site/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/downloads.xml?view=diff&rev=534311&r1=534310&r2=534311
==============================================================================
--- harmony/standard/site/xdocs/downloads.xml (original)
+++ harmony/standard/site/xdocs/downloads.xml Tue May  1 22:08:37 2007
@@ -43,15 +43,31 @@
 
   <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.
+    HDK for the Linux and Windows platforms:
+    <ul>
+      <li>
+        <a href="#Releases">Releases</a>
+      </li>
+      <li>
+        <a href="#Stable">Stable Builds</a>
+      </li>
+      <li>
+        <a href="#Harmony5_Snapshot">Snapshot Builds for Harmony 5.0</a>
+      </li>
+      <li>
+        <a href="#Harmony6_Snapshot">Snapshot Builds for Harmony 6.0</a>
+      </li>
+    </ul>
   </p>
 
+  <a name="Releases" />
   <subsection name="Releases">
     <p>
       Currently, the project has no releases.
     </p>
   </subsection>
 
+  <a name="Stable" />
   <subsection name="Stable Builds">
     <p>
       We are just starting to create 
@@ -196,8 +212,8 @@
   </subsection>
 
 
-
-  <subsection name="Snapshot Builds">
+  <a name="Harmony5_Snapshot" />
+  <subsection name="Snapshot Builds for Harmony 5.0">
     <p>
       We offer a number of 
       <a href="http://people.apache.org/builds/harmony/snapshots/">snapshot builds</a>: these are
@@ -290,6 +306,109 @@
     <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>
+    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>
+
+  </subsection>
+
+  <a name="Harmony6_Snapshot" />
+  <subsection name="Snapshot Builds for Harmony 6.0">
+    <p>
+      We created a branch for Harmony v6.0 development. And we are offering
+      <a href="http://people.apache.org/builds/harmony/java6/snapshots/">snapshot builds</a>
+       of the latest branch code provided for your convenience. Currently we
+      are completing <a href="#Harmony5_Snapshot">v5.0</a> and going to update
+      periodically the branch from <a href="#Harmony5_Snapshot">v5.0</a> with
+      the last code improvements and bug fixes. Also we accept patches with
+      <a href="http://wiki.apache.org/harmony/ClasslibJava6">new API for class library</a>.
+      But as far as we need to complete <a href="#Harmony5_Snapshot">v5.0</a> first
+      these snapshots are updated less frequently and are less tested.
+      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/java6/snapshots/latest-harmony-jre-linux-x86.tar.gz">Latest 32-bit Linux JRE (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/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/java6/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-windows-x86.zip">Latest 32-bit Windows JRE (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/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.
+      </dd>
+
+    <ul>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86.tar.gz">Latest 32-bit Linux JDK (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/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/java6/snapshots/latest-harmony-jdk-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-windows-x86.zip">Latest 32-bit Windows JDK (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jdk-windows-x86.zip.sha">(SHA)</a>
+      </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/java6/snapshots/latest-harmony-hdk-linux-x86.tar.gz">Latest 32-bit Linux HDK (tar.gz)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-linux-x86.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-linux-x86.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/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/java6/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-linux-x86_64.tar.gz.sha">(SHA)</a>
+      </li>
+      <li>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-windows-x86.zip">Latest 32-bit Windows HDK (zip)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-windows-x86.zip.md5">(MD5)</a>
+        <a href="http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-hdk-windows-x86.zip.sha">(SHA)</a>
+      </li>
+    </ul>
+  </dl>
 
   <p>
     These are not official releases of the Apache Software Foundation, nor are they