Re: Mauve undo #1

2003-11-14 Thread Mark Wielaard
Hi,

On Fri, 2003-11-14 at 18:00, Sascha Brawer wrote:
> >With you recent patches to Classpath, Graydon his pending patch for
> >libgcj and by adding the following line to
> >javax/swing/plaf/basic/BasicDefaults.java:
> > put("AbstractUndoableEdit.undoText", "Undo");
> >
> >I got 25 passes with Classpath+Kissme.
> 
> 25? It should be 35 :-(

Sorry. I cannot count:
$ grep swing classes | kissme gnu.testlet.SimpleTestHarness -debug
0 of 35 tests failed

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part
___
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath


Re: Mauve undo #1

2003-11-14 Thread Sascha Brawer
Hi Mark and Graydon,

>With you recent patches to Classpath, Graydon his pending patch for
>libgcj and by adding the following line to
>javax/swing/plaf/basic/BasicDefaults.java:
>   put("AbstractUndoableEdit.undoText", "Undo");
>
>I got 25 passes with Classpath+Kissme.

25? It should be 35 :-(

Please add also the following:

>   put("AbstractUndoableEdit.redoText", "Redo");

Do we have a resource bundle that could get shared among all javax.swing
packages? If not, we probably should create one, since this text really
should be localized.

I'm cc'ing the list, if you don't mind.

Best,

-- Sascha

Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ 




___
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath


Re: [PATCH] small fix for ServerSocket close

2003-11-14 Thread Mark Wielaard
Hi,

On Fri, 2003-11-14 at 05:16, Brian Jones wrote:
> Michael Koch <[EMAIL PROTECTED]> writes:
> 
> > I think it would be really nice i you could commit this to libgcj too.
> > This class is totally merged.
> 
> Just out of my curiosity, how does that whole process work?  

libgcj and GNU Classpath are mostly completely merged.
Basically people monitor both the classpath-commit and the gcj
java-patches mailinglist and pick up patches that have not been
approved/committed to both trees. Most libgcj committers also have
Classpath commit access and commit their changes to Classpath as soon as
they are accepted for libgcj. (libgcj has a good review process that I
hope we can adopt in the future for Classpath.)

Normally I test almost every change I make against both Classpath
(+Kissme) and gcj so that I can commit to both trees at once (after
approval on java-patches). At the moment I have a slightly hacked up gcj
here so I cannot easily test my patches on gcj so I don't submit patches
to them at the moment.

And from time to time people go through the following page
http://gcc.gnu.org/java/libgcj-classpath-compare.html
to see what has not gone into both trees and suggest to merge those
things. (Hopefully when kaffe is more merged with Classpath we can have
a similar page to compare kaffe-classpath). Michael has been a big help
here keeeping Classpath/libgcj in sync. Thanks Michael.

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part
___
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath


CheckStyle and JDEE

2003-11-14 Thread Arnaud Vandyck
Hi everybody,

I think I'm not the only one here to work with emacs ;) I'm not also the
only one whwo use jdee to write java into emacs:
http://jdee.sunsite.dk/
(or if you use w3m in emacs: http://jdee.sunsite.dk/rootpage.html ;-) )

As you can see in the archive of the mailing list:

,[ http://www.mail-archive.com/[EMAIL PROTECTED]/msg06877.html ]
|   * From: Paul Kinnucan
|   * Subject: Planned Changes to CheckStyle Interface
|   * Date: Mon, 27 Oct 2003 10:04:32 -0800
| 
| Hi JDEE Users,
| 
| This is to alert you to the fact that I am planning to make a major
| change to the JDEE's interface to CheckStyle in the upcoming JDEE 2.3.3
| release and to give you the opportunity to give me some feedback before
| the plans are finalized.
| 
| [...]
| 
| Release 3.0 of CheckStyle replaces the properties method of
| customization with the use of XML configuration files. A user specifies
| a style by specifying a configuration file on the command line. The next
| release will support this new method by providing a customization
| variable named jde-checkstyle-style that allows you to specify either
| Sun's coding style or a custom style. If you specify Sun's style, the
| JDEE will point CheckStyle (via a command-line argument) to a
| configuration file that comes with the JDEE and defines the Sun
| standard. If you specify a custom style, you must enter the path of the
| configuration file that defines the custom standard. The JDEE will point
| CheckStyle to the custom configuration file that you specify.
| 
| [...]
`

For reference, checkstyle is here:
http://checkstyle.sourceforge.net/

Best regards,

-- Arnaud Vandyck, STE fi, ULg
   Formateur Cellule Programmation.


pgp0.pgp
Description: PGP signature
___
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath