Re: What are tainted developers allowed to work on?

2005-01-10 Thread zander
l, or distributed with a (copyright) licence which is a contract. At that point no generalisations like above can be made without actually looking and interpreting that contract. I'm going to trust the FSF on this one, and not a Sun engineer which implies he's not a laywer. -- Thomas Za

Re: Modules names and other details for new classpath bug product

2005-02-14 Thread zander
y email? Should all classpath bug-reporters (that want to 'keep' their bugs) open an account on the gcc bugtracker? -- Thomas Zander pgpI2rB4HUBFL.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: List of GNU Classpath compatible programs

2005-03-02 Thread zander
equired and/or what parts we had to debug a lot to get it to work. What do you think? -- Thomas Zander pgpKQpSxyJBMl.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Progress on a Classpath mauve suite?

2005-03-08 Thread zander
xample. When the processing-power becomes available (developer.classpath.org is probably best) we intend to move this there and put online the results in various easy to parse ways. See also this thread (on the mauve mailinglist) http://sources.redhat.com/ml/mauve-discuss/2005-q1/msg00020.html -- Thomas Zander ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Tests (Was: Classpath post from zander@javalobby.org requires approval)

2004-03-25 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 25 March 2004 19:44, Mark Wielaard wrote: > Writing tests and documentation is fine. And really appreciated! ... > If you would like to help with testing then please check out the Mauve > project which we use for much of our testing purpose

[PATCH] Mauve is too hard to run.

2004-04-01 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think that there are 2 distinct user groups for the 'mauve' tool. One is the JVM developers which need to use the lowest common dominator in Java implementations. So it runs on a minimal Java implementation. The other group is where I find myself

Re: Proposed coding standard updates

