Suns Jni comes under OpenSource-License (APL 2.0)

2005-10-20 Thread theUser BL
I have now read at http://www.heise.de/newsticker/meldung/65143 that Sun wants to put the license of the "Jini Technology Starter Kit 2.1" under the Apache-License 2.0. You can also read more about it at http://www.jini.org/ Greatings theuserbl _

i2p liberated! [Fwd: GCJ support is on the way]

2005-10-20 Thread Mark Wielaard
Hi all, Sometimes we can use some moral support. So let me share the following with you all. Normally we are a bit hesitant to recommend people to "just switch" since we cannot guarantee that everything "just works". But we are getting better and better. The following email was just sent to the i2

continuous testing

2005-10-20 Thread Tom Tromey
Mark has set up a new classpath-testresults list, listed here: http://savannah.gnu.org/mail/?group=classpath The intent is for automated test results to be sent here, so that we can track the state of the code more closely. I would like to suggest that developers monitor the list and fix regress

[Bug swing/24458] New: JFrames don't receive KeyEvents

2005-10-20 Thread abalkiss at redhat dot com
The testcase below shows that an empty JFrame with a KeyListener attached doesn't receive key events and pass them on to that listener. ***TESTCASE*** import javax.swing.*; import java.awt.event.*; public class NoKeyEvents{ public static void main(String[] args) { JFrame jd = new JFrame()

Re: i2p liberated! [Fwd: GCJ support is on the way]

2005-10-20 Thread Thomas Zander
Very nice to hear actual professional (i.e. out of the lab) deployment, you guys worked hard for that :) On Thursday 20 October 2005 16:42, Mark Wielaard wrote: > A side note regarding GCJ.  I realize everyone always complains that > Java uses up tons of memory, and if only we had native apps it'

Re: ANN: gjdoc 0.7.6 released

2005-10-20 Thread Julian Scheid
David Gilbert wrote: One question - what's left to do before a 1.0.0 release? I think it's ready now... I just got a bug report about an NPE and, while fixing it, noticed that the documentation for abstract methods didn't include the abstract keyword (!) With bugs like that still cropping up,

Re: i2p liberated! [Fwd: GCJ support is on the way]

2005-10-20 Thread Florian Weimer
* Thomas Zander: > Very nice to hear actual professional (i.e. out of the lab) deployment, > you guys worked hard for that :) > > On Thursday 20 October 2005 16:42, Mark Wielaard wrote: >> A side note regarding GCJ.  I realize everyone always complains that >> Java uses up tons of memory, and if

Re: Suns Jni comes under OpenSource-License (APL 2.0)

2005-10-20 Thread Dalibor Topic
theUser BL hotmail.com> writes: > > I have now read at > http://www.heise.de/newsticker/meldung/65143 > that Sun wants to put the license of the "Jini Technology Starter Kit 2.1" > under the Apache-License 2.0. > That's good news, more free software is always nice to have. Thanks to Onno Klu

New GNU Classpath developers Nicolas and Christian

2005-10-20 Thread Mark Wielaard
Hi all, Now that we are growing so fast it is probably a good idea to introduce new developers "officially" on the list so everybody knows when the GNU Classpath family gains a new member. Everybody with CVS write access is of course also listed on our savannah page: https://savannah.gnu.org/proje

Re: New GNU Classpath developers Nicolas and Christian

2005-10-20 Thread David Gilbert
Mark Wielaard wrote: Hi all, Now that we are growing so fast it is probably a good idea to introduce new developers "officially" on the list so everybody knows when the GNU Classpath family gains a new member. Everybody with CVS write access is of course also listed on our savannah page: https:

Re: New GNU Classpath developers Nicolas and Christian

2005-10-20 Thread Robert Schuster
Hi all, at this point I'd like to advertise the ClasspathFirstSteps page[0] in our Wiki. It should answer all the development-related questions about doing Classpath contributions (eg. patch submission). > Nicolas Geoffray has been helping us out with RMI, Serialization and > Classloader issues.