[cp-patches] patch (revised) for PR25202

2006-01-15 Thread Raif S. Naffah
hello there, this is a revised version of the previous patch. the differences are: * Configuration: removed documentation. * GnuConfiguration: (processSecurityProperties) surrounded code in try/catch * `ConfigFileParser: fixed the top comment line. i could not get logging happening so i kept

Re: [cp-patches] [generics] FYI: New Instrumentation parameter to VMInstrumentationImpl.redefineClasses

2006-01-15 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew At least, that was my understanding of this and why it's Andrew called a generics branch and not a 1.5 branch -- someone Andrew correct me if I'm wrong. Yeah. It kinda started as an all things 1.5 branch but quickly became a things

Re: [cp-patches] [generics] FYI: New Instrumentation parameter to VMInstrumentationImpl.redefineClasses

2006-01-15 Thread Nicolas Geoffray
Andrew John Hughes wrote: Instrumentation is a 1.5 package feature. It's not part of the 1.4 specification. That's why the files are only in the branch. Nicolas But the branch isn't for 1.5 features as such. It's for stuff that will only compile when used with a compiler supporting

Re: [cp-patches] [generics] RFC: Genericize return type in PrinterStateReasons

2006-01-15 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew Generally, I think these kind of edits are okay, but I'd save the Andrew majority of it, where possible, to after the generics branch is Andrew re-merged. Generally speaking, outside of java.util I've been pretty much doing a shallow

Re: [cp-patches] [generics] RFC: Genericize return type in PrinterStateReasons

2006-01-15 Thread Wolfgang Baer
Hi, Andrew John Hughes wrote: On Sat, 2006-01-14 at 11:54 +0100, Wolfgang Baer wrote: The patch looks fine to me; I think I already did some similiar edits on this particular file when merging, so please make sure your patch is against the latest version before committing. Done.

Re: [cp-patches] [FYI]: Patch for javax.print.attribute.standard package

2006-01-15 Thread Mark Wielaard
Hi Wolfgang, On Fri, 2006-01-13 at 23:44 +0100, Wolfgang Baer wrote: It took me a while to realize what was going on here. I think a comment is in place (and how do you guarantee that all the other inner classes are registered? Like MediaSize.ISO.A4 for example.). All the static

[cp-patches] FYI: Render null as the empty cell in JTable

2006-01-15 Thread Meskauskas Audrius
If the JTable model returns null, our recent implementation does not set the value at all. The visible content of such cell replicates the value of the adjacent cell. Sun's implementation renders the null value as the empty cell. With one user application I have observed the strange content

Re: [cp-patches] patch (revised) for PR25202

2006-01-15 Thread Casey Marshall
On Jan 15, 2006, at 12:36 AM, Raif S. Naffah wrote: hello there, this is a revised version of the previous patch. the differences are: * Configuration: removed documentation. * GnuConfiguration: (processSecurityProperties) surrounded code in try/catch * `ConfigFileParser: fixed the top

Re: [cp-patches] [generics] FYI: New Instrumentation parameter to VMInstrumentationImpl.redefineClasses

2006-01-15 Thread Mark Wielaard
Hi Nicolas, On Sun, 2006-01-15 at 13:58 +0100, Nicolas Geoffray wrote: OK, I thought the generics branch was the equivalent of the 1.5 branch of sun. But if it's not the case, I have no problem commiting instrumentation code to HEAD. I do have one question though : the (sun) API of

[cp-patches] [generics] Patch: FYI: genericization fixes

2006-01-15 Thread Tom Tromey
I'm checking this in on the generics branch. After the recent merge to the branch, we needed a couple minor genericization fixes. Tom 2006-01-14 Tom Tromey [EMAIL PROTECTED] * javax/swing/text/html/HTMLDocument.java (parseBuffer): Genericized. *

Re: Free pack200 implementation available?

2006-01-15 Thread Michael Koch
On Sat, Jan 14, 2006 at 03:47:36PM +0100, Dalibor Topic wrote: Clemens Eisserer wrote: Hi there, does anybody know wether a free pack200 implementation is available? I've never heard of one. Judging by the JSR 200 site, there is a spec, but I don't know it there are any

Re: [Bug classpath/25202] javax.security.auth.login.LoginException: no configured modules for

2006-01-15 Thread Dalibor Topic
On Sat, Jan 14, 2006 at 10:29:31PM -, csm at gnu dot org wrote: --- Comment #7 from csm at gnu dot org 2006-01-14 22:29 --- Subject: Re: javax.security.auth.login.LoginException: no configured modules for On Jan 14, 2006, at 1:57 PM, raif at swiftdsl dot com dot au wrote:

