On 6/8/06, Mark Wielaard <mark@xxxxxxxxx> wrote: > Hi Maciej, > > On Tue, 2006-06-06 at 21:59 +0200, Maciej Piechotka wrote: > > I've started writting java.util.concurrent classes. I've finish few of > > them, but they are undocummented and unchecked (I have no java 1.5 > > compiler). > > What should I do with it - write, check, document or just send/ > > Cool thanks. We were hoping to use the public domain code from Doug Lea > and hist jsr166 group. Tom already prepared a patch for that: > http://thread.gmane.org/gmane.comp.java.classpath.patches/8896/focus=8896 > Could you take a look how your work might fit into that? > Thank you I'll connect - I've start java.concurrent.locks. > > For now you can > use ecj (distributed as gcj compiled antive binary with most modern > GNU/Linux distros these days) if you need 1.5 language support. > I've found it. I'm using now gcj + ecj and it works not slower then orgianl sun and not take more memory (normal .class files). > Also take a look at the developer wiki: > http://developer.classpath.org/mediation/ > In particular developer.classpath.org/mediation/ClasspathFirstSteps > which should give you a good introduction to the code, customs and > community. > Yes . Thank you. > Cheers, > Regards.