/[classpath]/classpath/doc/www.gnu.org/home.wml
ViewVC logotype

Diff of /classpath/doc/www.gnu.org/home.wml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by cbj, Sun Feb 9 19:10:57 2003 UTC revision 1.25 by cbj, Wed Feb 26 02:52:00 2003 UTC
# Line 5  Line 5 
5  #use wml::fmt::isolatin  #use wml::fmt::isolatin
6  #use wml::std::case global=upper  #use wml::std::case global=upper
7    
8  <lang:new id=en short>  <lang:new id="en" short>
9  <lang:star:slice:>  <lang:star:slice:>
10    
11  <set-var last-modified-author="<cbj>">  <set-var last-modified-author="<cbj>">
# Line 113  compatible with Java 2.  The current sta Line 113  compatible with Java 2.  The current sta
113  obtained by looking at these resources.  obtained by looking at these resources.
114    <ul>    <ul>
115      <li><createlink 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><createlink 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>
116      <li>Japitool <createlink url="ftp://alpha.gnu.org/pub/gnu/classpath/nightly/tests/classpath-jdk11-compare.txt" name="comparison against Java, version 1.1">, updated nightly</li>      <li>GNU Classpath vs: <createlink url="http://japi.sab39.org/htmlout/h-jdk10-classpath.html" name="JDK 1.0"> <createlink url="http://japi.sab39.org/htmlout/h-jdk11-classpath.html" name="JDK 1.1"> <createlink url="http://japi.sab39.org/htmlout/h-jdk12-classpath.html" name="JDK 1.2"> <createlink url="http://japi.sab39.org/htmlout/h-jdk13-classpath.html" name="JDK 1.3"> <createlink url="http://japi.sab39.org/htmlout/h-jdk14-classpath.html" name="JDK 1.4"> (updated nightly)</li>
117      <li>Japitool <createlink url="ftp://alpha.gnu.org/pub/gnu/classpath/nightly/tests/classpath-jdk13-compare.txt" name="comparison against Java 2, version 1.3">, updated nightly</li>      <li>Mauve results will be posted soon using AutoMauve</li>
     <li><createlink url="ftp://alpha.gnu.org/pub/gnu/classpath/nightly/tests/kissme-mauve-report.txt" name="Mauve results"> with Kissme CVS, updated nightly</li>  
118      <li>GNU Classpath and GCJ <createlink url="http://gcc.gnu.org/java/libgcj-classpath-compare.html" name="merge status"></li>      <li>GNU Classpath and GCJ <createlink url="http://gcc.gnu.org/java/libgcj-classpath-compare.html" name="merge status"></li>
119    </ul>    </ul>
120  </en>  </en>
# Line 132  could do for the project at this time. Line 131  could do for the project at this time.
131  </p>  </p>
132  <p>  <p>
133  Java API compatibility testing can be performed using  Java API compatibility testing can be performed using
134  <createlink url="http://rainbow.netreach.net/~sballard/japi/"  <createlink url="http://japi.sab39.org/"
135  name="japitools">.  Japitools already does  name="japitools">.  Japitools already does
136  full API comparisons but it doesn't have the capability to extract  full API comparisons but it doesn't have the capability to extract
137  APIs from the documentation - instead, the "japize" tool uses the  APIs from the documentation - instead, the "japize" tool uses the
# Line 149  name="jdiff.sh">, at least until this fu Line 148  name="jdiff.sh">, at least until this fu
148  japitools.  japitools.
149  </en>  </en>
150    
151  <!--  <H4>Package Providers</H4>
 <H4>Packages</H4>  
152  <en>  <en>
153  <table border="1">  <p>Below is a table of providers for core packages not already available
154    with GNU Classpath
155    </p>
156    <table border="1" width="100%">
157  <th>Core Package</th><th>Provider</th>  <th>Core Package</th><th>Provider</th>
158  <tr><td>java.*</td><td>GNU Classpath</td></tr>  <tr><td>javax.crypto</td><td><createlink url="http://www.gnu.org/software/classpathx/crypto/crypto.html" name="GNU Crypto"></td></tr>
159  <tr><td>javax.accessibility</td><td>GNU Classpath</td></tr>  <tr><td>javax.sound</td><td><createlink url="http://tritonus.org/"
160  <tr><td>javax.crypto</td><td></td></tr>                               name="Tritonus"></td></tr>
 <tr><td>javax.imageio</td><td></td></tr>  
 <tr><td>javax.naming</td><td>GNU Classpath</td></tr>  
 <tr><td>javax.net</td><td></td></tr>  
 <tr><td>javax.print</td><td></td></tr>  
 <tr><td>javax.rmi</td><td>GNU Classpath</td></tr>  
 <tr><td>javax.security</td><td></td></tr>  
 <tr><td>javax.sound</td><td><createlink url="http://tritonus.org/"  
 name="Tritonus"></td></tr>  
 <tr><td>javax.sql</td><td>GNU Classpath</td></tr>  
 <tr><td>javax.swing</td><td></td></tr>  
 <tr><td>javax.transaction</td><td>GNU Classpath</td></tr>  
 <tr><td>javax.xml</td><td></td></tr>  
161  <tr><td>org.ietf.jgss</td><td><createlink  <tr><td>org.ietf.jgss</td><td><createlink
162  url="http://www.ietf.org/rfc/rfc2853.txt" name="IETF RFC 2853"></td></tr>  url="http://www.ietf.org/rfc/rfc2853.txt" name="IETF RFC 2853"></td></tr>
163  <tr><td>org.omg</td><td><createlink url="http://www.omg.org"  <tr><td>org.omg</td><td><createlink url="http://www.omg.org"
164  name="OMG"></td></tr>  name="OMG"></td></tr>
 <tr><td>org.w3c.dom</td><td><createlink url="http://www.w3.org/DOM/"  
 name="W3C DOM"></td></tr>  
 <tr><td>org.xml.sax</td><td><createlink url="http://sax.sourceforge.net" name="SAX"></td></tr>  
165  </table>  </table>
166  </en>  </en>
 -->  
167    
168  <H4>Virtual Machines</H4>  <H4>Virtual Machines</H4>
169  <en>  <en>
# Line 189  GNU Classpath-0.00.  Current Japhar vers Line 174  GNU Classpath-0.00.  Current Japhar vers
174  of GNU Classpath.  of GNU Classpath.
175  </p>  </p>
176    
177  <table border="1">  <table border="1" width="100%">
178  <tr><th>JVM</th><th>Description</th></tr>  <tr><th>JVM</th><th>Description</th></tr>
179  <tr>  <tr>
180  <td><createlink url="http://aegisvm.sourceforge.net/" name="AegisVM"></td>  <td><createlink url="http://aegisvm.sourceforge.net/" name="AegisVM"></td>
# Line 263  be the easiest to install and use. Line 248  be the easiest to install and use.
248  <p>  <p>
249  </p>  </p>
250    
251  <table border="1">  <table border="1" width="100%">
252  <tr><th>Project</th><th>Description</th></tr>  <tr><th>Project</th><th>Description</th></tr>
253  <tr>  <tr>
254  <td><createlink url="http://www.e-leos.net/" name="E-LEOS"></td>  <td><createlink url="http://www.e-leos.net/" name="E-LEOS"></td>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26