|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
jdk 6?Hello there,
I am using jencks for something like 2 months in this project http://sourceforge.net/projects/svarog/ . Anyway, as jencks need geronimo and geronimo uses the back port util classes I am not able to run it on jdk 6. So, I wonder if anybody knows something about that? would that be changed soon or not? Ok, I agree that this is probably not related to jencks, but is there any way to bypass the backport util? I saw geronimo relly use that in the code so it is not something like a runtime include or whatever. Regards, Daniel --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: jdk 6?You can run on JDK 5 or 6, but you won't be able to
leverage the java.util.concurrent as it will use the backport implementation. But these are compatibles. Once Geronimo 2.0 is out, I think there will be an update of jencks to rely on JDK 5 and remove the backport dependency. On 5/11/07, Daniel Gradecak <daniel@...> wrote: Hello there, -- Cheers, Guillaume Nodet ------------------------ Principal Engineer, IONA Blog: http://gnodet.blogspot.com/ |
|
|
Re: jdk 6?it seems that it is not really compatible ... by heart i cannot remind
of the exact error but with jdk 6 a thread method now seems to be final, which is overrided somewhere in the backport, so it causes an error. Anyway I ll wait for the 2.0. Merci bien Guillaume :) Regards, Daniel Guillaume Nodet wrote: > You can run on JDK 5 or 6, but you won't be able to > leverage the java.util.concurrent as it will use the backport > implementation. But these are compatibles. > > Once Geronimo 2.0 is out, I think there will be an update > of jencks to rely on JDK 5 and remove the backport dependency. > > On 5/11/07, *Daniel Gradecak* <daniel@... > <mailto:daniel@...>> wrote: > > Hello there, > > I am using jencks for something like 2 months in this project > http://sourceforge.net/projects/svarog/ . > Anyway, as jencks need geronimo and geronimo uses the back port util > classes I am not able to run it on jdk 6. > So, I wonder if anybody knows something about that? would that be > changed soon or not? > Ok, I agree that this is probably not related to jencks, but is there > any way to bypass the backport util? > I saw geronimo relly use that in the code so it is not something > like a > runtime include or whatever. > > Regards, > Daniel > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > <http://xircles.codehaus.org/manage_email> > > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Principal Engineer, IONA > Blog: http://gnodet.blogspot.com/ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |