Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Spark Shen
Geir Magnusson Jr. 写道: > Spark Shen wrote: > >> Paulex Yang 写道: >> >>> Nathan Beyer wrote: >>> >>> Here are a few things that I think might help with getting through some of the older outstanding issues, as well as new ones. * If an issue is old (over a month??

Re: [drlvm] Need help debugging

2006-09-12 Thread Geir Magnusson Jr.
I'm a little skeptical, as I had that change in before you first tested and found a problem, right? geir Vladimir Gorr wrote: vm\vmcore\src\kernel_classes\native\org_apache_harmony_vm_VMStack.cpp ... * /* *// skip Thread.runImpl() size--; // skip the VMStart$MainThread if one exits

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Geir Magnusson Jr.
Spark Shen wrote: > Paulex Yang 写道: >> Nathan Beyer wrote: >> >>> Here are a few things that I think might help with getting through some of >>> the older outstanding issues, as well as new ones. >>> >>> * If an issue is old (over a month???), then verify that it's still an issue >>> with the

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Geir Magnusson Jr.
Spark Shen wrote: > Paulex Yang 写道: >> Nathan Beyer wrote: >> >>> Here are a few things that I think might help with getting through some of >>> the older outstanding issues, as well as new ones. >>> >>> * If an issue is old (over a month???), then verify that it's still an issue >>> with the

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Spark Shen
Nathan Beyer 写道: > Here are a few things that I think might help with getting through some of > the older outstanding issues, as well as new ones. > > * If an issue is old (over a month???), then verify that it's still an issue > with the latest code and note this with a JIRA comment. > * Obviously

Re: [drlvm] putting kernel.jar in jre/bin/default

2006-09-12 Thread Alexey Varlamov
2006/9/13, Paulex Yang <[EMAIL PROTECTED]>: Alexey Varlamov wrote: > Looks like sending my reply failed, here is a second try: > >> I'm not sure I catch up what you mean, about Emma, Harmony's current >> test coverage exclude list[1] shows that not all classes can be >> instrumented, I don't thin

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Alexey Petrenko
I think that we should close non-bug defferencies as "wont fix" or something like that. 2006/9/13, Spark Shen <[EMAIL PROTECTED]>: Paulex Yang 写道: > Nathan Beyer wrote: > >> Here are a few things that I think might help with getting through some of >> the older outstanding issues, as well as new

Re: [drlvm] Need help debugging

2006-09-12 Thread Vladimir Gorr
vm\vmcore\src\kernel_classes\native\org_apache_harmony_vm_VMStack.cpp ... * /* *// skip Thread.runImpl() size--; // skip the VMStart$MainThread if one exits from the bottom of the stack // along with 2 reflection frames used to invoke method main static String* starter_String = ge

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Spark Shen
Paulex Yang 写道: > Nathan Beyer wrote: > >> Here are a few things that I think might help with getting through some of >> the older outstanding issues, as well as new ones. >> >> * If an issue is old (over a month???), then verify that it's still an issue >> with the latest code and note this wit

Re: [drlvm] Need help debugging

2006-09-12 Thread Geir Magnusson Jr.
Vladimir Gorr wrote: I was able to sucessfully run both applications (Eclipse & ActiveMQ) for the recent build. what changed? geir Thanks, Vladimir. On 9/12/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: doh. Thanks. I feel dumb for not trying the simplest thing first :) There's

Re: [classlib][security] problem processing SHA signatures in JBoss installer manifest

2006-09-12 Thread Geir Magnusson Jr.
Nice work all. You guys are amazing. Definitely create that patch and attach to the initial JIRA. geir Jimmy, Jing Lv wrote: Richard Liang wrote: After two-day struggling with JarFile, ObjectInputStream and MessageDigest, in the end, I have identified the root cause. And now I have two pan

Re: [classlib][security] problem processing SHA signatures in JBoss installer manifest

2006-09-12 Thread Geir Magnusson Jr.
Richard Liang wrote: After two-day struggling with JarFile, ObjectInputStream and MessageDigest, in the end, I have identified the root cause. And now I have two panda-eyes[1] ;-) Nice work! It seems a bug of org.apache.harmony.security.provider.crypto.SHA1Impl. As I have no idea about SH

Re: [drlvm] Need help debugging

2006-09-12 Thread Vladimir Gorr
I was able to sucessfully run both applications (Eclipse & ActiveMQ) for the recent build. Thanks, Vladimir. On 9/12/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: doh. Thanks. I feel dumb for not trying the simplest thing first :) There's a test... geir Anton Luht wrote: > Hello, > >