2004-04-03 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 03 April 2004 12:37, Andrew Haley wrote: >  > > > Here, `cal' is a local variable and YEAR is a static field in >  > > > Calendar.  This is valid code, but I find it somewhat confusing; > the > > > stuff before "." is evaluated for side eff

Re: An interessting change for shared char[] in String/StringBuffer

2004-04-08 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 08 April 2004 01:24, Artur Biesiadowski wrote: > Tom Tromey wrote: > >>>From http://java.sun.com/j2se/1.5.0/jcp/beta1/index.html#java.lang: > >>>"In this release, the sharing between String and StringBuffer has > >>> been eliminated." > >>>

Re: An interessting change for shared char[] in String/StringBuffer

2004-04-08 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 08 April 2004 15:24, Eric Blake wrote: > Tom Tromey wrote: > I also wonder if the following implementation would be more efficient. > In the common case, StringBuffer/StringBuilder is used for appends, and > then converted to a String jus

Re: Mauve patches.

2004-04-08 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd really like to see my stuff committed, or commented on if just committing is unacceptable. Are there any people actually maintaining mauve? Nobody commented on the fixed needed for the website either. In short who is the core maintainer for mau

Re: Patch: remove C++ keywords

2004-04-09 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thats a hack; its dirty and its non-intuitive. I'd advice against that. What about having a source formatter that checks this? A make check seems like a good candidate to report warnings like these. On Friday 09 April 2004 15:49, Eric Blake wrote: >

Re: Support for installation of glibj.zip and separate class files

2004-04-10 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVS is your friend; just type a cvs diff.. something like: cvs diff -D "08 apr 2004" -D "09 apr 2004" | less in the root. On Saturday 10 April 2004 14:40, Mark Wielaard wrote: > Hi Michael, > > On Thu, 2004-04-08 at 22:36, Michael Koch wrote: > > With

Re: Mauve patches.

2004-04-10 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 08 April 2004 21:56, Andrew Haley wrote: >  > > I'd really like to see my stuff committed, or commented on if just >  > > committing is unacceptable. ... > I was intending to do it at the start of this week, sorry. Its next week now; so yo

Re: JamVM 1.1.3 released

2004-04-13 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 13 April 2004 17:04, Robert Lougher wrote: > Hi Sascha, > > Yes, I know :) I couldn't decide whether it was a good idea to > slavishly follow Sun's options or not. The -X (as you're obviously > aware) means "non-standard options", and inclu

Re: JamVM 1.1.3 released

2004-04-13 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 13 April 2004 19:56, Tom Tromey wrote: > Thomas> The opinion that everything should look as much the same as > Thomas> possible seems a bit naive (to me personally) in that I doubt > Thomas> any JVM could ever approach 100% compatibility wit

Re: [GNUJAXP] Moving src to source!

2004-04-22 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just FYI: the Java standard is to use 'src'. Using a source dir in Eclipse (I have been told) is pretty darn hard, it expects 'src' instead. Mauve also has it as their 'standard expected dir'. On Thursday 22 April 2004 13:52, Arnaud Vandyck wrote: >

Re: [GNUJAXP] Moving src to source!

2004-04-22 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 22 April 2004 15:37, Arnaud Vandyck wrote: > Thomas Zander <[EMAIL PROTECTED]> writes: > > Just FYI: the Java standard is to use 'src'. > > Using a source dir in Eclipse (I have been told) is pretty darn har

Re: Eclipse and Classpath

2004-04-22 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I personally don't use eclipse; but I've been told the new versions don't support the old config files. Next to that; should there not be an ant file (build.xml)? That makes importing a breeze and is a lot more standard (i.e. not eclipse minded) I s

Re: VMFile confusion

2004-04-25 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 24 April 2004 22:12, Archie Cobbs wrote: > So applying this logic, there should be no VMFile class because the > native methods of File.java are all implementable in a "normal" > Classpath-supplied shared library and are not VM-specific. J

Javadoc translations.

2004-05-08 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stumbling upon a post[1] where the first thing the poster says is " I do English not well so please don't laugh at me." made me think that javadoc translations are something that would be a VERY good idea. Anyone here that knows of such efforts? Is

Re: Task: java.awt.geom.GeneralPath

2004-05-08 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 08 May 2004 18:52, Sven de Marothy wrote: > Should one aim at reproducing the Sun implementation, or at being > a 'correct' one? It is my understanding that we implement the spec; so bugs in Suns code are not relevant information for us.

Re: Eclipse and Classpath

2004-04-28 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 April 2004 21:51, Tom Tromey wrote: > Jeff> (What about Mauve? Much of Eclipse's usefulness for us comes from > Jeff> interactively running the test suite so we get a very quick > Jeff> edit/compile/test/debug cycle. But eclipse only

Re: Classpath Swing development?

2004-05-25 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 24 May 2004 20:30, Andrew John Hughes wrote: > The Hacker's Guide would appear to be just that: > > http://www.gnu.org/software/classpath/docs/hacking.html [...] >  If there are issues not covered here, you should > raise them on the list so

Re: Classpath Swing development?

2004-05-25 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since you asked :) On Monday 24 May 2004 20:30, Andrew John Hughes wrote: >  If there are issues not covered here, you should > raise them on the list so they can be added. What is missing is a guide or download that makes it possible for JAVA prog

Re: Working On Classpath

2004-05-27 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 26 May 2004 23:47, Andrew John Hughes wrote: >  Given the > length of time that the Free Java projects have now been active, it > amazes me that so little consideration is given to alternate VMs and > compilers by the Java community, espec

Re: Working On Classpath

2004-05-27 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 26 May 2004 19:44, Thomas Fitzsimmons wrote: > >   Another problem I noticed -- as soon > > as a toolkit is instantiated, the code doesn't exit anymore, > > presumably because some thread is hanging on -- even something as > > simple as ge

Re: Working On Classpath

2004-05-27 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 27 May 2004 12:17, Andrew John Hughes wrote: > > since I still can't apt-get it, its not on my radar. (I'm wondering > > how many distro's ship kaffe.) > > Kaffe is in Debian stable and unstable Hmm, I use testing.. >  So, Ant simulates

Re: Working On Classpath

2004-05-27 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 27 May 2004 11:26, Michael Koch wrote: > > footnote; I compiled Mauve some weeks ago only to find out that on > > suns-javac it did not compile. The problem was an > > illegal-code-construct. This tells me that jikes still is not > > mature

Re: Working On Classpath

2004-05-27 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 27 May 2004 04:20, Thomas Fitzsimmons wrote: > AFAIK, Java apps. should die when all non-daemon > > > threads have stopped (i.e. the GC can still be running, as its a > > daemon). > > Right, but we can't make all default threads daemons, or

Re: java.io.File#toURI()

2004-06-01 Thread Thomas Zander
l as an absolute path. so the relative paths come out correctly: foo/bar.java -> file:///home/zander/foo/bar.java foo/../foo/bar.java -> file:///home/zander/foo/bar.java To continue the little code example: > if(!path.startsWith("/")) >   path = "/" + path; >

Re: java.io.File#toURI()

2004-06-01 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 01 June 2004 18:11, Gabriel Ebner wrote: > Hello, > > Jeroen Frijters wrote: > > "file:/c:/foo.txt" > > That should be "file:///c:/foo.txt" (see RFC1738), shouldn't it? Yes, notice the 3 slashes; since the host part in the file:///

Re: Mauve patches for SpinnerListModel

2004-09-06 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 05 September 2004 21:26, Mark Wielaard wrote: > > Also, does anyone have any idea as to why Mauve only seems to test > > java.io and java.net when I run make check?  Using ant, I can get it > > to compile all the tests but it segfaults in > >

Visual mauve test?

2004-12-16 Thread Thomas Zander
inside the synchronized block, but if I do that then the frame is properly displayed, but never returns. Putting a System.exit(); before the "try {" line made me sure it really never returns. Any ideas? -- Thomas Zander // Tags: JDK1.2 // Copyright (C) 2004 Thomas Zander <[EM

Re: StringBuilder

2004-12-17 Thread Thomas Zander
to do with threading.. A better solution would be have the complete implementation of append() and toString() in a synchronized block on a lock object. So: private final Object lock = new Object(); public String toString() { synchronized(lock) { /* do stuff here */ } } -- Thomas Zander pgp

Re: StringBuilder

2004-12-17 Thread Thomas Zander
On Friday 17 December 2004 15:09, Jeroen Frijters wrote: > Thomas Zander wrote: > > Interresting concept; > > several bugs: > > 1) doing an aquire can return a null; meaning the toString() > > can cause nullpointer exceptions. > > Only if you use it co

Re: Visual mauve test?

2004-12-15 Thread Thomas Zander
y 'random' synchornized block should make it fail? I find that odd.. Can people try on other jvms then the jamvm 1.21? This does not look like a java-level bug to me. (But I could be completely wrong :) -- Thomas Zander pgpeMPaSHVI5t.pgp Descrip

Re: Visual mauve test?

2004-12-25 Thread Thomas Zander
we therefore have a deadlock. > > It is clearly not a bug in JamVM. Perhaps the tree lock should be > released on calling the child paint method (taking into account > possible changes to the component list on return)? I am undecided as > to whether the testcase itself is correct.

Re: Mauve test question

2004-12-28 Thread Thomas Zander
ully correct, and will (probably) run correctly on Suns JVM, but fails on another. Lets call the former a broken, and the latter a failing test, please :) Mauve is not suppost to hold _any_ broken tests, right? -- Thomas Zander pgplrZQjPtfoF.pgp Description: PGP signature ___

Re: Mauve test question

2004-12-28 Thread Thomas Zander
misunderstand the conversation here? Or is this a much easier way to go? I'm willing to put up a jar somewhere (can I scp it to a red-hat server?) since I seem to be one of the few who has Suns JVM(s) and ant installed :) jar: http://members.home.nl/zander/alltests.jar (1mb) --

Re: Mauve test question

2004-12-28 Thread Thomas Zander
On Tuesday 28 December 2004 20:37, Thomas Zander wrote: > lets write a test-runner that automatically creates one jar file (I just > finished doing so, its 1Mb) with all tests from java.* and javax.* and > then places that on a server, with the test-run-results from a couple of > S

Re: Mauve test question

2004-12-30 Thread Thomas Zander
I know; the mauve testsuite is meant to be a general-all-jvm-tests suite. Currently I skip the BinaryCompatibility test, it failed to get it compiling some time ago. The rest is compiled in one go on Suns-JVM1.5 and takes a whopping 46 seconds :-) I don't think the compile would be any ea

Re: Mauve test question

2004-12-30 Thread Thomas Zander
On Thursday 30 December 2004 08:58, you wrote: > Thomas Zander wrote: > > This brings the running of mauve back to one 'java -jar' and > > then just following instructions. (that 'java' is just an > > example; it should work on any JVM) > > here

typo in javadoc.

2005-01-11 Thread Thomas Zander
I'm not native English; but I'm pretty sure that its 'a portable look and feel' and not 'an portable...'. See attachment. -- Thomas Zander Index: javax/swing/UIDefaults.java === RCS file: /cvsroot/c

Re: Anoncvs?

2005-01-11 Thread Thomas Zander
ncvs". It > should work. The real info on the webpage are missing currently, if > they were ever there. See FAQ item 3.5 I do suggest a link/addition to the cvs page, yes :) -- Thomas Zander pgpSuAEIm5OSH.pgp Description: PGP signature ___ C

Re: [Classpathx-discuss] Re: javax.management

2005-01-19 Thread Thomas Zander
cence its legal to fork the code and re-license it under GPL. -- Thomas Zander pgpDGmhJQRSph.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

cant compile

2005-02-12 Thread Thomas Zander
ering directory `/home/zander/sources/java/classpath/native/jni/gtk-peer' make[3]: *** No rule to make target `gnu_java_awt_peer_gtk_GdkFontMetrics.c', needed by `gnu_java_awt_peer_gtk_GdkFontMetrics.lo'. Stop. Thanks! -- Thomas Zander pgp8DAGf0HGGf.pgp Descri

Re: cant compile

2005-02-12 Thread Thomas Zander
On Saturday 12 February 2005 20:05, Thomas Zander wrote: > Making all in gtk-peer > make[3]: Entering directory > `/home/zander/sources/java/classpath/native/jni/gtk-peer' make[3]: *** No > rule to make target `gnu_java_awt_peer_gtk_GdkFontMetr

