RE: [classlib][concurrent] java.util.concurrent module proposal

2006-07-18 Thread Nathan Beyer
] > Sent: Tuesday, July 18, 2006 11:35 PM > To: harmony-dev@incubator.apache.org > Subject: Re: [classlib][concurrent] java.util.concurrent module proposal > > > > Nathan Beyer wrote: > > I have a stubbed out version of "sun.misc.Unsafe" that I've bui

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-18 Thread Geir Magnusson Jr
> > -Nathan > >> -Original Message- >> From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] >> Sent: Sunday, July 16, 2006 7:39 PM >> To: harmony-dev@incubator.apache.org >> Subject: Re: [classlib][concurrent] java.util.concurrent module proposal >> >

RE: [classlib][concurrent] java.util.concurrent module proposal

2006-07-18 Thread Nathan Beyer
che.org > Subject: Re: [classlib][concurrent] java.util.concurrent module proposal > > > > Nathan Beyer wrote: > >> -Original Message- > >> From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] > > > >> First problem is that you included CopyOn

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-16 Thread Geir Magnusson Jr
Nathan Beyer wrote: >> -Original Message- >> From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] > >> First problem is that you included CopyOnWriteArrayList.java, which is >> *not* a file we can take, as it's (c) Sun and under some unknown license. >> >> I've deleted it from SVN. >> > >

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-16 Thread Geir Magnusson Jr
lso, I'm getting a note from Doug to see if that satisfies the various constituencies. I'll post that once that's done. geir > > -Nathan > >> -Original Message- >> From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] >> Sent: Thursday, July 13, 2006 12:03 PM &g

RE: [classlib][concurrent] java.util.concurrent module proposal

2006-07-13 Thread Nathan Beyer
ssage- > From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 13, 2006 12:03 PM > To: harmony-dev@incubator.apache.org > Subject: Re: [classlib][concurrent] java.util.concurrent module proposal > > > > Tim Ellison wrote: > > Geir Magnusson Jr w

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-13 Thread Geir Magnusson Jr
Tim Ellison wrote: > Geir Magnusson Jr wrote: >> Tim Ellison wrote: >>> Geir Magnusson Jr wrote: Tim Ellison wrote: > Nathan Beyer wrote: >> I've checked in my proposal for the java.util.concurrent module at >> https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-13 Thread Tim Ellison
I think you may have inadvertently checked the code into the wrong location in SVN. Could you move it please? Thanks Tim Nathan Beyer wrote: >> -Original Message- >> From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] > >> First problem is that you included CopyOnWriteArrayList.java, whic

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-13 Thread Tim Ellison
Geir Magnusson Jr wrote: > Tim Ellison wrote: >> Geir Magnusson Jr wrote: >>> Tim Ellison wrote: Nathan Beyer wrote: > I've checked in my proposal for the java.util.concurrent module at > https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s > andbox/juc-prop

RE: [classlib][concurrent] java.util.concurrent module proposal

2006-07-12 Thread Nathan Beyer
> -Original Message- > From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] > > First problem is that you included CopyOnWriteArrayList.java, which is > *not* a file we can take, as it's (c) Sun and under some unknown license. > > I've deleted it from SVN. > Sorry, I completely overlooked

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-12 Thread Geir Magnusson Jr
Nathan Beyer wrote: > I've checked in my proposal for the java.util.concurrent module at > https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s > andbox/juc-proposal. First problem is that you included CopyOnWriteArrayList.java, which is *not* a file we can take, as it's (

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-12 Thread Geir Magnusson Jr
Tim Ellison wrote: > Geir Magnusson Jr wrote: >> Tim Ellison wrote: >>> Nathan Beyer wrote: I've checked in my proposal for the java.util.concurrent module at https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s andbox/juc-proposal. >>> You didn't just check

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-12 Thread Andrey Chernyshev
On 7/12/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote: Tim Ellison wrote: > Nathan Beyer wrote: >> I've checked in my proposal for the java.util.concurrent module at >> https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s >> andbox/juc-proposal. > > You didn't just che

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-12 Thread Tim Ellison
Geir Magnusson Jr wrote: > > Tim Ellison wrote: >> Nathan Beyer wrote: >>> I've checked in my proposal for the java.util.concurrent module at >>> https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s >>> andbox/juc-proposal. >> You didn't just check in a proposal, you also c

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-12 Thread Geir Magnusson Jr
Tim Ellison wrote: > Nathan Beyer wrote: >> I've checked in my proposal for the java.util.concurrent module at >> https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s >> andbox/juc-proposal. > > You didn't just check in a proposal, you also checked in > Doug Lea et al's c

Re: [classlib][concurrent] java.util.concurrent module proposal

2006-07-12 Thread Tim Ellison
Nathan Beyer wrote: > I've checked in my proposal for the java.util.concurrent module at > https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s > andbox/juc-proposal. You didn't just check in a proposal, you also checked in Doug Lea et al's code. Nobody should commit other

[classlib][concurrent] java.util.concurrent module proposal

2006-07-11 Thread Nathan Beyer
I've checked in my proposal for the java.util.concurrent module at https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk/s andbox/juc-proposal. The README gives a high level overview of the content. I've generated some documentation and published it here for easier browsing