Re: [drlvm] putting kernel.jar in jre/bin/default

2006-09-12 Thread Paulex Yang
Alexey Varlamov wrote: Looks like sending my reply failed, here is a second try: I'm not sure I catch up what you mean, about Emma, Harmony's current test coverage exclude list[1] shows that not all classes can be instrumented, I don't think it is due to the position of kernel classes. Paulex

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Alexey Petrenko
Right! 2006/9/13, Geir Magnusson Jr. <[EMAIL PROTECTED]>: Yes :) A "guideline" :) Alexey Petrenko wrote: > Probably we should add this as policy to Harmony site. > > SY, Alexey > > 2006/9/13, Nathan Beyer <[EMAIL PROTECTED]>: >> Here are a few things that I think might help with getting throug

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Geir Magnusson Jr.
btw - nice plan all! Good to see this happen :) geir Geir Magnusson Jr. wrote: > You might also consider creating a page on the wiki where you outline > this process, and record who is signing up for what... > > geir > > > Tony Wu wrote: >> so helpful suggestion, thank you Nathan. >> Accordi

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Geir Magnusson Jr.
You might also consider creating a page on the wiki where you outline this process, and record who is signing up for what... geir Tony Wu wrote: > so helpful suggestion, thank you Nathan. > According to Nathan's suggestion, I suggest we go ahead as below, > 1. verify all the issues without patch

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Geir Magnusson Jr.
You might also consider creating a page on the wiki where you outline this process, and record who is signing up for what... geir Tony Wu wrote: > so helpful suggestion, thank you Nathan. > According to Nathan's suggestion, I suggest we go ahead as below, > 1. verify all the issues without patch

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Geir Magnusson Jr.
Yes :) A "guideline" :) Alexey Petrenko wrote: Probably we should add this as policy to Harmony site. SY, Alexey 2006/9/13, Nathan Beyer <[EMAIL PROTECTED]>: Here are a few things that I think might help with getting through some of the older outstanding issues, as well as new ones. * If a

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Alexey Petrenko
Probably we should add this as policy to Harmony site. SY, Alexey 2006/9/13, Nathan Beyer <[EMAIL PROTECTED]>: Here are a few things that I think might help with getting through some of the older outstanding issues, as well as new ones. * If an issue is old (over a month???), then verify that

Re: [drlvm] [jvmti] Implementation of SingleStep event through TRAP breakpoints

2006-09-12 Thread Pavel Rebriy
I'm starting the implementation of Single Step event for JIT mode. The initial draft is filed in H-1422 [1]. The implemented function jvmti_SingleStepLocation predicts the next execution bytecode which can be used from Single Step event. [1] http://issues.apache.org/jira/browse/HARMONY-1422 On 0

Re: svn commit: r442438 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang: MathTest.java StrictMathTest.java

