diff options
author | Brian Jones <cbj@gnu.org> | 2002-10-09 01:32:24 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2002-10-09 01:32:24 +0000 |
commit | 6987f52360b52680c03049d7a111869a0b1bf308 (patch) | |
tree | 5381449d0870755858b713532c609b8669d96d11 /doc | |
parent | 82a68208071edb06b03cb70fd1d0e5affc4cb299 (diff) | |
download | classpath-6987f52360b52680c03049d7a111869a0b1bf308.tar.gz |
* doc/www.gnu.org/home.wml: Updated status section, provide link
to daily updated japicompat results against Java 2, 1.3. Will
use results against 1.4 when the tool supports it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/www.gnu.org/home.wml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/www.gnu.org/home.wml b/doc/www.gnu.org/home.wml index 40d3e75a5..3c7ff3b91 100644 --- a/doc/www.gnu.org/home.wml +++ b/doc/www.gnu.org/home.wml @@ -95,8 +95,12 @@ name="ftp://alpha.gnu.org/gnu/classpath/">. <en> GNU Classpath 1.0 will be fully compatible with Java 1.1 and largely compatible with Java 2. The current state of GNU Classpath can be -obtained by looking at the current list of -<A HREF="http://savannah.gnu.org/pm/task.php?group_id=85&set=custom&advsrch=0&group_project_id=0&_assigned_to=0&_status=1&SUBMIT=Browse">all open tasks</A>. +obtained by looking at these resources. + <ul> + <li><link url="http://savannah.gnu.org/pm/task.php?group_id=85&set=custom&advsrch=0&group_project_id=0&_assigned_to=0&_status=1&SUBMIT=Browse" name="All open tasks"></li> + <li>Japitool <link url="classpath-jdk13-compare.txt" name="comparison against Java 2, version 1.3">, updated nightly</li> + <li>GNU Classpath and GCJ <link url="http://gcc.gnu.org/java/libgcj-classpath-compare.html" name="merge status"></li> + </ul> </en> </p> @@ -142,7 +146,7 @@ of GNU Classpath. <tr> <td><link url="http://sources.redhat.com/java/" name="GCJ"></td> <td> -Although GNU Classpath cannot be compiled for use with +Although GNU Classpath cannot be directly compiled for use with GCJ at this time, a lot of work has been done to merge GCJ class library code and GNU Classpath class library code. This has resulted in a better version of each. The current merge status between the two @@ -194,7 +198,7 @@ into the VM's dynamic linking process through pluggable verification modules. </td> </tr> -<td><link url="www.e-leos.net/" name="E-LEOS"></td> +<td><link url="http://www.e-leos.net/" name="E-LEOS"></td> <td> GNU Classpath is used as part of this project to create a Java operating system. |