[drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Geir Magnusson Jr.
Right now, we have lots of tests that are skipped in smoke tests, and some that fail in kernel, and I believe that we're still failing the classlib test suite. We should drive this to goodness and health. How shall we start? :) geir

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Mark Hindess
+1 -Mark. On 28 September 2006 at 1:38, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: BCC and ACQs are in. What say ye? Would it be nice to debug using eclipse debugger in DRLVM? [ ] + 1 accept this contribution into the project [ ] -1 don't accept (please give reason) Vote runs usual

Re: [classlib][test]Deal with un-deleted temp files created in tests

2006-09-28 Thread Spark Shen
Jimmy, Jing Lv 写道: Hi, Recently I find some temp files created in tests are not deleted. We may delete them, or put them in test/resource . 1)in module\archive: modules\archive\GZIPOutFinish.txt modules\archive\GZIPOutClose2.txt modules\archive\GZIPOutWrite.txt modules\archive\JDK2-3gabba.zip

Re: [drlvm] [launcher] Executable hangs

2006-09-28 Thread Armand Navabi
I followed your suggestions below and made everything build in debug mode. Now I can put a break in main.c. Thanks. Also, now I also see debug information when I try to run helloworld. Perhaps this debugging information is useful. [EMAIL PROTECTED]

Re: [drlvm] [launcher] Executable hangs

2006-09-28 Thread Geir Magnusson Jr.
yes - add the bin directory and the default directory to your LD_LIBRARY_PATH - the launcher will decide that it doesn't need to do the execv() and will skip it... geir On Sep 28, 2006, at 2:31 AM, Armand Navabi wrote: I followed your suggestions below and made everything build in debug

Re: [doc] new Getting Started guides

2006-09-28 Thread Stepan Mishura
On 9/28/06, Geir Magnusson Jr. wrote: On Sep 27, 2006, at 10:53 PM, Stepan Mishura wrote: t is great that you've created guides and put references to them at top. So now it is clear for newcomer what the next step is. And I'd like to suggest the following improvement for contributors

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Ivan Volosyuk
+1 from me. -- Ivan Intel Middleware Products Division On 28 September 2006 at 1:38, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: BCC and ACQs are in. What say ye? Would it be nice to debug using eclipse debugger in DRLVM? [ ] + 1 accept this contribution into the project [ ] -1 don't

Re: [classlib][test]Deal with un-deleted temp files created in tests

2006-09-28 Thread Alexey Petrenko
Sounds reasonable. And do not forget about great method File.removeOnExit(). SY, Alexey 2006/9/28, Jimmy, Jing Lv [EMAIL PROTECTED]: Hi, Recently I find some temp files created in tests are not deleted. We may delete them, or put them in test/resource . 1)in module\archive:

RE: [drlvm] [launcher] Executable hangs

2006-09-28 Thread Armand Navabi
That did not fix it for me. I thought I had both the bin directory and the default directory in my LD_LIBRARY_PATH. I just ran it again to make sure, and it still seems to get lost on execv(). Is there something special I need to call in gdb to skip it? GNU gdb 6.4 Copyright 2005 Free Software

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-28 Thread Alexey Petrenko
Guys, Since there is no additional comments on this guideline... Let's put it somewhere. We got two options: Harmony site and wiki. I prefer wiki because it will be easy to edit it and I can put it there myself :) Thoughts? SY, Alexey 2006/9/26, Alexey Petrenko [EMAIL PROTECTED]: I've

Re: [classlib][test]Deal with un-deleted temp files created in tests

2006-09-28 Thread Spark Shen
Jimmy, Jing Lv 写道: Jimmy, Jing Lv wrote: Hi, Recently I find some temp files created in tests are not deleted. We may delete them, or put them in test/resource . 1)in module\archive: modules\archive\GZIPOutFinish.txt modules\archive\GZIPOutClose2.txt modules\archive\GZIPOutWrite.txt

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Alexey Petrenko
+1 2006/9/28, Ivan Volosyuk [EMAIL PROTECTED]: +1 from me. -- Ivan Intel Middleware Products Division On 28 September 2006 at 1:38, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: BCC and ACQs are in. What say ye? Would it be nice to debug using eclipse debugger in DRLVM? [ ] + 1

