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/05/04 06:40:25 UTC

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

Author: mloenko
Date: Thu May  3 21:40:24 2007
New Revision: 535087

URL: http://svn.apache.org/viewvc?view=rev&rev=535087
Log:
updated with newer data about tools completeness

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?view=diff&rev=535087&r1=535086&r2=535087
==============================================================================
--- harmony/standard/site/docs/roadmap.html (original)
+++ harmony/standard/site/docs/roadmap.html Thu May  3 21:40:24 2007
@@ -347,14 +347,15 @@
           any JDK. For maximum portablility, we plan to write all of the
           tools in Java, using the Harmony launcher as the portable native
           code that starts the VM and invokes the tool. Currently, we have
-          javac completed via the Eclipse compiler, but we need the following:
+          javac completed via the Eclipse compiler, javah, keytool, jarsigner 
+          implemented in Harmony, and we need the following:
         </p>
                                 <ul>
           <li>
-            <code>javac (Done), javadoc, apt, appletviewer, jar, jdb, javah, javap, extcheck</code>
+            <code>javadoc, apt, appletviewer, jar, jdb, javap, extcheck</code>
         </li>
         <li>
-            <code>keytool, jarsigner, policytool, kinit, klist, ktab</code>
+            <code>policytool, kinit, klist, ktab</code>
         </li>
         <li>
             <code>native2ascii,rmic, rmiregistry, rmid, serialver</code>

Modified: harmony/standard/site/xdocs/roadmap.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/roadmap.xml?view=diff&rev=535087&r1=535086&r2=535087
==============================================================================
--- harmony/standard/site/xdocs/roadmap.xml (original)
+++ harmony/standard/site/xdocs/roadmap.xml Thu May  3 21:40:24 2007
@@ -184,15 +184,16 @@
           any JDK. For maximum portablility, we plan to write all of the
           tools in Java, using the Harmony launcher as the portable native
           code that starts the VM and invokes the tool. Currently, we have
-          javac completed via the Eclipse compiler, but we need the following:
+          javac completed via the Eclipse compiler, javah, keytool, jarsigner 
+          implemented in Harmony, and we need the following:
         </p>
 
         <ul>
           <li>
-            <code>javac (Done), javadoc, apt, appletviewer, jar, jdb, javah, javap, extcheck</code>
+            <code>javadoc, apt, appletviewer, jar, jdb, javap, extcheck</code>
         </li>
         <li>
-            <code>keytool, jarsigner, policytool, kinit, klist, ktab</code>
+            <code>policytool, kinit, klist, ktab</code>
         </li>
         <li>
             <code>native2ascii,rmic, rmiregistry, rmid, serialver</code>