You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/10/09 11:10:05 UTC

svn commit: r583082 - in /harmony/standard/site: docs/roadmap.html xdocs/roadmap.xml

Author: varlax
Date: Tue Oct  9 02:10:04 2007
New Revision: 583082

URL: http://svn.apache.org/viewvc?rev=583082&view=rev
Log:
Updated status of a few items in the roadmap.

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

Modified: harmony/standard/site/docs/roadmap.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/roadmap.html?rev=583082&r1=583081&r2=583082&view=diff
==============================================================================
--- harmony/standard/site/docs/roadmap.html (original)
+++ harmony/standard/site/docs/roadmap.html Tue Oct  9 02:10:04 2007
@@ -274,10 +274,20 @@
           Feb 2007: Jave SE 5 JDK toolset complete
         </li>
         <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
           Q2 2007: Apache Harmony starts providing stable SE 5 JDK and JRE build for major platforms
+          </strike>
         </li>
         <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
           Q3 2007: Build and test infrastructure ensures code integrity and provides sufficient snapshot testing
+          </strike>
         </li>
         <li>
           Q4 2007: Apache Harmony starts providing stable SE 6 JDK and JRE build for major platforms
@@ -372,7 +382,7 @@
             <code>tnameserv, idlj, orbd, servertool</code>
         </li>
         <li>
-            <code>pack200, unpack200</code>
+            <code>pack200, unpack200</code> (<i>in progress</i>)
         </li>
         <li>
             <code>htmlconverter, javaws</code>
@@ -408,19 +418,17 @@
           to revisit given the differnet toolchains. There are many things to do
           in this area, many not listed.
         </p>
-                                <p>
-          Currently, the project has been releasing snapshots of our class library,
-          but now that we have the DRLVM virtual machine, we can start doing complete
-          snapshot builds of a JRE, as well as the HDK.
-        </p>
                                 <ul>
           <li>
             Switch to use system libraries, dynamically where appropriate
             - <code>libz, libpng, libjpeg, liblcms, libicu*,</code> etc.
           </li>
           <li>
-            Create regular schedule for snapshots and automate.
-            Maybe every two weeks for now?
+          <font color="green">
+            <b>DONE, 3/week</b>
+          </font>
+          <strike>          
+            Create regular schedule for snapshots and automate.</strike>
             <ol>
               <li>HDK - libraries, jars, headers</li>
               <li>JDK - tools + JRE</li>
@@ -428,8 +436,13 @@
             </ol>
           </li>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>          
             Federated build - abliity to builds a complete JDK from top level
             using choice of project VM
+          </strike>
           </li>
           <li>
             Agreement between project parts (DRLVM, classlib) on things like
@@ -442,8 +455,13 @@
             Switch DRLVM build to a class library-like ant + make configuration
           </li>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
             Remove assumption in class library build system that all that uses make is
             Linux.
+            </strike>
           </li>
         </ul>
                    
@@ -470,19 +488,28 @@
         </p>
                                 <ul>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
             Create live "status dashboard" with a summary of results from all tested platforms,
             as well as history for each tested platform.
+          </strike>
+               <ul>
+               <li><a href="http://people.apache.org/~mloenko/snapshot_testing/script/snapshots_summary.html">Snapshot testing history</a></li>
+               <li><a href="http://people.apache.org/~varlax/harmony-integrity/">Integrity testing status</a></li>
+               </ul>
           </li>
           <li>
             Integrate with <a href="http://www.kaffe.org/~stuart/japi/">JAPI</a>
           </li>
           <li>
             Integrate with <a href="http://sources.redhat.com/mauve/">Mauve</a> for further
-            class library testing
+            class library testing. (<i>in progress</i>)
           </li>
           <li>
             Integrate with test-coverage tool (for example, <a href="http://emma.sourceforge.net/">emma</a>
-            for auto-generated reports).
+            for auto-generated reports). (<i>in progress</i>)
           </li>
           <li>
             Externalize local properties into a 'test.properties' file for easy of localization.
@@ -540,7 +567,7 @@
           </li>
           <li>
             CORBA: re-use the Apache Yoko project (currently in incubator)