Re: cant compile

2005-02-13 Thread Thomas Zander
. Ehm; talking about good defaults, this should be on for anyone using CVS! Please make sure that feature is always on when I call autogen without any extra arguments making the _dis_abling of this option the responsibility of the person who creates the distribution tarballs.. -- Thomas Zande

Re: cant compile

2005-02-13 Thread Thomas Zander
Ehm; thinking about good defaults, this should be on for anyone using CVS! Please make sure that feature is always on when I call autogen without any extra arguments making the _dis_abling of this option the responsibility of the person who creates the distribution tarballs.. -- Thomas Zande

Swing painting broken.

2005-02-13 Thread Thomas Zander
ooked good. Updating to -D "13 feb 2005" and the above problems appeared. I'm using cairo rendering. -- Thomas Zander pgpI39mB0oOcX.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Swing painting broken.

2005-02-19 Thread Thomas Zander
Any idea when this will work again? If I submitted too many bugreports and you want some time, you could just say so! :P On Sunday 13 February 2005 13:43, Thomas Zander wrote: > Hi, > > I updated cvs classpath yesterday and swing painting is quite broken. > No font is painted

Re: JDialog weirdness - what to do?

2005-03-04 Thread Thomas Zander
ton of a > JDialog has no effect? isShowing() ? isDisplayable()? Note that you need a SecurityManager that forbids exit if you want to test the EXIT_ON_CLOSE. Not worth it IMO. -- Thomas Zander pgpLeXUpYMOQr.pgp Description: PGP signature ___ Clas

