Re: [classlib][nio] Platform dependent tests in SocketChannelTest

2006-06-29 Thread Paulex Yang
If no one objects, I'm volunteer to re-layout the nio module's test according to our test convention proposal to accommodate the platform dependent tests. Jimmy, Jing Lv wrote: Andrew Zhang wrote: Hello everybody, I noticed there are 8 FIXMEs in SocketChannelTest, which are mainly caused

Re: [classlib][nio] Platform dependent tests in SocketChannelTest

2006-06-29 Thread Andrew Zhang
Paulex, Great! Thank you very much ! Best regards, Andrew On 6/29/06, Paulex Yang [EMAIL PROTECTED] wrote: If no one objects, I'm volunteer to re-layout the nio module's test according to our test convention proposal to accommodate the platform dependent tests. Jimmy, Jing Lv wrote:

Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

2006-06-29 Thread Mark Hindess
ish/20060629-0703/test/javax/security/auth/x500/161_X500PrivateCredentialTe st.html due to No space left on device Total time: 23 minutes 53 seconds

Re: [classlib][testing] excluding the failed tests

2006-06-29 Thread George Harley
Nathan Beyer wrote: Two suggestions: 1. Approve the testing strategy [1] and implement/rework the modules appropriately. 2. Fix the tests! -Nathan [1] http://incubator.apache.org/harmony/subcomponents/classlibrary/testing.html Hi Nathan, What are your thoughts on running or not running

Re: Stack Overflow Error support issues

2006-06-29 Thread Mikhail Fursov
On 6/28/06, Pavel Afremov [EMAIL PROTECTED] wrote: size_t get_available_stack_size()and bool check_available_stack_size(size_t required_size). The first is used in the second to make required check and the second used to check, that there are 256 Kbytes of free stack, before starting

Re: ANN: Apache Harmony featured on javaref.com where AJAX meets javadocs

2006-06-29 Thread Geir Magnusson Jr
Could you please not describe us as compatible since we aren't? Note that we are not compatible, and currently in progress or something like that? geir Javaref Scribe wrote: Hello everyone, Javaref.com is where ajax meets javadocs. The site provides multi-API javadocs which are

Re: ANN: Apache Harmony featured on javaref.com where AJAX meets javadocs

2006-06-29 Thread Geir Magnusson Jr
Alexey Petrenko wrote: Great! But small review shown that there is a lot of not commented classes and methods in Harmony class library. That's another task to do... eh. I still think that the right thing to do is point people to the RI javadoc for the API classes rather than attempt to

Re: [classlib] integration of swing/awt

2006-06-29 Thread Geir Magnusson Jr
No, the ones you are trying to hunt down geir Alexey Petrenko wrote: Alternatives for all the libraries? 2006/6/28, Magnusson, Geir [EMAIL PROTECTED]: Before we do that, are there alternatives that we could use? We should get a clearer picture of the options, I think. Geir

Re: [classlib] integration of swing/awt

2006-06-29 Thread Geir Magnusson Jr
Is sourceforge ever up Magnusson, Geir wrote: If sourforge was up, I could answer it. What license is it? - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [drlvm] build fails on Windows os

2006-06-29 Thread Geir Magnusson Jr
Interesting, but that wasn't the problem. I was waiting for the downloads... geir Thorbjørn Ravn Andersen wrote: Tim Ellison skrev den 27-06-2006 11:41: Geir Magnusson Jr wrote: Yah, I was running a full clean rebuild including the downloads and fell asleep. LOL - the best cure

Re: Stack Overflow Error support issues

2006-06-29 Thread Mikhail Fursov
On 6/28/06, Weldon Washburn [EMAIL PROTECTED] wrote: Some comments and observations: 3) One approach might be to put the JIT in a separate vm thread that never executes any code other than the JIT. al commands, e-mail: [EMAIL PROTECTED] Weldon, I think it could be a very good approach, but

Re: [drlvm] what's next?

