Re: [vote] HARMONY-1609 - bulk contribution of Applet, ImageIO and Print modules

2006-10-07 Thread Paulex Yang
+1 from me, though I knew it may be a little late(just back from vacation)... Geir Magnusson Jr. wrote: BCC and ACQs in place. [ ] +1 Yes, accept the contribution [ ] -1 No, don't. reason : As usual, 3 days or until all committers vote, or there is an objection/request for continuance -

Re: [drlvm][jitrino.JET] "-Xem jet:" and "-Xjit jet::wb4j" don't work anymore

2006-10-07 Thread Xiao-Feng Li
On 10/1/06, Weldon Washburn <[EMAIL PROTECTED]> wrote: If h1580 is based on svn revision number that is before BBC.patch, I recommend closing h1580 and opening a new JIRA. (I recently closed H-816 for similar reasons.) Also, if Yu-Nan He's patch does not work with current svn head, this patch n

[drlvm][jitrino.JET] Can we have JET write barrier implementation checked in?

2006-10-07 Thread Xiao-Feng Li
On 9/29/06, Mikhail Fursov <[EMAIL PROTECTED]> wrote: Egor, I think this is right suggestion to synchronize our WB and H1580 implementations. AFAIK H1580 uses old JET version and is not compatible with the latest compiler version. If it's true, our implementation for the new JET/OPT version will

Re: [classlib][nio] How to fix read-only problem? (Re: [classlib][io][nio] Sync issue of java.io.FileOutputStream and java.nio.channels.FileChannel)

2006-10-07 Thread Richard Liang
On 10/3/06, Andrew Zhang <[EMAIL PROTECTED]> wrote: There are two ways to fix this problem: 1. Add a read-only flag in FileDescriptor. The default value is false. Set the flag to true in FileInputStream and RandomeAccessFile("r"). 2. Determine the fd in native code whether the fd is read-only.

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Geir Magnusson Jr.
yes Andrew Zhang wrote: By the way, is it ok to report a commercial or GPL/LGPL java software on "what can it do" wiki page? [1] [1] http://wiki.apache.org/harmony/ClassLibrary - Terms of use : http://incubator.apache.org/ha

Re: Re: Eclipse bug - move MANIFEST.MF to a different location

2006-10-07 Thread Alex Blewitt
Cool. I've asked them to mark it as a dupe of 153023, so you should get Cc'd onto that one automatically ... but if you can use the 'vote for this bug' then it would be one more person on the list. It's at 5 at the moment, so the more people who vote for it the more PDE will realise that it's a re

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Andrew Zhang
By the way, is it ok to report a commercial or GPL/LGPL java software on "what can it do" wiki page? [1] [1] http://wiki.apache.org/harmony/ClassLibrary -- Best regards, Andrew Zhang

[result] Re: [vote] HARMONY-1609 - bulk contribution of Applet, ImageIO and Print modules

2006-10-07 Thread Geir Magnusson Jr.
+1 from Oleg, Mikhail L, Stefano, Mikhail F, Mark, Geir, Alexey P, Dan, Tim No 0 or -1 votes Geir Magnusson Jr. wrote: BCC and ACQs in place. [ ] +1 Yes, accept the contribution [ ] -1 No, don't. reason : As usual, 3 days or until all committers vote, or there is an objection/request for c

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Andrew Zhang
On 10/8/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: I commited a change. The class is now abstract. Please verify that is solves the issue. Thank you Nathan, it works fine now! Would someone mind posting a JIRA issue with an additional test for StringBuffer and StringBuilder. -Nathan On 1

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Andrew Zhang
On 10/7/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: sounds reasonable, but don't go based on my word, of course. Interesting question is why AbstractStringBuilder isn't abstract... curious too... Andrew Zhang wrote: > On 2/23/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: > >> >> An int

Re: [vote] HARMONY-1609 - bulk contribution of Applet, ImageIO and Print modules

2006-10-07 Thread Tim Ellison
+1 Geir Magnusson Jr. wrote: > BCC and ACQs in place. > > [ ] +1 Yes, accept the contribution > [ ] -1 No, don't. reason : > > > As usual, 3 days or until all committers vote, or there is an > objection/request for continuance > > > ---

Re: Eclipse bug - move MANIFEST.MF to a different location