Re: GdkGraphics extending Graphics2D?

2005-03-04 Thread Thomas Zander
object (not g2d) in the long run, since I never heard anyone needed it. For example; even a replacement Graphics object http://www.jibble.org/epsgraphics/ to write eps files extends Graphics2D... -- Thomas Zander pgpyoJNn1g95p.pgp Description: PGP signature __

Re: GdkGraphics extending Graphics2D?

2005-03-04 Thread Thomas Zander
've seen I'm pretty sure that thats correct for about 95% of the cases where people are blindly casting. -- Thomas Zander pgpbuv4G1UlPS.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: GNU Classpath 0.14 released

2005-03-18 Thread Thomas Zander
Ehm.. 0.14 again? [1] Perhaps you should update the download page more often? http://www.gnu.org/software/classpath/downloads/downloads.html Cheers! 1) http://lists.gnu.org/archive/html/classpath/2005-02/msg00109.html -- Thomas Zander pgps73qhh0Gkm.pgp Description: PGP signature

Re: GNU Classpath 0.14 released

2005-03-18 Thread Thomas Zander
he list is not meant to be exhaustive. -- Thomas Zander pgp33dTzGpB4V.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: GNU Classpath 0.14 released

2005-03-18 Thread Thomas Zander
gt; getting worked up about. Stephen; the fact that you can choose this removal to take place should tell you something about what Etienne is writing these emails for. Since, without respect, there can be no cooperation. -- Thomas Zander pgpOnYSKk4PeJ.pgp

