commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc/hacking.texinfo doc/www.gnu.org/benchmarks.wml doc/www.gnu.org/h


From: C. Brian Jones
Subject: Re: doc/hacking.texinfo doc/www.gnu.org/benchmarks.wml doc/www.gnu.org/home.wml doc/www.gnu.org/downloads/downloads.wml
Date: Mon, 15 Mar 2004 18:05:14 -0500

Patrik I've been updating the tools I wrote that you point to for
serialization testing.  In fact I'll be posting an update this week. 
Anyway I don't bother trying to keep them updated in japitools and I'll
probably just host them myself for now.  I'll let you and the list know
where later.

Brian

On Mon, 2004-03-15 at 17:44, Patrik Reali wrote:
> 2004-03-15  Patrik Reali  <address@hidden>
>       * doc/hacking.texinfo doc/www.gnu.org/benchmarks.wml: link to japitools
>       fixed
>       * doc/www.gnu.org/home.wml: short news moved to page top
>       * doc/www.gnu.org/downloads/downloads.wml: release 0.08 added
> 
> Index: doc/hacking.texinfo
> ===================================================================
> RCS file: /cvsroot/classpath/classpath/doc/hacking.texinfo,v
> retrieving revision 1.20
> diff -u -r1.20 hacking.texinfo
> --- doc/hacking.texinfo       4 Feb 2004 09:01:52 -0000       1.20
> +++ doc/hacking.texinfo       15 Mar 2004 22:41:44 -0000
> @@ -642,7 +642,7 @@
>  give the same result no matter what platform you execute on.
>  
>  Serialzation compatibility can be tested using tools provided with
> address@hidden://rainbow.netreach.net/~sballard/japi/,Japitools}.  These
> address@hidden://www.kaffe.org/~stuart/japi/,Japitools}.  These
>  tools can test binary serialization compatibility and also provide
>  information about unknown serialized formats by writing these in XML
>  instead.  Japitools is also the primary means of checking API
> Index: doc/www.gnu.org/benchmarks.wml
> ===================================================================
> RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/benchmarks.wml,v
> retrieving revision 1.1
> diff -u -r1.1 benchmarks.wml
> --- doc/www.gnu.org/benchmarks.wml    27 Nov 2003 14:49:57 -0000      1.1
> +++ doc/www.gnu.org/benchmarks.wml    15 Mar 2004 22:41:44 -0000
> @@ -15,7 +15,7 @@
>  </p>
>  <p>
>  Java API compatibility testing can be performed using 
> -<createlink url="http://japi.sab39.org/";
> +<createlink url="http://www.kaffe.org/~stuart/japi/";
>  name="japitools">.  Japitools already does
>  full API comparisons but it doesn't have the capability to extract
>  APIs from the documentation - instead, the "japize" tool uses the
> @@ -48,4 +48,4 @@
>  </table>
>  </boxitem>
>  
> -</box>
> \ No newline at end of file
> +</box>
> Index: doc/www.gnu.org/home.wml
> ===================================================================
> RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/home.wml,v
> retrieving revision 1.39
> diff -u -r1.39 home.wml
> --- doc/www.gnu.org/home.wml  15 Mar 2004 21:54:14 -0000      1.39
> +++ doc/www.gnu.org/home.wml  15 Mar 2004 22:41:44 -0000
> @@ -4,6 +4,14 @@
>  <subject "GNU Classpath">
>  
>  <box>
> +
> +<boxtitle><a name="ShortNews">Classpath::Short News</a></boxtitle>
> +<boxitem>
> +<news>
> +#include "newsitems.txt"
> +</news>
> +</boxitem>
> +
>  <boxtitle><a name="home">Classpath::Home</a></boxtitle>
>  
>  <boxitem>
> @@ -55,11 +63,5 @@
>  </p>
>  </boxitem>
>  
> -<boxtitle><a name="ShortNews">Classpath::Short News</a></boxtitle>
> -<boxitem>
> -<news>
> -#include "newsitems.txt"
> -</news>
> -</boxitem>
>  
>  </box>
> Index: doc/www.gnu.org/downloads/downloads.wml
> ===================================================================
> RCS file: 
> /cvsroot/classpath/classpath/doc/www.gnu.org/downloads/downloads.wml,v
> retrieving revision 1.1
> diff -u -r1.1 downloads.wml
> --- doc/www.gnu.org/downloads/downloads.wml   27 Nov 2003 14:49:58 -0000      
> 1.1
> +++ doc/www.gnu.org/downloads/downloads.wml   15 Mar 2004 22:41:44 -0000
> @@ -28,7 +28,7 @@
>               my $url  = qq|<get-var url>|;
>               
>               if ($url eq '') {
> -                     print "non available";
> +                     print "not available";
>               } else {
>                       print "<a href=\"$url\">$name</a>";
>               }
> @@ -77,10 +77,9 @@
>  <download-block>
>  
>  <download
> -     date="09 Sep. 2003"
> -     version="0.06"
> -     url="ftp://alpha.gnu.org/gnu/classpath/classpath-0.06.tar.gz";
> -     notes="http://savannah.gnu.org/forum/forum.php?forum_id=2466";
> +     date="13 Mar. 2004"
> +     version="0.08"
> +     url="ftp://alpha.gnu.org/gnu/classpath/classpath-0.08.tar.gz";
>  >
>  
>  <!-- download
> @@ -99,14 +98,19 @@
>  <boxitem>
>  
>  <download-block>
> -<!--
>  <download
> -     date=""
> -     version=""
> -     url=""
> -     notes=""
> +     date="05 Dec. 2003"
> +     version="0.07"
> +     url="ftp://alpha.gnu.org/gnu/classpath/classpath-0.067tar.gz";
> +>
> +
> +<download
> +     date="09 Sep. 2003"
> +     version="0.06"
> +     url="ftp://alpha.gnu.org/gnu/classpath/classpath-0.06.tar.gz";
> +     notes="http://savannah.gnu.org/forum/forum.php?forum_id=2466";
>  >
> --->
> +
>  <download
>       date="16 Feb. 2003"
>       version="0.05"
> 
> 
> _______________________________________________
> Commit-classpath mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/commit-classpath

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]