Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-27 Thread Ivan Volosyuk
On 10/27/06, Tim Ellison [EMAIL PROTECTED] wrote: Ivan Volosyuk wrote: I have the same problems when building on J2RE-1.4.2. When running ant on java5 build works fine. It looks like the build relies on system (jre's) concurrent package, not the one build as a part of harmony. I've fixed

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-26 Thread Ivan Volosyuk
I have the same problems when building on J2RE-1.4.2. When running ant on java5 build works fine. It looks like the build relies on system (jre's) concurrent package, not the one build as a part of harmony. -- Ivan On 10/16/06, Stepan Mishura [EMAIL PROTECTED] wrote: On 10/13/06, Oleg

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-26 Thread Tim Ellison
Ivan Volosyuk wrote: I have the same problems when building on J2RE-1.4.2. When running ant on java5 build works fine. It looks like the build relies on system (jre's) concurrent package, not the one build as a part of harmony. I've fixed the compile (= r468122) to pick up the 'standard'

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-16 Thread Stepan Mishura
On 10/13/06, Oleg Khaschansky wrote: Could you, please, send the compiler output for these errors? The output of eclipse compiler is quite big (over 1M). I've just extracted some error messages: [javac] 292. ERROR in

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-13 Thread Stepan Mishura
BTW, I stumbled over this class when I tried to build Classlib with Harmony snapshot - it doesn't compile. I did the following: 1) set JAVA_HOME=C:\Apache\Harmony\snapshot\harmony-hdk-r450941\jdk\jre 2) ant -Dhy.javac.compiler=org.eclipse.jdt.core.JDTCompilerAdapter The build fails with compile

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-13 Thread Oleg Khaschansky
Could you, please, send the compiler output for these errors? On 10/13/06, Stepan Mishura [EMAIL PROTECTED] wrote: BTW, I stumbled over this class when I tried to build Classlib with Harmony snapshot - it doesn't compile. I did the following: 1) set

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-12 Thread Tim Ellison
Nathan Beyer wrote: Now we just need to finalize the Objects/Threads APIs. Are you waiting for further discussion on this? Perhaps you could set it up as we have discussed to date and we will have something concrete to critique. Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java

[classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-10 Thread Oleg Khaschansky
I uploaded a patch which implements CopyOnWriteArrayList class. Committers, please, take a look at [1]. I also ensured that CopyOnWriteArrayListTest passes with this implementation. [1] http://issues.apache.org/jira/browse/HARMONY-1805

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-10 Thread Geir Magnusson Jr.
Nice - thanks! We are still missing one class, or does that complete the holes for j.u.c? Oleg Khaschansky wrote: I uploaded a patch which implements CopyOnWriteArrayList class. Committers, please, take a look at [1]. I also ensured that CopyOnWriteArrayListTest passes with this

Re: [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

2006-10-10 Thread Nathan Beyer
I think that should be it. Awesome. Now we just need to finalize the Objects/Threads APIs. -Nathan On 10/10/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Nice - thanks! We are still missing one class, or does that complete the holes for j.u.c? Oleg Khaschansky wrote: I uploaded a patch