RE: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-28 Thread Morozova, Nadezhda
+1 for Wiki. This is a more edit-friendly solution. I can also add a link to your Wiki page from the website - for people to know where to look for guidelines ;) Best regards, Nadya Morozova -Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: [drlvm] [launcher] Executable hangs

2006-09-28 Thread Egor Pasko
Looks like a progress :) On the 0x1F2 day of Apache Harmony Armand Navabi wrote: That did not fix it for me. I thought I had both the bin directory and the default directory in my LD_LIBRARY_PATH. I just ran it again to make sure, and it still seems to get lost on execv(). Is there

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Paulex Yang
+1 Geir Magnusson Jr. wrote: BCC and ACQs are in. What say ye? Would it be nice to debug using eclipse debugger in DRLVM? [ ] + 1 accept this contribution into the project [ ] -1 don't accept (please give reason) Vote runs usual 3 days unless protest or early completion. geir

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Egor Pasko
On the 0x1F2 day of Apache Harmony Geir Magnusson, Jr. wrote: Right now, we have lots of tests that are skipped in smoke tests, and some that fail in kernel, and I believe that we're still failing the classlib test suite. We should drive this to goodness and health. How shall we start? :)

Re: [classlib][test] fail statements omitted in many exception catching test cases

2006-09-28 Thread Rui Hu
Thanks Richard. I've looked at luni module and raised HARMONY-1618 about some bugs of those kind. On 9/28/06, Richard Liang [EMAIL PROTECTED] wrote: Great job, Robert. ;-) I will have a look at sql. On 9/28/06, Rui Hu [EMAIL PROTECTED] wrote: Great Mark! I've merged your code into my

