Re: How to deal with this kind of serialization compatibility issue?

2006-03-08 Thread Paulex Yang
Mikhail Mikhail Loenko wrote: 2006/3/7, Geir Magnusson Jr [EMAIL PROTECTED]: This is somewhat terrifying, isn't it? Are there really references to com.sun.* in serialized API objects? Yes, there are. For example, TimeZone.ser produced by the example from the JIRA issue that started

Re: How to deal with this kind of serialization compatibility issue?

2006-03-08 Thread Chris Gray
On Tuesday 07 March 2006 14:38, Geir Magnusson Jr wrote: This is somewhat terrifying, isn't it? Are there really references to com.sun.* in serialized API objects? This *has* to be a bug in the whole spec if so... If you ask me, the serialization spec *is* a bug. There are just two many ways

Re: [jira] Resolved: (HARMONY-178) java.text.DateFormat$Field's contructor may replace predefined consts with new value in cache

2006-03-08 Thread Paulex Yang
It is fine, thank you, Tim. Tim Ellison (JIRA) wrote: [ http://issues.apache.org/jira/browse/HARMONY-178?page=all ] Tim Ellison resolved HARMONY-178: - Resolution: Fixed Paulex, Thanks for the patches. I added a copyright statement to the test

Re: luni test script tweaks

2006-03-08 Thread Tim Ellison
Geir Magnusson Jr wrote: snip So compare these two... First as is now in SVN : http://people.apache.org/~geirm/test_report_alltests/html/ And as it was in SVN (I just locally reverted the build.xml in luni/common/ to do this...) http://people.apache.org/~geirm/test_report_indiv/html/

Re: enhanced/classlib/trunk/depends

2006-03-08 Thread Mark Hindess
On 3/7/06, Jean-frederic Clere [EMAIL PROTECTED] wrote: Well I am complaining the svn contains binary files that could be easly rebuild... Should I propose an additional ant target to build those components? Done... (for Linux for the moment), please comment Would you intend for this to be

Re: Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

2006-03-08 Thread Tim Ellison
That package name looks good -- thanks Karan. (sorry for the slow response) Tim karan malhi wrote: Since nobody objected to this package structure, I will just assume the package to be org.apache.harmony.accessibility.internal Paulex Yang wrote: I'm not sure myself, but I personally

Re: Component status pages

2006-03-08 Thread zoe slattery
Hey - looks great Nathan! I'll tidy up the JLM one to look similar Paulex - it looks to me as though you could create a similar page for the NIO, is that right? Vladimir - is it you who is mainly looking at security? How about a similar page on what you are doing? Nathan Beyer wrote:

Re: ITC's Contribution

2006-03-08 Thread Magnusson, Geir
I don't think that you can do full j.u.c w/o support from the vm. Are you saying that what is there works w/ the oswego code? It ok if its not complete... We can continue w it once we get a v5 vm. Note to all - no need to only contribute things that are complete. We're also glad to have

Re: enhanced/classlib/trunk/depends

2006-03-08 Thread Jean-frederic Clere
Tim Ellison wrote: Jean-frederic Clere wrote: Mark Hindess wrote: Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that aren't accessed by either build are the README files and: depends/files/java.security That

[jchevm] Harmony Class Lib does Hello World on a GNU Classpath JVM

2006-03-08 Thread Weldon Washburn
Archie, I can now run the below multithread Hello.java on JCHEVM using Apache Harmony Class Library. The output toggles between clumps of Hello World and clumps of * as WindowsXP schedules the two application threads. This is behavior I would expect. I use System.out.write() because

Platform move to LUNI causing issues?

2006-03-08 Thread Nathan Beyer
Ever since the Platform class (and others??) changed/moved to the LUNI module I can't run against the last SNAPSHOT build (from Feb.). I just keep getting this error. Exception in thread main java/lang/UnsatisfiedLinkError: org/apache/harmony/luni/platform/OSMemory.getPointerSizeImpl()I

Re: jira messages redirected to commits mailing list (was: [jira] Updated: (HARMONY-188) ...)

2006-03-08 Thread Mikhail Loenko
Actually there are important things that are to be tracked in JIRA. For example, questions of being non-compatible with either RI or spec. And as far as the mail traffic on the dev-list is doubling every month [1] it would be great to make it possible to separate those JIRA issues that describe

Re: Component status pages

2006-03-08 Thread Mikhail Loenko
2006/3/8, zoe slattery [EMAIL PROTECTED]: Hey - looks great Nathan! I'll tidy up the JLM one to look similar Paulex - it looks to me as though you could create a similar page for the NIO, is that right? Vladimir - is it you who is mainly looking at security? How about a similar page on what