Re: GNU Classpath 0.14 released

2005-03-18 Thread Thomas Zander
On Fri, Mar 18, 2005 at 10:26:24AM -0500, Grzegorz B. Prokopski wrote: > On Fri, 2005-18-03 at 09:56 +0100, Thomas Zander wrote: > > I asked mark if he could make sure the announcements were made in such a > > way > > that newbees could get started right away. The

new faq entry:

2005-03-18 Thread Thomas Zander
test cases +Example programs for GNU Classpath +Documentation fixes +Help programs (e.g. japitools) and scripts + -- Thomas Zander pgpuJoseKgSqj.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: new faq entry:

2005-03-18 Thread Thomas Zander
for the explanation. -- Thomas Zander pgpsL5AopkFDv.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Bug tracker link

2005-03-23 Thread Thomas Zander
ide, should the link on www.classpath.org be changed to > point to the new bug tracker? Hmm. what about an update on the 'progress' of merging the bugtrackers for the people that only read this list? :-) -- Thomas Zander ___ Classpath ma

Re: gjdoc feedback

2005-04-01 Thread Thomas Zander
report that the output > doesn't look good with IE6 on Windows - see this link (includes > screenshot): > > http://sourceforge.net/tracker/index.php?func=detail&aid=1174036&group_id >=15494&atid=365494 So it looks great in all browsers that correctly support css2,

Re: [cp-patches] FYI: primitive fullscreen mode support

2005-04-05 Thread Thomas Zander
on in X11 anyway?) My mpeg player uses a fullscreen framebuffer to write faster. Then again it can show the thing in a window as well; so its not really full screen.. -- Thomas Zander ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Proposal: merge Jessie as an external project

2005-04-28 Thread Thomas Zander
contributed on. A simple configure extention to print a 'please download jess, this subdir will not not be build' or similar should be enough. It certainly works for the projects I have seen. Any idea how big KDE would be if dependent libraries were to be included? Just unmain

Re: Proposal: merge Jessie as an external project

2005-04-28 Thread Thomas Zander
wards a full merge. In that case; I'd like to publicly add my support to this import. :-) -- Thomas Zander pgpiLDTzee3Ls.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: can Mauve help me test a PersonalJava implementation?

2005-04-29 Thread Thomas Zander
o fix them again later today. :} -- Thomas Zander pgp30XsXtLZyN.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: can Mauve help me test a PersonalJava implementation?

2005-05-01 Thread Thomas Zander
do an cvs update on the build.xml in mauve and try again: JAVA_HOME=/usr/lib/j2sdk1.5.0 ant jars Oh; don't forget an ant clean first, naturally. -- Thomas Zander pgpD78PklQBCs.pgp Description: PGP signature ___ Classpath mailing list Classpath

Re: Sun's JRL and source: taints or not?

2005-05-05 Thread Thomas Zander
removal of the method (not constructor) public void EditorContainer() on class: javax.swing.tree.DefaultTreeCellEditor.EditorContainer Changes like that are basically win-win situations for all java users. Cheers! -- Thomas Zander pgpynG3pbqYKO.pgp Description: PG

(open) Solaris and Classpath.