2006-10-07 Thread Tim Ellison
...and don't forget https://bugs.eclipse.org/bugs/show_bug.cgi?id=122310 that I opened Dec last year. Regards, Tim Alex Blewitt wrote: > Hi all, > > There's a discussion going on the Eclipse bugs list about being able > to move the META-INF/MANIFEST.MF to a different location (e.g. > sr

Re: Eclipse bug - move MANIFEST.MF to a different location

2006-10-07 Thread Geir Magnusson Jr.
Alex Blewitt wrote: Hi all, There's a discussion going on the Eclipse bugs list about being able to move the META-INF/MANIFEST.MF to a different location (e.g. src/main/resources/META-INF/MANIFEST.MF). For some reason, the Eclispe PDE/Equinox team can't seem to understand why anyone would want

Re: [party] who's coming to apachecon, raise their hands!

2006-10-07 Thread Tim Ellison
me too. I'm in Austin now, and leaving Fri afternoon. Tim Stefano Mazzocchi wrote: > I am! > -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK. - Terms of use : http://incubator.apache.org/harmony/mailing.ht

Eclipse bug - move MANIFEST.MF to a different location

2006-10-07 Thread Alex Blewitt
Hi all, There's a discussion going on the Eclipse bugs list about being able to move the META-INF/MANIFEST.MF to a different location (e.g. src/main/resources/META-INF/MANIFEST.MF). For some reason, the Eclispe PDE/Equinox team can't seem to understand why anyone would want to put resources anywh

Re: svn commit: r453745 - in /incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet: bcproc.cpp cg.h cg_fld_arr.cpp cg_obj.cpp compiler.h enc.cpp enc.h enc_ia32.cpp magics.cpp

2006-10-07 Thread Mikhail Fursov
I tested CAS ops in this implementation and it worked. Could you show me the test that fails? On 10/8/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote: Did that test pass before? [EMAIL PROTECTED] wrote: > Author: wjwashburn > Date: Fri Oct 6 12:52:20 2006 > New Revision: 453745 > > URL: http:

Re: [general] Dynamic class loading

2006-10-07 Thread Stefano Mazzocchi
Nathan Beyer wrote: > I wasn't literally suggesting using JSPs, but rather the concept > behind the technology -- dynamically loading a script with embedded > Java, generating a complete Java source, compiling it and then loading > the bytecodes. You can probably take the JSP engine from Tomcat and

JNode 0.2.4 released

2006-10-07 Thread Martin Husted Hartvig
The JNode team is proud to announce the release of the version 0.2.4 of the JNode.org operating system. JNode.org is an open source java OS(Operating System) written fully in java (with a very small assembler nano-kernel). This release features the first possibility of basic development under

Re: [general] Dynamic class loading

2006-10-07 Thread Nathan Beyer
I wasn't literally suggesting using JSPs, but rather the concept behind the technology -- dynamically loading a script with embedded Java, generating a complete Java source, compiling it and then loading the bytecodes. You can probably take the JSP engine from Tomcat and hack it into a more genera

Re: [classlib] build problem.... I'm forgetting something obvious...

2006-10-07 Thread Geir Magnusson Jr.
nope, that wasn't it. I did a ant clean, ant , and test still broke... Mark Hindess wrote: Nathan, yeah that's probably it. It's caught me out a couple of times. Is that swing test fix ready? If not perhaps we should just exclude it, and then I can dump the with.awt.swing property for go

Re: [classlib] build problem.... I'm forgetting something obvious...

2006-10-07 Thread Mark Hindess
Nathan, yeah that's probably it. It's caught me out a couple of times. Is that swing test fix ready? If not perhaps we should just exclude it, and then I can dump the with.awt.swing property for good? Regards, Mark. On 7 October 2006 at 14:29, "Nathan Beyer" <[EMAIL PROTECTED]> wrote: > Are

Re: [classlib] build problem.... I'm forgetting something obvious...

2006-10-07 Thread Geir Magnusson Jr.
That could be it. If that case, we have a problem... Nathan Beyer wrote: Are you running build with "-Dwith.awt.swing=true"? I had some weird problems yesterday and it just seemed that I wasn't consistently using that property for all ant runs. -Nathan On 10/7/06, Geir Magnusson Jr. <[EMAIL PR

Re: [general] Dynamic class loading

2006-10-07 Thread Geir Magnusson Jr.
beanshell? :) Nikolay Chugunov wrote: Nathan Beyer wrote: Stefano is correct, this doesn't require anything special in the VM. In fact, the basics of this already exist -- JavaServer Pages. Is compiling code a big problem? Nathan, JSP can't be used: because web server should be run, JSP ha