[classlib][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Leo Li
Hi, all: I have fixed the script to generate vm_doc but there is a problem: the newly generated vm_doc will override the original one which is under control of svn. Thus it will lead to build failure since vm_doc lacks from the perspective of svn. Since the content under the directories of

Re: [classlib][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Paulex Yang
Leo Li wrote: Hi, all: I have fixed the script to generate vm_doc but there is a problem: the newly generated vm_doc will override the original one which is under control of svn. Thus it will lead to build failure since vm_doc lacks from the perspective of svn. LOL, is it a problem of

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Alexey Varlamov
Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib tests. For example, the following assert fails often: drlvm/vm/thread/src/thread_native_suspend.c:351:

RE: [classlib][drlvm][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Morozova, Nadezhda
Paulex, I agree to your suggestions on keeping the config files for generated docs only. As for And, maybe we can add a build-doc target in the classlib/trunk/build.xml to make document creation more handy. I fully side with that. Moreover, I'd suggest that we add such a target for DRLVM

Re: [classlib][launcher] I am looking at the interaction between {classlib, launcher, drlvm} and {hysock, hysig, hythread}

2006-09-28 Thread Paulex Yang
Weldon Washburn wrote: On 9/26/06, Leo Li [EMAIL PROTECTED] wrote: Hi, Weldon: The usage of the argument of portLibrary is for the function to call other functions of the port library if needed. The argument is just a virtual function table, as you said, can be any implemenatation of the

Re: [general] jre and hdk snapshots posted to general snapshot site

2006-09-28 Thread Alexey Petrenko
Good point. +1 from me. SY, Alexey 2006/9/27, Alexei Zakharov [EMAIL PROTECTED]: If we plan to use HDK for supporting developers who work on single module (that is a good idea IMHO) then we definitely need to supply jar with tests. We may also supply the build file with placeholders for user

RE: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Fedotov, Alexei A
Anton, I'm looking at http://www.harmonytest.org/testapp.do?method=showrunid=4name=result=2 jira=0 http://www.harmonytest.org/testapp.do?method=showrunid=4name=result=3 jira=0 I see 5 errors and 14 failures. I just want to double check that we have less than 20 problems with running unit tests

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Alexey Varlamov
+1 2006/9/28, Paulex Yang [EMAIL PROTECTED]: +1 Geir Magnusson Jr. wrote: BCC and ACQs are in. What say ye? Would it be nice to debug using eclipse debugger in DRLVM? [ ] + 1 accept this contribution into the project [ ] -1 don't accept (please give reason) Vote runs usual 3 days

Re: [classlib][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Mark Hindess
This has been a problem for some time - I recall commenting out the call to an ant target that cleaned that svn-checked out documentation. If we are going to remove them, then I think we need to add them to the website and ensure we update them regularly. (So that they exist in a form we can

RE: [classlib][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Morozova, Nadezhda
Do you think we can have the docs built on a regular basis (like, a script that triggers Doxygen build say 2 times a week + on demand to push updates if needed) and resulting docs stored on the website? This way, you don't have SVN versioning for auto-generated content and keep info available for

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Vladimir Ivanov
May be we start from failed test exclusion to run CC over these tests and will enable these tests one by one? Now, the CC is useless for drlvm due to known stable failures. Thanks, Vladimir On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which

[classlib] Trying to catch patternset errors earlier

2006-09-28 Thread Mark Hindess
Yesterday, while looking at something unrelated, I noticed that some of the patternsets that are used to select the jars for the classlib modules were not up to date with the result that some classes would be missing from the resulting jars[0]. While it makes me slightly uneasy having a clean

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Alexey Varlamov
2006/9/28, Vladimir Ivanov [EMAIL PROTECTED]: May be we start from failed test exclusion to run CC over these tests and will enable these tests one by one? Now, the CC is useless for drlvm due to known stable failures. I'm afraid CC is useless for flickering failures as well. Thanks,

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-28 Thread Mark Hindess
I agree with Tim. This should be a stable document not one that needs frequent updates (which would only mean contributors would be expected to check it more often). Changes should be discussed/agreed first, thus using JIRA/svn would seem reasonable for this document. -Mark. On 28 September

Re: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Anton Luht
Alexei, VM hanged in the process of test execution - I killed it and tests proceeded - I'm not sure whether this crash is recorded as error or those tests are not included in the report. The report on site is the similar to the one I see in my local test_result/html report . On 9/28/06,

Re: [classlib] Trying to catch patternset errors earlier

2006-09-28 Thread Tim Ellison
Sounds reasonable. The alternative is to not make clean fail, just print the warning and tidy up the remainder. That may be too easy to ignore though. Regards, Tim Mark Hindess wrote: Yesterday, while looking at something unrelated, I noticed that some of the patternsets that are used to

Re: [classlib][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Tim Ellison
Yep, the current situation is an artifact from way back -- I agree the doc should be generated into the website are now. Regards, Tim Mark Hindess wrote: This has been a problem for some time - I recall commenting out the call to an ant target that cleaned that svn-checked out documentation.

Re: [vm] IBM VME related issues

2006-09-28 Thread Tim Ellison
Thanks for pointing them out Alexey. Alexey Varlamov wrote: Here is the list of JIRA issues which should not slip attention of IBM engineers: HARMONY-1596 HARMONY-1309 HARMONY-813 These are just the ones I'm aware of, please extend this list if you know some :) -- Regards, Alexey

Re: [classlib] Trying to catch patternset errors earlier

2006-09-28 Thread Mark Hindess
On 28 September 2006 at 11:07, Tim Ellison [EMAIL PROTECTED] wrote: Sounds reasonable. The alternative is to not make clean fail, just print the warning and tidy up the remainder. That may be too easy to ignore though. Yes. I considered that and had the same concern. Even if I wrote the

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Oleg Khaschansky
+1, but it seems to me that its build is not aligned with the classlib build structure. Please, correct me if I am wrong. Have somebody tried to build it already? On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: +1 2006/9/28, Paulex Yang [EMAIL PROTECTED]: +1 Geir Magnusson Jr. wrote:

Re: [classlib] Trying to catch patternset errors earlier

2006-09-28 Thread Alexey Petrenko
I think that it will be better to add another target to build for this check. Because of two reasons: 1. It is unclear that clean is also checks something 2. If it will fail and leave some files in build dirs how should I clean the repository? 2006/9/28, Mark Hindess [EMAIL PROTECTED]: On 28

Re: [classlib][awt] Non bug??? RI AffineTransform.transform(...) throws ArrayIndexOutOfBoundsException while Harmony doesn't

2006-09-28 Thread Denis Kishenko
According to our Compatibility Guidelines ...There are a few occasions where both the specification is quiet on a given issue, and the RI exhibits behaviour that we would consider illogical. In such cases we discuss the issue on the Harmony developers' mailing list, and code the class libraries

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Elena Semukhina
On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib tests. For example, the following assert fails often:

Re: [drlvm] HARMONY-1559 patch causes SIGABRT in VM code

2006-09-28 Thread Elena Semukhina
The issue has gone away for me too, false alarm possibly... Elena On 9/28/06, Pavel Rebriy [EMAIL PROTECTED] wrote: I've just repeated kernel.test run today several times on fresh build, and tests pass. It's a very stange crash. Execute JIT stack iterator in interpreter mode.. It's

Re: [classlib][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Tim Ellison
Morozova, Nadezhda wrote: Do you think we can have the docs built on a regular basis (like, a script that triggers Doxygen build say 2 times a week + on demand to push updates if needed) and resulting docs stored on the website? This way, you don't have SVN versioning for auto-generated

Re: Japi diffs for harmony

2006-09-28 Thread Alexey Petrenko
org.omg packages looks much better after applying latest Yoko. javax.rmi looks much better too! :) http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html Thanks, Stuart, for these regular comparison updates! SY, Alexey 2006/9/28, Stuart Ballard [EMAIL PROTECTED]: Japi diff jdk12 vs

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Egor Pasko
On the 0x1F2 day of Apache Harmony Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib

Re: [classlib] Trying to catch patternset errors earlier

2006-09-28 Thread Alexey Petrenko
2006/9/28, Mark Hindess [EMAIL PROTECTED]: On 28 September 2006 at 14:30, Alexey Petrenko [EMAIL PROTECTED] wrote: I think that it will be better to add another target to build for this check. Because of two reasons: 1. It is unclear that clean is also checks something This simple check can

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-28 Thread Oleg Khaschansky
+1 for the website. I agree with Mark that the changes to this document shoud be discussed first. On 9/28/06, Mark Hindess [EMAIL PROTECTED] wrote: I agree with Tim. This should be a stable document not one that needs frequent updates (which would only mean contributors would be expected to

Re: [general] svn:eol-style = native (LF vs CRLF)

2006-09-28 Thread Alexey Petrenko
I've just faced the same problem with the *.def files. All these files has CRLF endings even on Linux. It results in rejecting the patch which applies OK on Windows... SY, Alexey 2006/9/14, Geir Magnusson Jr. [EMAIL PROTECTED]: I thought we did this a while ago...? geir Tony Wu wrote: +1

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Egor Pasko
On the 0x1F2 day of Apache Harmony Alexey Varlamov wrote: 28 Sep 2006 17:50:57 +0700, Egor Pasko [EMAIL PROTECTED]: On the 0x1F2 day of Apache Harmony Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-28 Thread Alexey Petrenko
No arguments against web-site :) 2006/9/28, Oleg Khaschansky [EMAIL PROTECTED]: +1 for the website. I agree with Mark that the changes to this document shoud be discussed first. On 9/28/06, Mark Hindess [EMAIL PROTECTED] wrote: I agree with Tim. This should be a stable document not one

Re: [classlib][awt] Non bug??? RI AffineTransform.transform(...) throws ArrayIndexOutOfBoundsException while Harmony doesn't

2006-09-28 Thread Oleg Khaschansky
+1 for the non-bug diff. My opinion is that this boundary case is not going to affect any application, especially because Harmony doesn't throw an exception while RI does. Also, when the number of points is positive Harmony still throws an exception if offset is out of bounds. On 9/28/06, Denis

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Vladimir Ivanov
On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: 2006/9/28, Vladimir Ivanov [EMAIL PROTECTED]: May be we start from failed test exclusion to run CC over these tests and will enable these tests one by one? Now, the CC is useless for drlvm due to known stable failures. I'm afraid CC is

[classlib][test] Test input/output files location

2006-09-28 Thread Denis Kishenko
I am going to fix some commented tests from java.awt.geom package. I have several organizational questions before start to do. 1. Where is the best place to put test resource files (golden files)? Testing conventions [1] keep silence about this. There are many such files located near the tests,

[OT] svnfind tool (was: Re: [classlib][test] fail statements omitted in many exception catching test cases)

2006-09-28 Thread Mark Hindess
Testing this script reminded me that I'd not mentioned the small script I wrote after getting feed up typing: find path -name .svn -prune -o ... The script takes: svnfind path [path2 ...] ... and converts it to the previous form so that .svn directories are ignored. Others might find it

Re: [classlib][test] fail statements omitted in many exception catching test cases

2006-09-28 Thread Tim Ellison
Fixed. Rui Hu wrote: Thanks Richard. I've looked at luni module and raised HARMONY-1618 about some bugs of those kind. On 9/28/06, Richard Liang [EMAIL PROTECTED] wrote: Great job, Robert. ;-) I will have a look at sql. On 9/28/06, Rui Hu [EMAIL PROTECTED] wrote: Great Mark!

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Ivan Popov
Yes, build script for JDWP agent should be aligned with the current classlib build structure. It should be easy, because it is generally oriented to the classlib structure and requires just a few changes. I can provide patch for this. I tried to build JDWP agent as a separate classlib component

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Elena Semukhina
On 28 Sep 2006 18:25:58 +0700, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x1F2 day of Apache Harmony Alexey Varlamov wrote: 28 Sep 2006 17:50:57 +0700, Egor Pasko [EMAIL PROTECTED]: On the 0x1F2 day of Apache Harmony Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED]

Re: [doc] new Getting Started guides

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 2:49 AM, Stepan Mishura wrote: On 9/28/06, Geir Magnusson Jr. wrote: On Sep 27, 2006, at 10:53 PM, Stepan Mishura wrote: t is great that you've created guides and put references to them at top. So now it is clear for newcomer what the next step is. And I'd like to

Re: [drlvm] [launcher] Executable hangs

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 3:41 AM, Egor Pasko wrote: Looks like a progress :) On the 0x1F2 day of Apache Harmony Armand Navabi wrote: That did not fix it for me. I thought I had both the bin directory and the default directory in my LD_LIBRARY_PATH. I just ran it again to make sure, and it

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 3:21 AM, Alexey Petrenko wrote: Guys, Since there is no additional comments on this guideline... Let's put it somewhere. We got two options: Harmony site and wiki. I prefer wiki because it will be easy to edit it and I can put it there myself :) And if you put in a

Re: [legal] change of copyright notice policy

2006-09-28 Thread Tim Ellison
I suggest we work from a shared document like this http://wiki.apache.org/harmony/SourceHeaders to get all the source files covered. What do you think? Regards, Tim Geir Magnusson Jr. wrote: The ASF has changed it's copyright notice policy for source files. The policy is noted here :

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 6:40 AM, Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib tests. For

Re: [drlvm] HARMONY-1582 - invocation API for DRLVM CHECKPOINT

2006-09-28 Thread Geir Magnusson Jr.
So where are we here? On Sep 28, 2006, at 12:41 AM, Evgueni Brevnov wrote: On 9/28/06, Weldon Washburn [EMAIL PROTECTED] wrote: On 9/26/06, Evgueni Brevnov [EMAIL PROTECTED] wrote: On 9/27/06, Andrey Chernyshev [EMAIL PROTECTED] wrote: (3) One more lock is added - hythread_lib_lock. How

Re: [classlib][doc]Recommend to remove trunk\doc\kernel_doc and trunk\doc\vm_doc from svn repository.

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 5:15 AM, Morozova, Nadezhda wrote: Do you think we can have the docs built on a regular basis (like, a script that triggers Doxygen build say 2 times a week + on demand to push updates if needed) and resulting docs stored on the website? This way, you don't have SVN

Re: [classlib] Trying to catch patternset errors earlier

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 6:19 AM, Mark Hindess wrote: On 28 September 2006 at 11:07, Tim Ellison [EMAIL PROTECTED] wrote: Sounds reasonable. The alternative is to not make clean fail, just print the warning and tidy up the remainder. That may be too easy to ignore though. Yes. I considered

Re: [classlib][test] fail statements omitted in many exception catching test cases

2006-09-28 Thread Alexei Zakharov
May be you can look at my JIRA too? Thanks :) HARMONY-1604 2006/9/28, Tim Ellison [EMAIL PROTECTED]: Fixed. Rui Hu wrote: Thanks Richard. I've looked at luni module and raised HARMONY-1618 about some bugs of those kind. On 9/28/06, Richard Liang [EMAIL PROTECTED] wrote: Great job,

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Gregory Shimansky
+1 from me On Thursday 28 September 2006 14:25 Oleg Khaschansky wrote: +1, but it seems to me that its build is not aligned with the classlib build structure. Please, correct me if I am wrong. Have somebody tried to build it already? I've built it successfully on Linux but I unpacked JIRA

Re: [drlvm] HARMONY-1582 - invocation API for DRLVM CHECKPOINT

2006-09-28 Thread Evgueni Brevnov
I suppose two days silence means that there is no objects (maybe interest) against proposed patch. I would suggest to commit it ASAP. It really works! There are some cases when current VM crashes but the patch fixes it. I can work on bringing cunit tests to live as soon as the patch is

Re: [drlvm][thread] Thread.currentThread() is not alive anymore :(

2006-09-28 Thread Nikolay Kuznetsov
Fixed, patch submitted to JIRA. Thread constructor used to initialize main thread simply didn't set alive status. This patch also corrects main thread's name and sets context class loader to SystemClassLoader. Thank you. Nik. On 9/22/06, Elena Semukhina [EMAIL PROTECTED] wrote: Kernel test

Re: [OT] svnfind tool (was: Re: [classlib][test] fail statements omitted in many exception catching test cases)

2006-09-28 Thread Geir Magnusson Jr.
can you stuff this somewhere like the wiki or patch for website or stuff somewhere in SVN? :) geir On Sep 28, 2006, at 7:53 AM, Mark Hindess wrote: Testing this script reminded me that I'd not mentioned the small script I wrote after getting feed up typing: find path -name .svn

snapshot...

2006-09-28 Thread Geir Magnusson Jr.
As we've all been muttering for some time, it's high time for a new snapshot. I want to beat on drlvm for a few hours with apps to be sure, and then happy to push them out if ok. if not ok, we should just do HDKs (is anyone using the HDKs for development?) Is there anything standing in

Where to put the tools.... (was Re: [vote] HARMONY-1410 : JDWP agent for DRLVM)

2006-09-28 Thread Geir Magnusson Jr.
Keeping the discussion out of the vote thread. Both this and javah aren't going into classlib anyway. I was going to suggest we put them into /tools, bring the javac and keytool over, and I volunteer to do it. Then add that to the federated build, and get into the jdk. geir On Sep 28,

Re: [legal] change of copyright notice policy

2006-09-28 Thread Geir Magnusson Jr.
+1 On Sep 28, 2006, at 8:57 AM, Tim Ellison wrote: I suggest we work from a shared document like this http://wiki.apache.org/harmony/SourceHeaders to get all the source files covered. What do you think? Regards, Tim Geir Magnusson Jr. wrote: The ASF has changed it's copyright notice

Re: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Alexei Zakharov
Hi Anton, I wanted to play with your site (http://www.harmonytest.org) and get the following (18:21 today): === HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented

Re: [drlvm][classlib] thread library - let there be one!

2006-09-28 Thread Andrey Chernyshev
On 9/28/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: On Sep 27, 2006, at 11:31 AM, Weldon Washburn wrote: +1 on the below. I am assuming Andrey and his team will do this work. (Andrey, when will you start?) We have to start first by pulling hythread out, but where? After thinking

Re: [drlvm][classlib] thread library - let there be one!

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 10:30 AM, Andrey Chernyshev wrote: On 9/28/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: On Sep 27, 2006, at 11:31 AM, Weldon Washburn wrote: +1 on the below. I am assuming Andrey and his team will do this work. (Andrey, when will you start?) We have to start

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-28 Thread Alexey Petrenko
:) Yes, I'll prepare a patch. 2006/9/28, Geir Magnusson Jr. [EMAIL PROTECTED]: On Sep 28, 2006, at 3:21 AM, Alexey Petrenko wrote: Guys, Since there is no additional comments on this guideline... Let's put it somewhere. We got two options: Harmony site and wiki. I prefer wiki because

Re: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Anton Luht
Alexei, Thanks for the info - fixed. -- Regards, Anton Luht, Intel Middleware Products Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: snapshot...

2006-09-28 Thread Alexey Petrenko
Geir, will this snapshot include awt native libraries on Windows? SY, Alexey 2006/9/28, Geir Magnusson Jr. [EMAIL PROTECTED]: As we've all been muttering for some time, it's high time for a new snapshot. I want to beat on drlvm for a few hours with apps to be sure, and then happy to push

Re: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Anton Luht
Seems like the real-life testing broke the app :) Sorry for the inconvenience - I'm going to investigate it and bring it bask asap. On 9/28/06, Anton Luht [EMAIL PROTECTED] wrote: Alexei, Thanks for the info - fixed. -- Regards, Anton Luht, Intel Middleware Products Division -- Regards,

[website][doc] please fix wrong link to the developer's guide

2006-09-28 Thread Morozova, Nadezhda
Hi, There's a little glitch in website: DRLVM page links into SVN for the developer's guide though the site directory has the correct file. Could somebody please apply the fix attached to JIRA 1631 https://issues.apache.org/jira/browse/HARMONY-1631? Nadya Morozova

Re: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Anton Luht
Hello, The problem could be that hoster uses Mysql 4 while the app was configured for Mysql 5 - I've changed the settings - it's up again - I'll be watching it... On 9/28/06, Anton Luht [EMAIL PROTECTED] wrote: Seems like the real-life testing broke the app :) Sorry for the inconvenience - I'm

Re: snapshot...

2006-09-28 Thread Geir Magnusson Jr.
yes On Sep 28, 2006, at 11:01 AM, Alexey Petrenko wrote: Geir, will this snapshot include awt native libraries on Windows? SY, Alexey 2006/9/28, Geir Magnusson Jr. [EMAIL PROTECTED]: As we've all been muttering for some time, it's high time for a new snapshot. I want to beat on drlvm for

Re: [OT] svnfind tool

2006-09-28 Thread Stefano Mazzocchi
Geir Magnusson Jr. wrote: can you stuff this somewhere like the wiki or patch for website or stuff somewhere in SVN? :) I normally do grep -r $something . | grep -v .svn geir On Sep 28, 2006, at 7:53 AM, Mark Hindess wrote: Testing this script reminded me that I'd not mentioned the

Re: [vote] HARMONY-1410 : JDWP agent for DRLVM

2006-09-28 Thread Stefano Mazzocchi
Geir Magnusson Jr. wrote: BCC and ACQs are in. What say ye? Would it be nice to debug using eclipse debugger in DRLVM? [ ] + 1 accept this contribution into the project [ ] -1 don't accept (please give reason) Vote runs usual 3 days unless protest or early completion. +1 -- Stefano.

Re: [OT] svnfind tool

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 11:34 AM, Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: can you stuff this somewhere like the wiki or patch for website or stuff somewhere in SVN? :) I normally do grep -r $something . | grep -v .svn Me too :) geir On Sep 28, 2006, at 7:53 AM, Mark Hindess