2005-05-07 Thread Thomas Zander
ffect; but you can never be sure :) -- Thomas Zander pgpIEnKDzRMUd.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: IIOP tools: Working Classpath CORBA prototype released.

2005-05-15 Thread Thomas Zander
a good idea to get them in the loop so they can test and debug. What about writing an invitation email to such projects? -- Thomas Zander pgpZARqT4fX8v.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.or

Re: Gjdoc URI Dilemma

2005-05-25 Thread Thomas Zander
ease share your opinion on this issue. -- Thomas Zander pgp3NmuPh98dd.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: [cp-patches] FYI: Bumped up serialVersionUIDs in javax.swing

2005-05-30 Thread Thomas Zander
be supported, but there are people out there (mostly companies) that do it. So, now you know :) -- Thomas Zander pgpRuMJXzuoMs.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Cleaning up Savannah (a bit)

2005-06-01 Thread Thomas Zander
d when I give them that nothing is done with most of them. -- Thomas Zander pgpRceRkTGjmP.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Cleaning up Savannah (a bit)

2005-06-01 Thread Thomas Zander
On Wed, Jun 01, 2005 at 10:43:33AM +0200, Sven de Marothy wrote: > Thomas Zander <[EMAIL PROTECTED]> wrote: > > On Wednesday 1 June 2005 05:56, Sven de Marothy wrote: > > > I'd like to clean it up a bit and close all bugs and patches prior to > > > Jan 1, 200

Re: Swing question

2005-06-04 Thread Thomas Zander
ould we do? I'd suggest protected for the same reason we don't implement the com.sun.* classes; they are not in the official API. -- Thomas Zander pgpvk5YcEy1rl.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Does J2SDK 5.0 BCL preclude contributions to Classpath?

2005-06-05 Thread Thomas Zander
> that appeared to be relevant. > > Thanks for your time, > Matt Van Gundy > > > > > ___ > Classpath mailing list > Classpath@gnu.org > http://lists.gnu.org/mailman/listinfo/classpath -- Thomas Zander pgpER2voBpRze.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Java2D tests using SVG

2005-06-13 Thread Thomas Zander
ther layer (png writing). So tests don't break if png writing fails. I'd love to see such a huge Java2D coverage automated testsuite. -- Thomas Zander pgpx78zTcGOHl.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org htt

Re: Anon cvs broken?

2005-06-19 Thread Thomas Zander
les already; I was under the impression that classpath does not have that. The most obvious example of such a use is to move autogen and friends to such a module and let others share that module. -- Thomas Zander pgplyHhHC4krv.pgp Description: PGP signature __

Re: Eclipse broken with 0.16

2005-07-01 Thread Thomas Zander
or projects like jikesRVM. Mark: Feel free to msg me on IRC on the cvs stuff needed for this. -- Thomas Zander pgpwSsqsvN1I1.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Eclipse broken with 0.16

2005-07-03 Thread Thomas Zander
t;We" (the VM devs) just need to know which > patches we should apply :-) Let me point to the option to create a stable-branch again, this kind of work is exactly what they are meant for. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCx58uCojCW

Re: ResourceBundle optimisation

2005-07-07 Thread Thomas Zander
d to the classpath at a later time? Then again, we probably also don't store URL of already loaded RBs to check if the file was updated so we can reload. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCzP5XCojCW6H2z/QRAgFOAJ49gTky

Re: ResourceBundle optimisation

2005-07-08 Thread Thomas Zander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 7 July 2005 18:29, you wrote: > Thomas Zander wrote: > >Won't that break things when new (more specialised) resource bundles > > are added to the classpath at a later time? > >Then again, we probably also don

My applet on classpath

2005-07-10 Thread Thomas Zander
rcecode of my tool (GPL) can be downloaded using the excellent darcs: darcs get --partial http://members.home.nl/zander/worldwide Oh; for the paranoia gnome people (who obviously read this in the archives, since they are not on this list), go ahead and make one with the gnome database, its fre

Re: Bug database transition and fun with bugs

2005-08-15 Thread Thomas Zander
gzilla sites which don't have this problem, so it surely is a gcc.gnu.org problem. I'm sure you will agree that not having a horizontal slider will make bugzilla a lot more usable as you can actually read the text. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v

