Mark wrote:
On 10/2/06, Raman Gupta <[EMAIL PROTECTED]> wrote:
I am building Mina for java5 -- I have removed all references to the
concurrent backport package and have tried to rebuild. I ran "mvn
install". The build proceeds normally, but when:
I build MINA using Java5, but use the backport libs. Not sure if this
is correct, but it works.
Yeah, I know that works but I'm trying to avoid including a dependency
that I don't need. Also, the native java5 concurrent utilities are, in
many cases, faster than the backport versions (though I doubt the
difference is significant).
Cheers,
Raman