Re: [classlib] build problem.... I'm forgetting something obvious...

2006-10-07 Thread Nathan Beyer
Are you running build with "-Dwith.awt.swing=true"? I had some weird problems yesterday and it just seemed that I wasn't consistently using that property for all ant runs. -Nathan On 10/7/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: still on that new machine. classlib builds fine, but "an

[classlib] build problem.... I'm forgetting something obvious...

2006-10-07 Thread Geir Magnusson Jr.
still on that new machine. classlib builds fine, but "ant test" results in it appearing to be very, very confused when trying to compile, with the first module, accessibility. It can't find things like "BasicSwingTestCase", although I can confirm that it was build in test_support... I figu

Re: [general] Dynamic class loading

2006-10-07 Thread Nikolay Chugunov
Nathan Beyer wrote: Stefano is correct, this doesn't require anything special in the VM. In fact, the basics of this already exist -- JavaServer Pages. Is compiling code a big problem? Nathan, JSP can't be used: because web server should be run, JSP has different syntax and semantics, JSP ha

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Nathan Beyer
I commited a change. The class is now abstract. Please verify that is solves the issue. Would someone mind posting a JIRA issue with an additional test for StringBuffer and StringBuilder. -Nathan On 10/7/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: Seems like it was just a oversight. I can chec

[classlib] clap clap clap

2006-10-07 Thread Geir Magnusson Jr.
I am installing a new machine now, and have been carefully writing down all that I had to do for tools and dependencies to update the website. When building classlib, I ran across the change where I didn't need to have the separate AWT/Swing deps done ahead of time, but if they weren't there,

Re: svn commit: r453745 - in /incubator/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet: bcproc.cpp cg.h cg_fld_arr.cpp cg_obj.cpp compiler.h enc.cpp enc.h enc_ia32.cpp magics.cpp

2006-10-07 Thread Geir Magnusson Jr
Did that test pass before? [EMAIL PROTECTED] wrote: > Author: wjwashburn > Date: Fri Oct 6 12:52:20 2006 > New Revision: 453745 > > URL: http://svn.apache.org/viewvc?view=rev&rev=453745 > Log: > HARMONY-1677, vmmagic for Jitrino.JET compiler. Basically all the vmmagic > regression tests pass e

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Nathan Beyer
Seems like it was just a oversight. I can check in a fix. -Nathan On 10/7/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote: 2006/10/7, Geir Magnusson Jr. <[EMAIL PROTECTED]>: > sounds reasonable, but don't go based on my word, of course. > > Interesting question is why AbstractStringBuilder isn't a

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Alexey Varlamov
2006/10/7, Geir Magnusson Jr. <[EMAIL PROTECTED]>: sounds reasonable, but don't go based on my word, of course. Interesting question is why AbstractStringBuilder isn't abstract... It does not really matters from implementation POV, and the name was just chosen after the RI - sorta be deeply co

Re: [party] who's coming to apachecon, raise their hands!

2006-10-07 Thread Geir Magnusson Jr.
I am! I have a session on wed, and we have a harmony BOF wed night. geir Stefano Mazzocchi wrote: I am! - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

[party] who's coming to apachecon, raise their hands!

2006-10-07 Thread Stefano Mazzocchi
I am! -- Stefano. - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Geir Magnusson Jr.
sounds reasonable, but don't go based on my word, of course. Interesting question is why AbstractStringBuilder isn't abstract... Andrew Zhang wrote: On 2/23/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: An interesting side note: The "Serialized Form" documentation gives away an implementation

[classlib][lang] AbstractStringBuilder, abstract class?

2006-10-07 Thread Andrew Zhang
On 2/23/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: An interesting side note: The "Serialized Form" documentation gives away an implementation detail of StringBuffer and StringBuilder, in that they both extend from an AbstractStringBuilder. This might be an interesting approach to consolidate t

Re: Adds: [general] Dynamic class loading

2006-10-07 Thread Geir Magnusson Jr.
I wonder if it would be something cool for Apache Jakarta Commons? geir Nikolay Chugunov wrote: This tool will not require modification of any code of existing VMs and should works on any JDK. java.system.class.loader system property should exists in any JDK (see http://java.sun.com/j2se/1.5.0

Adds: [general] Dynamic class loading

2006-10-07 Thread Nikolay Chugunov
This tool will not require modification of any code of existing VMs and should works on any JDK. java.system.class.loader system property should exists in any JDK (see http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassLoader.html#getSystemClassLoader ). I have not found any similar tool in