Re: migration question re: sun.misc.BASE64Encoder

2005-08-17 Thread Thomas Zander
dor neutral. In a former job we just copied the encoder/decoder methods to our company lib. Its not a whole lot of code, so I think many will have taken that route. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFDAvIZCojCW6H2z/QRAjx8AJ9gCzAk4+9

Re: GNU Classpath distro DevJam

2005-08-18 Thread Thomas Zander
ts for software written in the java > programming language. Why don't they just follow the jpackage 'convention' like all the other distro's? I know that thats what SuSE uses. - -- Thomas Zander -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFDBG70CojC

Re: Question about createUI() method?

2005-09-17 Thread Thomas Zander
ets instanciated will never be garbage collected. -- Thomas Zander pgptI6HCRfcVf.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Differences to Java

2005-09-25 Thread Thomas Zander
ementation is inconsistent with the docs, they are likely to change the docs. Therefor I suggest to experiment with the layout until you are sure about how it works and reimplement that in mauve/classpath with the proper docs explaining how things _actually_ work. Cheers! -- Thomas Zander pgpr

fails to install

2005-09-29 Thread Thomas Zander
`/home/zander/sources/java/classpath/lib' true top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard Adding java source files from srcdir '..'. Adding java source files from VM directory ../vm/reference if test "" != ""; then -r -D glibj.zip gnu java

Re: fails to install

2005-09-29 Thread Thomas Zander
On Friday 30 September 2005 00:51, Thomas Zander wrote: > Todays cvs of classpath builds just fine, but I was presented with an > error on a make install. Oh, sorry for mailing so fast, it actually did not compile fully, there just was no error message. See also; http://gcc.gnu.org/bu

Re: GNU Classpath CORBA obtains the official Vendor Minor Code Id: 0x47430 ("GC").

2005-10-03 Thread Thomas Zander
URL will be included > into the Vendor Tag List, together with our VMCID. I suggest to create some short URL and put a redirect page there to the 'current' documentation location. So you can move from wiki to whatever and only change the redirect php. Something like www.clas

Re: japi and public references to non-public types

2005-10-05 Thread Thomas Zander
gestion; annotating something that is not there... -- Thomas Zander pgpczz1X7IDVp.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Has someone experimented with jedit?

2005-10-05 Thread Thomas Zander
ny config options for that? -- Thomas Zander pgpCzbIf9jJDh.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Short event-handling question...

2005-10-16 Thread Thomas Zander
ee-NX server, you will most probably get a very decent framerate out it. I have seen it work on very low bandwidth situations (thing full screen x forwarding over a 56kb modem in full speed). Cheers! -- Thomas Zander pgpeQYdHrW3JF.pgp Description: P

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

2005-10-20 Thread Thomas Zander
ess. I.e. top's data should be taken with a landslide of salt. I could naturally say that the RES ram is lower for router :) -- Thomas Zander pgpO5WqlmpDI7.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Asking our experts on Swing.

2005-11-03 Thread Thomas Zander
stem.out.println(textfield.getDocument().getClass().getName()) Maybe add some debug code to the doc's public void insertString() method. Hope that helps. -- Thomas Zander pgpH0c0KyHA50.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: ANN: GNU Classpath "95% and counting" 0.19 released

2005-11-03 Thread Thomas Zander
1.4 API. So, which is it? 95 or 96% ? -- Thomas Zander pgpIeObMgQ2LC.pgp Description: PGP signature ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Comment to 0.19

2005-11-05 Thread Thomas Zander
d news is that classpath still is GPL+ which means you can fix the bugs in your local copies (and do with it whatever you want) whereas in Suns version that certainly is never going to be possible. Cheers! -- Thomas Zander pgpwYiGMy2sKw.pgp Description: PGP sig

Re: Infinite loop

2005-11-16 Thread Thomas Zander
ng to > end up trying to throw the same AccessControlException and failing to > access line.separator again, ad infinitum (until you run out of > stack). I'd say that the toString should never throw that exception (the spec does not do that either). So either catch it in th