Re: [drlvm] HARMONY-1582 - invocation API for DRLVM

2006-09-28 Thread Weldon Washburn
On 9/27/06, Evgueni Brevnov [EMAIL PROTECTED] wrote: On 9/28/06, Weldon Washburn [EMAIL PROTECTED] wrote: On 9/26/06, Evgueni Brevnov [EMAIL PROTECTED] wrote: On 9/27/06, Andrey Chernyshev [EMAIL PROTECTED] wrote: (3) One more lock is added - hythread_lib_lock. How is that differ

[classlib] AWT/Swing deps

2006-09-28 Thread Geir Magnusson Jr.
Ok, that was fun. Not. We need to finish making this easier for developers to build by having pre-built binaries somewhere. To start, I'm going to put a well-documented tree that contains the stuff needed for /png, /lcms and /jpg on my personal account and note it. If we can then make

RE: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Fedotov, Alexei A
Anton, Thank you for a prompt reply! I have one more comment concerning a site design: it would be great to see a number of records in the current search request. For example, if I chose nothing, I would a total number of tests in the report. Actually I want to see a total number of passed

Re: [jira] Created: (HARMONY-1609) Applet, ImageIO and Print modules

2006-09-28 Thread Mark Hindess
Indeed. Excellent work. A quick check shows this contribution should bring the japi results to 93.65% I look forward to the build file patch so we can test it properly. -Mark On 27 September 2006 at 23:01, Tim Ellison [EMAIL PROTECTED] wrote: Woo hoo! Good work Alexey and team. Tim