Re: a crazy idea -- the Book

2006-01-15 Thread Meskauskas Audrius
Great idea, I think! If this idea would move ahead, I am ready to join by writing sections about the javax.swing.text.html.parser, javax.rmi and org.omg. package groups. We maybe can divide chapters. I think, it would be good to have the printed book and not the web site content. Printing

Re: a crazy idea -- the Book

2006-01-15 Thread Dalibor Topic
On Sun, Jan 15, 2006 at 07:51:04AM +1100, Raif S. Naffah wrote: hello all, with every visit to the bookstore i see new titles about java, swing, etc. most of them being just printed collections of already public APIs. Classpath is more than just a bunch of APIs, and if there's a book

classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz

2006-01-15 Thread nerdy geeks
Both of the tarballs ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz appear to be flawed in the sense that there are several files of names matching *.java that are not contained in the directory tree archived in the tarball.

[Bug classpath/25202] javax.security.auth.login.LoginException: no configured modules for

2006-01-15 Thread mark at klomp dot org
--- Comment #12 from mark at gcc dot gnu dot org 2006-01-15 16:04 --- Subject: Re: javax.security.auth.login.LoginException: no configured modules for On Sun, 2006-01-15 at 08:58 +1100, Raif S. Naffah wrote: On Sunday 15 January 2006 08:05, csm at gnu dot org wrote: ---

RE: RFC: reflection access checks

2006-01-15 Thread Jeroen Frijters
Dalibor Topic wrote: I believe the reflection code would profit from getting a nice VMInterfaceLift for the next release :) Not to discourage anybody, but I've started on that several times already and it is *really* hard to design an interface that suits everyone's needs. Reflection is both

Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz

2006-01-15 Thread Mark Wielaard
Hi Nerdy Geeks, On Sun, 2006-01-15 at 06:07 +, nerdy geeks wrote: Both of the tarballs ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz appear to be flawed in the sense that there are several files of names matching

Re: RFC: reflection access checks

2006-01-15 Thread Dalibor Topic
On Sun, Jan 15, 2006 at 10:32:36AM +0100, Jeroen Frijters wrote: Dalibor Topic wrote: I believe the reflection code would profit from getting a nice VMInterfaceLift for the next release :) Not to discourage anybody, but I've started on that several times already and it is *really* hard to

Re: Updating Mauve tags

2006-01-15 Thread Mark Wielaard
Hi Roman, On Sat, 2006-01-14 at 22:33 +0100, Roman Kennke wrote: (BTW: This is a Mauve topic, I CC the classpath list because the mauve-discuss list seems so dead). Once upon a time there were lots of standard class library projects (kaffe, gcj, classpath) and we started cooperating by sharing

Re: classpath-0.20.tar.gz and classpath-0.20-generics.tar.gz

2006-01-15 Thread Mark Wielaard
On Sun, 2006-01-15 at 18:05 +0100, Mark Wielaard wrote: On Sun, 2006-01-15 at 06:07 +, nerdy geeks wrote: Both of the tarballs ftp://ftp.gnu.org/gnu/classpath/classpath-0.20.tar.gz ftp://ftp.gnu.org/gnu/classpath/classpath-0.20-generics.tar.gz appear to be flawed in the sense

Re: a crazy idea -- the Book

2006-01-15 Thread Mark Wielaard
Hi, On Sun, 2006-01-15 at 09:38 +0100, Meskauskas Audrius wrote: Great idea, I think! If this idea would move ahead, I am ready to join by writing sections about the javax.swing.text.html.parser, javax.rmi and org.omg. package groups. We maybe can divide chapters. I think, it would be

Re: Updating Mauve tags

2006-01-15 Thread Roman Kennke
Hi Mark, I see that we have a concept of tags in Mauve. That is a collection of keys at the top of each test class. This way we can filter the tests. ATM we have tags for the JDK versions like JDK1.4 JDK1.3 and so on and a couple of other tags. However, it seems that they are not

[commit-cp] classpath javax/security/auth/login/AppConfigur...

2006-01-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Raif S. Naffah [EMAIL PROTECTED] 06/01/15 19:42:53 Modified files: javax/security/auth/login: AppConfigurationEntry.java Configuration.java .

[commit-cp] classpath javax/swing/text/StyleContext.java ./... [generics-branch]

2006-01-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 06/01/16 00:54:41 Modified files: javax/swing/text: StyleContext.java . : ChangeLog java/beans : Encoder.java