2006-06-29 Thread Geir Magnusson Jr
Andrey Chernyshev wrote: Hello, In addition to the already proposed generic tasks like 5.0 support or concurrent GC mentioned by Ivan, I'd like to add some more specific things that might be interesting for people to look at as well: (1) Complete Java bytecode verifier Class structure

Re: [doc] Re: ANN: Apache Harmony featured on javaref.com where AJAX meets javadocs

2006-06-29 Thread Geir Magnusson Jr
Alex Blewitt wrote: Shame it doesn't JavaDoc the internals ... I put a bunch of comments in the pack200 code that isn't part of the externally visible spec :-) Maybe just ask them to do that... geir Alex. On 28/06/06, Tim Ellison [EMAIL PROTECTED] wrote: (breaking out into a new

Re: [doc] Re: ANN: Apache Harmony featured on javaref.com where AJAX meets javadocs

2006-06-29 Thread Geir Magnusson Jr
Nathan Beyer wrote: Looking at the site reminded me of something... Are there any objections to package-level javadoc files (package.html) being started and checked in? I don't have a problem as long as we're commenting on our implementation, and we make it clear we're not trying to

Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

2006-06-29 Thread Geir Magnusson Jr
Ivan Volosyuk wrote: Geir, I am working on the patch. There is almost no problem, except that DRLVM builds its own modified version of eclipse plugin. The plugin requires eclipse for its build. I see that the same plugin exists in

Re: [classlib][testing] excluding the failed tests

2006-06-29 Thread Geir Magnusson Jr
George Harley wrote: Nathan Beyer wrote: Two suggestions: 1. Approve the testing strategy [1] and implement/rework the modules appropriately. 2. Fix the tests! -Nathan [1] http://incubator.apache.org/harmony/subcomponents/classlibrary/testing.html Hi Nathan, What are your

Re: [jira] Created: (HARMONY-696) Harmony regex does not support Character.isXXX character classes

2006-06-29 Thread Nikolay Kuznetsov
Richard, We have two issues here: [688] java.util.regex.Matcher does not support Unicode supplementary characters [696] Harmony regex does not support Character.isXXX character classes I would prefer, if you don't mind, to fix them separately. I know that supplementary character support is a

Re: [classlib][nio] Platform dependent tests in SocketChannelTest

2006-06-29 Thread Geir Magnusson Jr
Andrew Zhang wrote: Hello everybody, I noticed there are 8 FIXMEs in SocketChannelTest, which are mainly caused by platform differences. Take following FIXME as example: public void testCFII_ServerStartLater_NonBlock() throws Exception { // ensure

Re: [classlib][nio] Platform dependent tests in SocketChannelTest

2006-06-29 Thread Geir Magnusson Jr
Geir Magnusson Jr wrote: Andrew Zhang wrote: RI acts differently on windows and Linux: On windows, finishConnect returns false. On Linux, finishConnect throws ConnectException instead of returning false. You're kidding... Is there a bug report filed w/ Sun? If not, we should file it

Re: [jira] Commented: (HARMONY-688) java.util.regex.Matcher does not support Unicode supplementary characters

2006-06-29 Thread Richard Liang
Nikolay Kuznetsov (JIRA) wrote: [ http://issues.apache.org/jira/browse/HARMONY-688?page=comments#action_12418290 ] Nikolay Kuznetsov commented on HARMONY-688: --- Yes, we do not support supplementary characters. The main reason for this was that

[classlib][security] provider for algorithms for signing and verifying

2006-06-29 Thread Kropachev, Yuri A
Hello, Let me make update to the February talk on a need to have in Harmony means for signing and verifying; I refer to the following thread of discussion: http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200602.mb ox/[EMAIL PROTECTED] As according to current state of

Re: [tools] Harmony's Eclipse plug-in (was: Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties)

2006-06-29 Thread Ivan Volosyuk
Thank you for this clarification. On 6/29/06, Tim Ellison [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: Geir, I am working on the patch. There is almost no problem, except that DRLVM builds its own modified

Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

2006-06-29 Thread Geir Magnusson Jr
Ivan Volosyuk wrote: On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: Geir, I am working on the patch. There is almost no problem, except that DRLVM builds its own modified version of eclipse plugin. The plugin requires eclipse for its build. I see that

Re: [tools] Harmony's Eclipse plug-in (was: Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties)

2006-06-29 Thread Vladimir Gorr
On 6/29/06, Tim Ellison [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: Geir, I am working on the patch. There is almost no problem, except that DRLVM builds its own modified version of eclipse plugin. The

Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

2006-06-29 Thread Vladimir Gorr
On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: Geir, I am working on the patch. There is almost no problem, except that DRLVM builds its own modified version of eclipse plugin.

Re: Resending mailing list message?

2006-06-29 Thread Egor Pasko
On the 0x196 day of Apache Harmony Thorbjørn Ravn Andersen wrote: I had a bad XP crash so Thunderbird forgot everything. Is there a way to ask the apache mailing list server to send me a given set of messages as individual messages allowing me to rebuild my local archive? I tried the get

Re: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties

2006-06-29 Thread Vladimir Gorr
On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Vladimir Gorr wrote: On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: Geir, I am working on the patch. There is

Re: [jira] Created: (HARMONY-696) Harmony regex does not support Character.isXXX character classes

2006-06-29 Thread Richard Liang
Nikolay Kuznetsov wrote: Richard, We have two issues here: [688] java.util.regex.Matcher does not support Unicode supplementary characters [696] Harmony regex does not support Character.isXXX character classes I would prefer, if you don't mind, to fix them separately. I know that

Fwd: [jira] Resolved: (HARMONY-666) String StringBuffer should be removed from the DRLVM sources.

2006-06-29 Thread Vladimir Gorr
-- Forwarded message -- From: Vladimir Gorr [EMAIL PROTECTED] Date: Jun 29, 2006 6:33 PM Subject: Re: [jira] Resolved: (HARMONY-666) String StringBuffer should be removed from the DRLVM sources. To: Mark Hindess (JIRA) [EMAIL PROTECTED] On 6/29/06, Mark Hindess (JIRA) [EMAIL

Re: [classlib] Can't build native on winXP

2006-06-29 Thread Gregory Shimansky
2006/6/29, Matt Benson [EMAIL PROTECTED]: --- Gregory Shimansky [EMAIL PROTECTED] wrote: [SNIP] You can also take a look at this [1] discussion, a very similar question was asked just recently. Gregory: Thanks for all the pointers. I have not touched C since (2 year!) college other than

Re: [jira] Resolved: (HARMONY-666) String StringBuffer should be removed from the DRLVM sources.

2006-06-29 Thread Alexei Zakharov
Nice number. Be carefull with this JIRA :) 2006/6/29, Vladimir Gorr [EMAIL PROTECTED]: -- Forwarded message -- From: Vladimir Gorr [EMAIL PROTECTED] Date: Jun 29, 2006 6:33 PM Subject: Re: [jira] Resolved: (HARMONY-666) String StringBuffer should be removed from the DRLVM

Re: [jira] Resolved: (HARMONY-666) String StringBuffer should be removed from the DRLVM sources.

2006-06-29 Thread Vladimir Gorr
On 6/29/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Nice number. Be carefull with this JIRA :) Yes, I warned about this when I saw this number :). Don't worry I've verfied it. No problems have been found out for this devil issue. Thanks, Vladimir. 2006/6/29, Vladimir Gorr [EMAIL

[svn] PROPFIND errors on SVN repository-- please advise

2006-06-29 Thread bootjvm
All, Has anyone seen this SVN error before? Please advise: % svn _something_ ... svn: PROPFIND request failed on '/repos/asf/incubator/harmony/some/file' svn: PROPFIND of '/repos/asf/incubator/harmony/some/file' could not connect to server (https://svn.apache.org) % So I tried a

Re: [classlib] Can't build native on winXP

2006-06-29 Thread Matt Benson
--- Gregory Shimansky [EMAIL PROTECTED] wrote: 2006/6/29, Matt Benson [EMAIL PROTECTED]: [SNIP] using nasmw in place of ml, and I simply changed the definition in depends/build/rules.mak . Good to know it has worked for you! Is there a better place to put this change so I'm not

Re: [drlvm] what's next?

2006-06-29 Thread Andrey Chernyshev
On 6/29/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Andrey Chernyshev wrote: Hello, In addition to the already proposed generic tasks like 5.0 support or concurrent GC mentioned by Ivan, I'd like to add some more specific things that might be interesting for people to look at as well:

Re: [svn] PROPFIND errors on SVN repository-- please advise

2006-06-29 Thread Garrett Rooney
On 6/29/06, bootjvm [EMAIL PROTECTED] wrote: All, Has anyone seen this SVN error before? Please advise: % svn _something_ ... svn: PROPFIND request failed on '/repos/asf/incubator/harmony/some/file' svn: PROPFIND of '/repos/asf/incubator/harmony/some/file' could not connect to server

Re: [jira] Created: (HARMONY-696) Harmony regex does not support Character.isXXX character classes

2006-06-29 Thread Nikolay Kuznetsov
Unfortunately, I can provide some test cases to demonstrate other constructs, such as X{n}, DO support supplementary characters. But I'm not sure if other constructs need special processing. OK, I see, I'll provide general support for supplementary characters, instead of patching some special

Re: [svn] PROPFIND errors on SVN repository-- please advise

2006-06-29 Thread Vladimir Gorr
Yes, I also met this problem before. I'd advise you to make the following: - edit the C:\Documents and Settings\${user}\Application Data\Subversion\servers file. You need to set the http-proxy-host http-proxy-port properties with the corresponding way. - run the following command to get the SVN

Re: [classlib] integration of swing/awt

2006-06-29 Thread Sergey Soldatov
For JPEG we're limited by IJG library only and it has a pretty good recommendation from JPEG Committee : *Probably the largest and most important contribution however was the work of the **Independent JPEG Group * http://www.ijg.org/*(IJG), and Tom Lane in particular. Their Open Source software

Re: [svn] PROPFIND errors on SVN repository-- please advise

2006-06-29 Thread bootjvm
Thanks, Vladimir and Garrett! I had not yet refreshed from the move of 'svn.apache.org' to a different IP address. I knew it was coming, but had not needed it since the change. Everything is fine now. The old IP address is now 'people.apache.org' instead. Dan Lydick [Original Message]

[classlib] for upcoming snapshot...

2006-06-29 Thread Geir Magnusson Jr
Tim, for the upcoming snapshot, can you declare the time you'll do it, like tomorrow morning? :) I'd like to insert a change log at least... Also, it will give people notice to not be committing stuff they aren't sure of until after that stated time. geir

[classlib] build file stuff

2006-06-29 Thread Matt Benson
Now that I've (finally, thanks Gregory!) got the classlib built I'd like to start playing with the Ant buildfiles to apply some of the practices encouraged with modern Ant versions, but possibly lesser-known to old-school (aka learned Ant 1.5.x or earlier) users. The first thing I plan to do is

Re: [classlib] build file stuff

2006-06-29 Thread Geir Magnusson Jr
I know Mark and Oliver are knee deep in this stuff to different dimensions, so engage w/ them, but... sounds good to me :) Matt Benson wrote: Now that I've (finally, thanks Gregory!) got the classlib built I'd like to start playing with the Ant buildfiles to apply some of the practices

Re: [classlib] for upcoming snapshot...

2006-06-29 Thread Tim Ellison
Yep, tomorrow morning is fine. All: please don't commit anything that may impact on producing a stable snapshot build tomorrow am, i.e. approx 9am UTC: http://www.timeanddate.com/worldclock/fixedtime.html?month=6day=30year=2006hour=9min=0sec=0p1=0 Regards, Tim Geir Magnusson Jr wrote: Tim,

Re: [classlib] build file stuff

2006-06-29 Thread Tim Ellison
Matt Benson wrote: Now that I've (finally, thanks Gregory!) got the classlib built I'd like to start playing with the Ant buildfiles to apply some of the practices encouraged with modern Ant versions, but possibly lesser-known to old-school (aka learned Ant 1.5.x or earlier) users. That

Re: [classlib] build file stuff

2006-06-29 Thread Matt Benson
--- Tim Ellison [EMAIL PROTECTED] wrote: Matt Benson wrote: [SNIP] -When you are calling a target with an antcall, but you also want it to be available as an atomic target What do you mean by 'atomic target' ? The particular example I was thinking of was in the top-level build.xml,

Re: [classlib] Can't build native on winXP

2006-06-29 Thread Gregory Shimansky
On Thursday 29 June 2006 16:57 Matt Benson wrote: Right... I was going to ask, are(n't) the modified sources still compatible with ml.exe? If so, there shouldn't be much reason -not- to adopt a least-common-denominator approach (applying your changes), should there? I'm not much on

Re: [classlib] Can't build native on winXP

2006-06-29 Thread Matt Benson
--- Gregory Shimansky [EMAIL PROTECTED] wrote: [SNIP] I've written already how to change cygwin.bat to set up VS.NET environment for I had missed where you wrote it up. :) cygwin window. The cmd shell is so less usable than bash. Amen. You just have to remember to use windows paths

Re: Stack Overflow Error support issues

2006-06-29 Thread Rana Dasgupta
On 6/28/06, Pavel Afremov [EMAIL PROTECTED] wrote: The first is used in the second to make required check and the second used to check, that there are 256 Kbytes of free stack, before starting compilation. So I can add both this functions into open interface and put a patch into JIRA. Will

Re: [classlib] Can't build native on winXP

2006-06-29 Thread Gregory Shimansky
On Friday 30 June 2006 01:27 Matt Benson wrote: Definitely used to that. I couldn't get your cygwin.bat recipe to work, but just your having said that had already gotten me thinking. I finally got my cygwin env. set up and can build there now. Thanks for the push. There is no secret. It

Re: [classlib] Can't build native on winXP

2006-06-29 Thread Matt Benson
--- Gregory Shimansky [EMAIL PROTECTED] wrote: On Friday 30 June 2006 01:27 Matt Benson wrote: Definitely used to that. I couldn't get your cygwin.bat recipe to work, but just your having said that had already gotten me thinking. I finally got my cygwin env. set up and can build

RE: [classlib][testing] excluding the failed tests

2006-06-29 Thread Nathan Beyer
-Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] George Harley wrote: Nathan Beyer wrote: Two suggestions: 1. Approve the testing strategy [1] and implement/rework the modules appropriately. 2. Fix the tests! -Nathan [1]

Re: [jira] Created: (HARMONY-696) Harmony regex does not support Character.isXXX character classes

2006-06-29 Thread Richard Liang
Nikolay Kuznetsov wrote: Unfortunately, I can provide some test cases to demonstrate other constructs, such as X{n}, DO support supplementary characters. But I'm not sure if other constructs need special processing. OK, I see, I'll provide general support for supplementary characters,

Re: [drlvm] what's next?

2006-06-29 Thread Egor Pasko
On the 0x198 day of Apache Harmony Rana Dasgupta wrote: On 22 Jun 2006 16:16:24 +0700, Egor Pasko [EMAIL PROTECTED] wrote: Addressing JIT changes, I would suggest some short-term iprovements/projects that are interesting to do to quickly catch up with DRLVM optimizing JIT(s): *

Re: [drlvm] what's next?

2006-06-29 Thread Pavel Rebriy
On 29/06/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Andrey Chernyshev wrote: Hello, In addition to the already proposed generic tasks like 5.0 support or concurrent GC mentioned by Ivan, I'd like to add some more specific things that might be interesting for people to look at as