Re: [classlib][test] fail statements omitted in many exception catching test cases

2006-09-28 Thread Mark Hindess
I'll take a look. -Mark. On 28 September 2006 at 17:31, Alexei Zakharov [EMAIL PROTECTED] wrote: May be you can look at my JIRA too? Thanks :) HARMONY-1604 2006/9/28, Tim Ellison [EMAIL PROTECTED]: Fixed. Rui Hu wrote: Thanks Richard. I've looked at luni module and raised

Re: [legal] change of copyright notice policy

2006-09-28 Thread Mark Hindess
On 28 September 2006 at 13:57, Tim Ellison [EMAIL PROTECTED] wrote: I suggest we work from a shared document like this http://wiki.apache.org/harmony/SourceHeaders to get all the source files covered. What do you think? Seems reasonable. I've put my name against a couple of

Re: [Fwd: svn commit: r450919 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp]

2006-09-28 Thread Geir Magnusson Jr.
now my updated svn repo doesn't build... Let me do a clean... geir On Sep 28, 2006, at 1:03 PM, Geir Magnusson Jr wrote: Please stop adding things to DRLVM until I can be sure we have something stable for the snapshot. Also, is this from a JIRA? Please put the JIRA ID as the first line

Re: [Fwd: svn commit: r450919 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp]