-            as the required implementation of CORBA nad related support
+            as the required implementation of CORBA and related support
             classes (<i>in progress</i>)
           </li>
           <li>

Modified: harmony/standard/site/xdocs/roadmap.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/roadmap.xml?rev=583082&r1=583081&r2=583082&view=diff
==============================================================================
--- harmony/standard/site/xdocs/roadmap.xml (original)
+++ harmony/standard/site/xdocs/roadmap.xml Tue Oct  9 02:10:04 2007
@@ -121,10 +121,20 @@
           Feb 2007: Jave SE 5 JDK toolset complete
         </li>
         <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
           Q2 2007: Apache Harmony starts providing stable SE 5 JDK and JRE build for major platforms
+          </strike>
         </li>
         <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
           Q3 2007: Build and test infrastructure ensures code integrity and provides sufficient snapshot testing
+          </strike>
         </li>
         <li>
           Q4 2007: Apache Harmony starts providing stable SE 6 JDK and JRE build for major platforms
@@ -220,7 +230,7 @@
             <code>tnameserv, idlj, orbd, servertool</code>
         </li>
         <li>
-            <code>pack200, unpack200</code>
+            <code>pack200, unpack200</code> (<i>in progress</i>)
         </li>
         <li>
             <code>htmlconverter, javaws</code>
@@ -257,11 +267,6 @@
           to revisit given the differnet toolchains. There are many things to do
           in this area, many not listed.
         </p>
-        <p>
-          Currently, the project has been releasing snapshots of our class library,
-          but now that we have the DRLVM virtual machine, we can start doing complete
-          snapshot builds of a JRE, as well as the HDK.
-        </p>
 
         <ul>
           <li>
@@ -269,8 +274,11 @@
             - <code>libz, libpng, libjpeg, liblcms, libicu*,</code> etc.
           </li>
           <li>
-            Create regular schedule for snapshots and automate.
-            Maybe every two weeks for now?
+          <font color="green">
+            <b>DONE, 3/week</b>
+          </font>
+          <strike>          
+            Create regular schedule for snapshots and automate.</strike>
             <ol>
               <li>HDK - libraries, jars, headers</li>
               <li>JDK - tools + JRE</li>
@@ -278,8 +286,13 @@
             </ol>
           </li>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>          
             Federated build - abliity to builds a complete JDK from top level
             using choice of project VM
+          </strike>
           </li>
           <li>
             Agreement between project parts (DRLVM, classlib) on things like
@@ -292,8 +305,13 @@
             Switch DRLVM build to a class library-like ant + make configuration
           </li>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
             Remove assumption in class library build system that all that uses make is
             Linux.
+            </strike>
           </li>
         </ul>
       </subsection>
@@ -318,19 +336,28 @@
         </p>
         <ul>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+          <strike>
             Create live "status dashboard" with a summary of results from all tested platforms,
             as well as history for each tested platform.
+          </strike>
+               <ul>
+               <li><a href="http://people.apache.org/~mloenko/snapshot_testing/script/snapshots_summary.html">Snapshot testing history</a></li>
+               <li><a href="http://people.apache.org/~varlax/harmony-integrity/">Integrity testing status</a></li>
+               </ul>
           </li>
           <li>
             Integrate with <a href="http://www.kaffe.org/~stuart/japi/">JAPI</a>
           </li>
           <li>
             Integrate with <a href="http://sources.redhat.com/mauve/">Mauve</a> for further
-            class library testing
+            class library testing. (<i>in progress</i>)
           </li>
           <li>
             Integrate with test-coverage tool (for example, <a href="http://emma.sourceforge.net/">emma</a>
-            for auto-generated reports).
+            for auto-generated reports). (<i>in progress</i>)
           </li>
           <li>
             Externalize local properties into a 'test.properties' file for easy of localization.
@@ -386,7 +413,7 @@
           </li>
           <li>
             CORBA: re-use the Apache Yoko project (currently in incubator)
-            as the required implementation of CORBA nad related support
+            as the required implementation of CORBA and related support
             classes (<i>in progress</i>)
           </li>
           <li>
@@ -548,11 +575,3 @@
 
   </body>
 </document>
-
-
-
-
-
-
-
-