2006-09-12 Thread Spark Shen
Nathan Beyer 写道: -Original Message- From: Spark Shen [mailto:[EMAIL PROTECTED] +assertEquals("Should return -0.0", -0.0, Math.cbrt(-0.0), 0D); This assertion is not correct here. The spec of java.lang.Math.cbrt(double) says: 'If the argument is zero, then the result

RE: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Nathan Beyer
> -Original Message- > From: Jimmy, Jing Lv [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 13, 2006 12:07 AM > > IIRC, there's a open JIRA of management, it is because Harmony > java.lang.management does not exist yet, please ignore. There is a "lang-management" module that contai

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Geir Magnusson Jr.
+1 Mikhail Loenko wrote: Actually on other externals we are not liked to "latest". At least we discuss here each time we move to a newer version of Junit or BouncyCastle provider Thanks, Mikihail 2006/9/12, Alexey Petrenko <[EMAIL PROTECTED]>: Great! Jars are better then the full snashot of

Re: [drlvm] [jvmti] Question about JVMTI calling Java code

2006-09-12 Thread Alexey Varlamov
2006/9/13, Gregory Shimansky <[EMAIL PROTECTED]>: Hello I have recently identified a problem which may potentially lead to an infinite recursion with the current implementation of some JVMTI functions in DRLVM. The functions like GetThreadInfo or GetThreadGroupInfo call Java methods like Thread.

Re: [classlib][swing] set of passed swing tests

2006-09-12 Thread Geir Magnusson Jr.
And? :) How did it turn out? geir Mikhail Loenko wrote: I've not tried. Right after I've send the previous mail all swing tests passed for me for the first time on linux :) Now I'll rerun them couple times and if they pass, i'll commit Thanks, Mikhail 2006/9/12, Stepan Mishura <[EMAIL PRO

Re: [general] Marking JIRA issues before creation of patches.

2006-09-12 Thread Geir Magnusson Jr.
Rana Dasgupta wrote: Does this apply to bug fixes as well? For significant fixes that have an architectural impact, certainly we need to inform the dev list, specially if there has been some discussion already. But for more local fixes, is it enough to add a comment to the issue on JIRA, stat

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Alexey Petrenko
I'll take part in this too. As far as I remember not all of my fixes has patches for test... Seems it is a good time to fix this :) SY, Alexey 2006/9/13, Tony Wu <[EMAIL PROTECTED]>: so helpful suggestion, thank you Nathan. According to Nathan's suggestion, I suggest we go ahead as below, 1. ve

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Spark Shen
Paulex Yang 写道: > Nathan Beyer wrote: > >> Here are a few things that I think might help with getting through some of >> the older outstanding issues, as well as new ones. >> >> * If an issue is old (over a month???), then verify that it's still an issue >> with the latest code and note this wit

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Jimmy, Jing Lv
Tony Wu wrote: > so helpful suggestion, thank you Nathan. > According to Nathan's suggestion, I suggest we go ahead as below, > 1. verify all the issues without patch, supply a patch if possible. > 2. for the issues already has a patch, verify the reason why it was > ignored, > and then > a.write

[classlib][luni] java.net.URL(String, String, int, String) constructor exception thrown sequence (was re: [jira] Commented: (HARMONY-1158) [classlib][luni]Compatibility: java.net.URL new URL("ss", nul

2006-09-12 Thread Andrew Zhang
From: Andrew Zhang (JIRA) <[EMAIL PROTECTED]> Date: Sep 13, 2006 11:02 AM Subject: [jira] Commented: (HARMONY-1158) [classlib][luni]Compatibility: java.net.URL new URL("ss", null, -3, null) throws MalformedURLException while RI throws NPE To: [EMAIL PROTECTED] [ http://issues.apache.org/jira/br

Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Paulex Yang
Nathan Beyer wrote: -Original Message- From: Paulex Yang [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:11 PM To: harmony-dev@incubator.apache.org Subject: Re: [build] anybody seeing MathTest failure? Nathan Beyer wrote: For asserting NaN we should do something like

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Paulex Yang
Tony Wu wrote: > so helpful suggestion, thank you Nathan. > According to Nathan's suggestion, I suggest we go ahead as below, > 1. verify all the issues without patch, supply a patch if possible. > 2. for the issues already has a patch, verify the reason why it was > ignored, > and then > a.write t

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Tony Wu
so helpful suggestion, thank you Nathan. According to Nathan's suggestion, I suggest we go ahead as below, 1. verify all the issues without patch, supply a patch if possible. 2. for the issues already has a patch, verify the reason why it was ignored, and then a.write testcase if caused by lack of

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Paulex Yang
Nathan Beyer wrote: > Here are a few things that I think might help with getting through some of > the older outstanding issues, as well as new ones. > > * If an issue is old (over a month???), then verify that it's still an issue > with the latest code and note this with a JIRA comment. > * Obviou

RE: svn commit: r442438 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang: MathTest.java StrictMathTest.java

2006-09-12 Thread Nathan Beyer
> -Original Message- > From: Spark Shen [mailto:[EMAIL PROTECTED] > > +assertEquals("Should return -0.0", -0.0, Math.cbrt(-0.0), 0D); > > > This assertion is not correct here. The spec of > java.lang.Math.cbrt(double) says: > 'If the argument is zero, then the result is a zero with

RE: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Nathan Beyer
Here are a few things that I think might help with getting through some of the older outstanding issues, as well as new ones. * If an issue is old (over a month???), then verify that it's still an issue with the latest code and note this with a JIRA comment. * Obviously posting patches is great, b

Re: [classlib][security] problem processing SHA signatures in JBoss installer manifest

2006-09-12 Thread Jimmy, Jing Lv
Richard Liang wrote: After two-day struggling with JarFile, ObjectInputStream and MessageDigest, in the end, I have identified the root cause. And now I have two panda-eyes[1] ;-) It seems a bug of org.apache.harmony.security.provider.crypto.SHA1Impl. As I have no idea about SHA1. Could any one

Re: [classlib][security] problem processing SHA signatures in JBoss installer manifest

2006-09-12 Thread Andrew Zhang
On 9/13/06, Richard Liang <[EMAIL PROTECTED]> wrote: After two-day struggling with JarFile, ObjectInputStream and MessageDigest, in the end, I have identified the root cause. And now I have two panda-eyes[1] ;-) Interesting! It seems a bug of org.apache.harmony.security.provider.crypto.SH

Re: [drlvm] [jvmti] Question about JVMTI calling Java code

2006-09-12 Thread Jimmy, Jing Lv
Gregory Shimansky wrote: Hello I have recently identified a problem which may potentially lead to an infinite recursion with the current implementation of some JVMTI functions in DRLVM. The functions like GetThreadInfo or GetThreadGroupInfo call Java methods like Thread.getName() to return th

Re: svn commit: r442438 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang: MathTest.java StrictMathTest.java

2006-09-12 Thread Spark Shen
[EMAIL PROTECTED] 写道: Author: ndbeyer Date: Mon Sep 11 20:49:06 2006 New Revision: 442438 URL: http://svn.apache.org/viewvc?view=rev&rev=442438 Log: Adjust inappropriate JUnit assertions of double values for Math and StrictMath tests. Modified: incubator/harmony/enhanced/classlib/trunk/mo

Re: [drlvm] Need help debugging

2006-09-12 Thread Vladimir Gorr
No needs to use the jar option because drlvm analogously fails on Windows for the following: java -version Thanks, Vladimir. On 9/12/06, Anton Luht <[EMAIL PROTECTED]> wrote: Hello, The 'java -jar' launcher prints dump and exits even on a minimal HelloWorld app jar - please see http://issue

RE: [build] anybody seeing MathTest failure?

2006-09-12 Thread Nathan Beyer
BTW - The original changes that I made were done because I did a mass fix of all the inappropriate double and float test assertions. All of them were using boxing, which meant that assertion was actually happening on Double.equals(Object). These were all rolled backed, but I'm going to check them

RE: [build] anybody seeing MathTest failure?

2006-09-12 Thread Nathan Beyer
> -Original Message- > From: Paulex Yang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 12, 2006 10:11 PM > To: harmony-dev@incubator.apache.org > Subject: Re: [build] anybody seeing MathTest failure? > > Nathan Beyer wrote: > > For asserting NaN we should do something like this: >

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Tony Wu
On 9/13/06, Spark Shen <[EMAIL PROTECTED]> wrote: Tony Wu 写道: > Hi all, > I noticed there're many unresolved JIRAs posted so long time. I > purpose to > dive into and find whether it is in my range and try to supply a patch > if no > one objects :) > Is there anyone alse has interest and would l

Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Paulex Yang
Nathan Beyer wrote: For asserting NaN we should do something like this: assertTrue(Double.isNaN((code to return NaN)); I agree, it's much clear and concise. But I think the assertEquals() should be more defensive, for example, we may need to write test like this: assertEquals(some code ma

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Spark Shen
Leo Li 写道: > Hi, all: > I am also ready to fix unresolved JIRAs. > Currently, my work focuses on java.lang module. Hi Leo, I also work on java.lang module. May be you could list which JIRAs you are interested in, then we will not deal with the same JIRA at the same time. Best regards > > > On 9/13

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Leo Li
Hi, all: I am also ready to fix unresolved JIRAs. Currently, my work focuses on java.lang module. On 9/13/06, Spark Shen <[EMAIL PROTECTED]> wrote: Andrew Zhang 写道: > On 9/13/06, Spark Shen <[EMAIL PROTECTED]> wrote: >> >> Tony Wu 写道: >> > Hi all, >> > I noticed there're many unresolve

RE: [build] anybody seeing MathTest failure?

2006-09-12 Thread Nathan Beyer
For asserting NaN we should do something like this: assertTrue(Double.isNaN((code to return NaN)); -Nathan > -Original Message- > From: Paulex Yang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 12, 2006 4:50 AM > To: harmony-dev@incubator.apache.org > Subject: Re: [build] anybody

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Spark Shen
Andrew Zhang 写道: > On 9/13/06, Spark Shen <[EMAIL PROTECTED]> wrote: >> >> Tony Wu 写道: >> > Hi all, >> > I noticed there're many unresolved JIRAs posted so long time. I >> > purpose to >> > dive into and find whether it is in my range and try to supply a patch >> > if no >> > one objects :) >> > Is

Re: [classlib][security] problem processing SHA signatures in JBoss installer manifest

2006-09-12 Thread Richard Liang
After two-day struggling with JarFile, ObjectInputStream and MessageDigest, in the end, I have identified the root cause. And now I have two panda-eyes[1] ;-) It seems a bug of org.apache.harmony.security.provider.crypto.SHA1Impl. As I have no idea about SHA1. Could any one have a look at this p

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Andrew Zhang
On 9/13/06, Spark Shen <[EMAIL PROTECTED]> wrote: Tony Wu 写道: > Hi all, > I noticed there're many unresolved JIRAs posted so long time. I > purpose to > dive into and find whether it is in my range and try to supply a patch > if no > one objects :) > Is there anyone alse has interest and would l

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Robert Hu
Andrew Zhang 写道: On 9/13/06, Tony Wu <[EMAIL PROTECTED]> wrote: Hi all, I noticed there're many unresolved JIRAs posted so long time. I purpose to dive into and find whether it is in my range and try to supply a patch if no one objects :) Great! Is there anyone alse has interest and woul

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Andrew Zhang
On 9/13/06, Tony Wu <[EMAIL PROTECTED]> wrote: Hi all, I noticed there're many unresolved JIRAs posted so long time. I purpose to dive into and find whether it is in my range and try to supply a patch if no one objects :) Great! Is there anyone alse has interest and would like to work with m

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Spark Shen
Tony Wu 写道: Hi all, I noticed there're many unresolved JIRAs posted so long time. I purpose to dive into and find whether it is in my range and try to supply a patch if no one objects :) Is there anyone alse has interest and would like to work with me? Hi, It is interesting of your proposal.

[classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Tony Wu
Hi all, I noticed there're many unresolved JIRAs posted so long time. I purpose to dive into and find whether it is in my range and try to supply a patch if no one objects :) Is there anyone alse has interest and would like to work with me? -- Tony Wu China Software Development Lab, IBM

Re: [classlib][TestNG] Use tweaked TestNG

2006-09-12 Thread Richard Liang
On 9/12/06, Alexei Zakharov <[EMAIL PROTECTED]> wrote: Hi Richard, If this tweaking doesn't affect visible TestNG user interface then I see nothing bad about converting the sample module. Especially in case if we have volunteers who cannot stand without it any longer :) I only redirect the co

Re: Re: Re: [classlib][TestNG] groups of Harmony test

2006-09-12 Thread Richard Liang
On 9/12/06, Stepan Mishura <[EMAIL PROTECTED]> wrote: On 9/11/06, Alexei Zakharov wrote: > > Hi all, > > > One more note (seems it already was said sorry if I repeat): the test > > without any marks should be run in all configurations (i.e. we have > > 'default' group but declaration of this gro

Re: [drlvm] [jvmti] Question about JVMTI calling Java code

2006-09-12 Thread Rana Dasgupta
It might be OK to disable the event notification on loopback for these thread/threadgroup java methods only? Would the misses of notification for such methods in CompiledMethodLoad be a major issue? Thanks, Rana

Re: Question on IntelliJ IDEA

2006-09-12 Thread FaeLLe
Problem solved thanks to the nice developers at IBM. Solution is, File, Settings, Modules, Order/Export Tab, Select and click Move Up and click Ok. Now it reads the sun.rmi.transport.* package from my sources rather than the JDK. On 9/13/06, FaeLLe <[EMAIL PROTECTED]> wrote: Hello, I have

Question on IntelliJ IDEA

2006-09-12 Thread FaeLLe
Hello, I have a question on the usage of IntelliJ IDEA hope someone can help me with it. How i can make IntelliJ IDEA have preference over the packages in my project rather than the one in the Java JDK ? I am working on a class in a package in the Java sources. IDEA seems to be considering the

[drlvm] [jvmti] Question about JVMTI calling Java code

2006-09-12 Thread Gregory Shimansky
Hello I have recently identified a problem which may potentially lead to an infinite recursion with the current implementation of some JVMTI functions in DRLVM. The functions like GetThreadInfo or GetThreadGroupInfo call Java methods like Thread.getName() to return the necessary information to

Re: [general] Marking JIRA issues before creation of patches.

2006-09-12 Thread Rana Dasgupta
Does this apply to bug fixes as well? For significant fixes that have an architectural impact, certainly we need to inform the dev list, specially if there has been some discussion already. But for more local fixes, is it enough to add a comment to the issue on JIRA, stating current ownership, and

Re: [general] Marking JIRA issues before creation of patches.

2006-09-12 Thread Leo Simons
On Wed, Sep 06, 2006 at 07:43:59PM +0400, Oleg Khaschansky wrote: > There were situations when several people started work on the same > issue simultaneously. This happens because it is impossible to assign > an issue to a non-committer. Its probably possible to create a group harmony-contribut

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
No, we are using ant. 2006/9/12, Mosur Ravi, Balaji <[EMAIL PROTECTED]>: Hi Alexey, Are you using maven? If so, it will just pull up the artifacts from the repository. The jar version number would change every time we deploy but you can choose to pick just the version you want. But if you use m

RE: [classlib][corba] How are we doing?

2006-09-12 Thread Mosur Ravi, Balaji
Hi Alexey, Are you using maven? If so, it will just pull up the artifacts from the repository. The jar version number would change every time we deploy but you can choose to pick just the version you want. But if you use maven it will automatically pickup the latest version. - Balaji -Origin

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
I asked about possibility and not suggested to use latest one. yet... :) 2006/9/12, Mikhail Loenko <[EMAIL PROTECTED]>: Actually on other externals we are not liked to "latest". At least we discuss here each time we move to a newer version of Junit or BouncyCastle provider Thanks, Mikihail 20

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Mikhail Loenko
Actually on other externals we are not liked to "latest". At least we discuss here each time we move to a newer version of Junit or BouncyCastle provider Thanks, Mikihail 2006/9/12, Alexey Petrenko <[EMAIL PROTECTED]>: Great! Jars are better then the full snashot of 15Mbytes. Is that possible

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
Great! Jars are better then the full snashot of 15Mbytes. Is that possible to create "latest" link to allow script to find the latest jar at the same url? SY, Alexey 2006/9/12, Mosur Ravi, Balaji <[EMAIL PROTECTED]>: http://people.apache.org/maven-snapshot-repository/ I am in the process of d

Re: [jira] Commented: (HARMONY-1439) [classlib][swing] javax.swing.JEditorPaneTest failed

2006-09-12 Thread Mikhail Loenko
Hi Denis, thanks for you patch! could you please add some comments, why you think this change is necessary? Thanks, Mikhail 2006/9/12, Denis Kishenko (JIRA) <[EMAIL PROTECTED]>: [ http://issues.apache.org/jira/browse/HARMONY-1439?page=comments#action_12434133 ] Denis Kishenko commented

RE: [classlib][corba] How are we doing?

2006-09-12 Thread Mosur Ravi, Balaji
http://people.apache.org/maven-snapshot-repository/ I am in the process of deploying the latest yoko artifacts... - Balaji -Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 9:34 AM To: harmony-dev@incubator.apache.org Subject: Re: [clas

Re: [jira] Created: (HARMONY-1447) [classlib][awt] RI Polygon.add(int,int) throws exception after Polygon(new int[2], new int[2], 0)

2006-09-12 Thread Denis Kishenko
Hi all This issue looks like RI bug so I filed it as "Non-bug differences from RI". Spec doesn't say about any exceptions. Even if Polygon created with empty point buffer (not null but zero length), method addPoint() should reallocate buffer to append new point but RI throws ArrayIndexOutOfBound

Re: [classlib][swing] set of passed swing tests

2006-09-12 Thread Mikhail Loenko
it's already that way: forkmode="perTest" 2006/9/12, Stepan Mishura <[EMAIL PROTECTED]>: Sorry, my question was unclear - you can try to update the script to fork new VM for each test. -Stepan. On 9/12/06, Stepan Mishura <[EMAIL PROTECTED]> wrote: > > Can you run a single test? > > -Stepan >

Re: [drlvm] Need help debugging

2006-09-12 Thread Geir Magnusson Jr.
doh. Thanks. I feel dumb for not trying the simplest thing first :) There's a test... geir Anton Luht wrote: Hello, The 'java -jar' launcher prints dump and exits even on a minimal HelloWorld app jar - please see http://issues.apache.org/jira/browse/HARMONY-1444 On 9/12/06, Anton Luht <[E

Re: [classlib][swing] set of passed swing tests

2006-09-12 Thread Mikhail Loenko
I've not tried. Right after I've send the previous mail all swing tests passed for me for the first time on linux :) Now I'll rerun them couple times and if they pass, i'll commit Thanks, Mikhail 2006/9/12, Stepan Mishura <[EMAIL PROTECTED]>: Can you run a single test? -Stepan On 9/12/06,

Re: [classlib][swing] set of passed swing tests

2006-09-12 Thread Stepan Mishura
Sorry, my question was unclear - you can try to update the script to fork new VM for each test. -Stepan. On 9/12/06, Stepan Mishura <[EMAIL PROTECTED]> wrote: Can you run a single test? -Stepan On 9/12/06, Mikhail Loenko wrote: > > I'm trying to exclude all the swing tests that fail on l

Re: [classlib][swing] set of passed swing tests

2006-09-12 Thread Stepan Mishura
Can you run a single test? -Stepan On 9/12/06, Mikhail Loenko wrote: I'm trying to exclude all the swing tests that fail on linux. But every time I run, exclude failuing tests and rerun, new tests fail or hang up. And it looks endless. any receipt? Thanks, Mikhail ---

Re: [jira] Updated: (HARMONY-1409) [classlib][beans] add missing get/setSource methods to PropertyEditorSupport

2006-09-12 Thread Stepan Mishura
Just have found in java.beans package description: "Unless explicitly stated, null values or empty Strings are not valid parameters for the methods in this package. You may expect to see exceptions if these parameters are used." So it is a bug in RI. -Stepan. On 9/12/06, Stepan Mishura wrote:

[classlib][swing] set of passed swing tests

2006-09-12 Thread Mikhail Loenko
I'm trying to exclude all the swing tests that fail on linux. But every time I run, exclude failuing tests and rerun, new tests fail or hang up. And it looks endless. any receipt? Thanks, Mikhail - Terms of use : http://incubat

Re: [classlib] [ldap] reuse of security parser

2006-09-12 Thread Daniel Gandara
Hi Stephan, Ok I agree with your approach, we´ll make the changes on the parser and then upload a patch to the JIRA to open discussion. thanks, Daniel - Original Message - From: "Stepan Mishura" <[EMAIL PROTECTED]> To: Sent: Monday, September 11, 2006 11:08 AM Subject: Re: [class

Re: Re: Re: [classlib][TestNG] groups of Harmony test

2006-09-12 Thread Stepan Mishura
On 9/11/06, Alexei Zakharov wrote: Hi all, > One more note (seems it already was said sorry if I repeat): the test > without any marks should be run in all configurations (i.e. we have > 'default' group but declaration of this group may be missed). I'd like to point your attention on the prev

Re: [jira] Updated: (HARMONY-1409) [classlib][beans] add missing get/setSource methods to PropertyEditorSupport

2006-09-12 Thread Stepan Mishura
Alexei, We have the following RI behaviour here: 1) Constructor doesn't allow 'null' value and throws NPE 2) setSource allow 'null' value This looks inconsistent - to assign soure null value we can not use constuctor directly! Thanks, Stepan. On 9/12/06, Alexei Zakharov wrote: Hi Stepan, T

Re: [vm] ArgoUML application crashes IBM VME

2006-09-12 Thread Oliver Deakin
Thanks for the link Paulex - sorry it's taken a while to reply. I have added ArgoUML to the list of apps on the page you linked, and have put in the details at [1]. If there's anything that needs adding, please let me know. Regards, Oliver [1] http://wiki.apache.org/harmony/ArgoUML Paulex Ya

RE: [classlib][corba] How are we doing?

2006-09-12 Thread Mosur Ravi, Balaji
We might have already discussed this... But can't you use the maven artifacts published in the apache snapshot repository? - Balaji -Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 7:42 AM To: harmony-dev@incubator.apache.org Subject: R

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
Can you give me a link? 2006/9/12, Mosur Ravi, Balaji <[EMAIL PROTECTED]>: We might have already discussed this... But can't you use the maven artifacts published in the apache snapshot repository? - Balaji -Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: Tuesda

Re: [jira] Commented: (HARMONY-1408) [classlib][beans] implementation of ProxyPersistenceDelegate

2006-09-12 Thread Mikhail Loenko
Ok, I'll fix it 2006/9/12, Alexei Zakharov (JIRA) <[EMAIL PROTECTED]>: [ http://issues.apache.org/jira/browse/HARMONY-1408?page=comments#action_12434146 ] Alexei Zakharov commented on HARMONY-1408: -- Mikhail, everything is correct. However, I think

Re: [drlvm] Need help debugging

2006-09-12 Thread Anton Luht
Hello, The 'java -jar' launcher prints dump and exits even on a minimal HelloWorld app jar - please see http://issues.apache.org/jira/browse/HARMONY-1444 On 9/12/06, Anton Luht <[EMAIL PROTECTED]> wrote: No, I used hand-made build from SVN. BTW, sorry for confusion about 'broken data'. The poi

Re: [jira] Updated: (HARMONY-1409) [classlib][beans] add missing get/setSource methods to PropertyEditorSupport

2006-09-12 Thread Alexei Zakharov
Hi Stepan, Thank you for your attention to my patch first of all. IMHO everything is ok except for the null-check you add to the setSource() method. It seems RI does not check for null in this case. At least your regression test fails on Sun JDK 1.5.0_06: No expected NullPointerException junit.f

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
Ok, thanks. I'll prepare a patch for Harmony to use this build. SY, Alexey 2006/9/12, Nolan, Edell <[EMAIL PROTECTED]>: Hi, My home directory will be the official place for the moment. There will be more of an official download area as soon as we get it setup. I will send an email with the ne

RE: [classlib][corba] How are we doing?

2006-09-12 Thread Nolan, Edell
Hi, My home directory will be the official place for the moment. There will be more of an official download area as soon as we get it setup. I will send an email with the new location when that occurs but for the moment There is a build on http://people.apache.org/~enolan/ Rgds, Edell. -Ori

Re: [drlvm] putting kernel.jar in jre/bin/default

2006-09-12 Thread Alexey Varlamov
Looks like sending my reply failed, here is a second try: I'm not sure I catch up what you mean, about Emma, Harmony's current test coverage exclude list[1] shows that not all classes can be instrumented, I don't think it is due to the position of kernel classes. Paulex, I'm sorry for causing

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
2006/9/12, Nolan, Edell <[EMAIL PROTECTED]>: Hi, I am having a build problem at the moment trying to connect to the maven repository Yes, I've seen your message on yoko-dev but can not say anything since my build is broken by new javax.rmi classes :) but as soon as I get this sorted - I can d

RE: [classlib][corba] How are we doing?

2006-09-12 Thread Nolan, Edell
Hi, I am having a build problem at the moment trying to connect to the maven repository but as soon as I get this sorted - I can do a new build and put it up on my home directory if you want. Cheers, Edell. -Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: 12 Sep

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
Hi, Edell. Yes, we can use new M1 build or build it ourself. As we did first time. When do you plan to prepare new M1 build? SY, Alexey 2006/9/12, Nolan, Edell <[EMAIL PROTECTED]>: Hi Alexey, Are you just waiting on a new build of milestone 1. Cheers, Edell. -Original Message- From:

RE: [classlib][corba] How are we doing?

2006-09-12 Thread Nolan, Edell
Hi Alexey, Are you just waiting on a new build of milestone 1. Cheers, Edell. -Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 11:48 To: harmony-dev@incubator.apache.org Subject: Re: [classlib][corba] How are we doing? 2006/9/12, Mark Hindess

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Alexey Petrenko
2006/9/12, Mark Hindess <[EMAIL PROTECTED]>: On 9 September 2006 at 1:38, "Geir Magnusson Jr." <[EMAIL PROTECTED]> wrote: > > What's the status of the missing javax.rmi.CORBA classes? I've started to work on javax.rmi implementation for Yoko. Also, but less important, has anyone thought about

Re: [classlib][TestNG] Use tweaked TestNG

2006-09-12 Thread Alexei Zakharov
Hi Richard, If this tweaking doesn't affect visible TestNG user interface then I see nothing bad about converting the sample module. Especially in case if we have volunteers who cannot stand without it any longer :) Another question is, where should we keep this tweaked version? Is there any pla

Re: [classlib][corba] How are we doing?

2006-09-12 Thread Mark Hindess
On 9 September 2006 at 1:38, "Geir Magnusson Jr." <[EMAIL PROTECTED]> wrote: > > What's the status of the missing javax.rmi.CORBA classes? Also, but less important, has anyone thought about the final/nonfinal JAPI issues? That is, lots of failures like: class org.omg.CORBA.AnySeqHelper: nonfi

Re: [drlvm] Need help debugging

2006-09-12 Thread Anton Luht
No, I used hand-made build from SVN. BTW, sorry for confusion about 'broken data'. The pointer value is changed inside the method - this assignment should be removed. On 9/12/06, Vladimir Gorr <[EMAIL PROTECTED]> wrote: Did you run this application for the recent binaries got from the SVN sourc

[classlib][TestNG] Use tweaked TestNG

2006-09-12 Thread Richard Liang
Hello, I have been discussing with the author of TestNG (Cedric) about Harmony using a tweaked TestNG which does not require java.util.concurrent. The feedback is we could use the tweaked TestNG as long as we do not re-distributed it. So now it's possible to deploy TestNG in Harmony. What do you

  1   2   >