2006-09-28 Thread Geir Magnusson Jr.
no dice. can't build on a clean. Shall we roll it back? geir On Sep 28, 2006, at 1:28 PM, Geir Magnusson Jr. wrote: now my updated svn repo doesn't build... Let me do a clean... geir On Sep 28, 2006, at 1:03 PM, Geir Magnusson Jr wrote: Please stop adding things to DRLVM until I can be

Re: [Fwd: svn commit: r450919 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp]

2006-09-28 Thread Geir Magnusson Jr.
Ok, I'm rolling back (talked to weldon - he's in transit) geir On Sep 28, 2006, at 1:34 PM, Geir Magnusson Jr. wrote: no dice. can't build on a clean. Shall we roll it back? geir On Sep 28, 2006, at 1:28 PM, Geir Magnusson Jr. wrote: now my updated svn repo doesn't build... Let me do a

Re: snapshot...

2006-09-28 Thread Martin Cordova
Hello, will this snapshot include the recent ImageIO contributions? Thanks, Martin On 9/28/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: yes On Sep 28, 2006, at 11:01 AM, Alexey Petrenko wrote: Geir, will this snapshot include awt native libraries on Windows? SY, Alexey 2006/9/28,

Re: snapshot...

2006-09-28 Thread Tim Ellison
Martin Cordova wrote: Hello, will this snapshot include the recent ImageIO contributions? No, that will have to wait for the snapshot after it has been voted in. You should be able to combine the contribution with the snapshot quite easily if you choose. Regards, Tim -- Tim Ellison ([EMAIL

Re: snapshot...

2006-09-28 Thread Mark Hindess
On 28 September 2006 at 19:56, Tim Ellison [EMAIL PROTECTED] wrote: Martin Cordova wrote: Hello, will this snapshot include the recent ImageIO contributions? No, that will have to wait for the snapshot after it has been voted in. You should be able to combine the contribution with the

Re: [drlvm] [launcher] Executable hangs

2006-09-28 Thread Armand Navabi
Making progress... Ok, the problem with execv() has been solved. It wasn't finding the path because of a stupid mistake on my part. Here was the problem: 1047if (newPathToAdd[i] != NULL strstr(oldPath, newPathToAdd[i]) != 0) { (gdb) p newPathToAdd[i] $2 = 0x8067ae8

Re: snapshot...

2006-09-28 Thread Alexey Petrenko
2006/9/28, Mark Hindess [EMAIL PROTECTED]: On 28 September 2006 at 19:56, Tim Ellison [EMAIL PROTECTED] wrote: Martin Cordova wrote: Hello, will this snapshot include the recent ImageIO contributions? No, that will have to wait for the snapshot after it has been voted in. You should be

[general] snapshots deployed (r450941)

2006-09-28 Thread Geir Magnusson Jr.
Snapshots are built, tested and deployed to site. I found a few things while testing, such as not being able to run jedit out of the box on windows. (HARMONY-1639) Ran fine on linux though, but that's an older version. I'll check with latest. Also re-discovered a problem that we knew

  1   2   >