JDK 1.1 End of Life

2002-11-12 Thread Daryl Lee
I have been working on the Mauve tests for the GNU Classpath project, focusing on JDK1.1, java.io. Today when I went to Sun's site (http://java.sun.com/products/jdk/1.1/index.html) to read the JDK 1.1 API specs on a particular package, I discovered that they have taken the documentation offline,

Re: JDK 1.1 End of Life

2002-11-12 Thread Julian Scheid
The page also says: For developer requirements, all products that have completed the EOL transition period have moved to the Archive area. You can still find the JDK 1.1 API there: http://java.sun.com/products/archive/index.html Daryl Lee wrote: I have been working on the Mauve tests for the

Re: Wonka Classpath

2002-11-12 Thread Tom Tromey
Chris == Chris Gray [EMAIL PROTECTED] writes: Chris However, I still see a lot to be gained by agreeing on a common Chris interface between the java.awt classes and their peers: there Chris is almost no documentation available from the shining light at Chris the centre of our universe, so

Re: mauve results posted nightly

2002-11-12 Thread Brian Jones
Stuart Ballard [EMAIL PROTECTED] writes: You'll notice there are some important things still missing, like the actual errors themselves :) The bar graphs work in Mozilla, look wrong in NS4.x due to my not having yet figured out a good way to get NS4 to display a 1px wide table cell, and are

Re: mauve results posted nightly

2002-11-12 Thread Stuart Ballard
Brian Jones wrote: Why not use GD, http://search.cpan.org/author/LDS/GD-2.041/GD.pm, to create a real image? Cause I'm lazy ;) I realized that there is in fact an easy way to get the results I want: td class=bad-bar width=1 img src=1x1.gif width=1 height=1 /td Finding or creating a

Re: mauve results posted nightly

2002-11-12 Thread Stuart Ballard
Brian Jones wrote: Stuart Ballard [EMAIL PROTECTED] writes: Couple of requests regarding the japitools output: 1) Could you modify your scripts to use the -q option to japicompat to turn off progress indicators, and redirect only stdout, not stderr, to the file that you publish? Done.

Re: mauve results posted nightly

2002-11-12 Thread Brian Jones
Stuart Ballard [EMAIL PROTECTED] writes: Brian Jones wrote: Why not use GD, http://search.cpan.org/author/LDS/GD-2.041/GD.pm, to create a real image? Cause I'm lazy ;) I realized that there is in fact an easy way to get the results I want: td class=bad-bar width=1 img src=1x1.gif

Re: mauve results posted nightly

2002-11-12 Thread Brian Jones
Stuart Ballard [EMAIL PROTECTED] writes: Or is there something other than the compression that's bad about gifs? http://www.gnu.org/philosophy/gif.html If this web page is correct, GIF will be free next year. Brian -- Brian Jones [EMAIL PROTECTED]

Re: mauve results posted nightly

2002-11-12 Thread Eric Blake
What's wrong with TreeSet.subSet? Let's get that fixed! Stuart Ballard wrote: Well, that was my point - my understanding is that it currently fails due to the fact that neither Classpath nor Kaffe have a working implementation of TreeSet.subSet(). I proposed a hacky implementation of subMap

Re: JDK 1.1 End of Life

2002-11-12 Thread Daryl Lee
Thanks for the help; a couple of you gave me links to sites that had the foresight to preserve a copy for safekeeping. On Tue, Nov 12, 2002 at 10:06:49AM -0500, Daryl Lee wrote: I have been working on the Mauve tests for the GNU Classpath project, focusing on JDK1.1, java.io. Today when I went