RE: compile 2.3.1

2008-05-03 Thread Noel J. Bergman
Robert Burrell Donkin wrote: > if anyone needs to use mordred with newer versions of java then they > can submit a patch As I mentioned earlier, and we can deal with it then. --- Noel - To unsubscribe, e-mail: [EMAIL P

Re: compile 2.3.1

2008-05-03 Thread Robert Burrell Donkin
On Fri, May 2, 2008 at 7:31 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > Serge Knystautas wrote: > > This is a good example of Robert's points on modularity. If mordred > > was a separate project built separately, we could keep it as a binary > > dependency, no? > > Except that the issue i

RE: compile 2.3.1

2008-05-02 Thread Noel J. Bergman
Serge Knystautas wrote: > This is a good example of Robert's points on modularity. If mordred > was a separate project built separately, we could keep it as a binary > dependency, no? Except that the issue is that mordred needs updating because it no longer works with newer versions of Java.

Re: Extract Modred Library [WAS Re: compile 2.3.1]

2008-05-02 Thread Serge Knystautas
On Wed, Apr 30, 2008 at 9:52 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin wrote: > > > Noel advocated deletion in another thread > > After some years of resisting removing it. :-) > > > > I tend to be conservative about backwards compatibility. So I would > > tend to

Re: compile 2.3.1

2008-05-02 Thread Serge Knystautas
On Wed, Apr 30, 2008 at 9:52 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > Stefano Bagnara wrote: > > Noel J. Bergman ha scritto: > > > > Probably, with the newest versions of Java. Mordred is deprecated, and > > > since I don't see any reason to update mordred, it will be removed as > soon

RE: Extract Modred Library [WAS Re: compile 2.3.1]

2008-04-30 Thread Noel J. Bergman
Robert Burrell Donkin wrote: > Noel advocated deletion in another thread After some years of resisting removing it. :-) > I tend to be conservative about backwards compatibility. So I would > tend to move the source into somewhere like legacy. Wouldn't take much > to cut a release or could just

RE: compile 2.3.1

2008-04-30 Thread Noel J. Bergman
Stefano Bagnara wrote: > Noel J. Bergman ha scritto: > > Probably, with the newest versions of Java. Mordred is deprecated, and > > since I don't see any reason to update mordred, it will be removed as soon > > as I can start work on the new stable branch. > I created JIRA-605 (http://issues.apach

Re: Extract Modred Library [WAS Re: compile 2.3.1]

2008-04-28 Thread Robert Burrell Donkin
On 4/29/08, Danny Angus <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 7:42 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > > > See my reply. > > What?! Noel advocated deletion in another thread I tend to be conservative about backwards compatibility. So I would tend to move the source in

Re: Extract Modred Library [WAS Re: compile 2.3.1]

2008-04-28 Thread Danny Angus
On Mon, Apr 28, 2008 at 7:42 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > See my reply. What?! d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: compile 2.3.1

2008-04-28 Thread Stefano Bagnara
Forgot to tell that here is my +1 to remove it in trunk and backport to any release excluding dot releases. Please update the jira issue according to what you do. Stefano Stefano Bagnara ha scritto: Noel J. Bergman ha scritto: Probably, with the newest versions of Java. Mordred is deprecate

Re: compile 2.3.1

2008-04-28 Thread Stefano Bagnara
Noel J. Bergman ha scritto: Hontvari Jozsef wrote: The current 2.3.1 cannot be compiled using ant compile-main, because mordred PoolConnEntry assumes a very old version of java.sql.Connection. Is this correct? Probably, with the newest versions of Java. Mordred is deprecated, and since I don

Re: Extract Modred Library [WAS Re: compile 2.3.1]

2008-04-28 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: On Mon, Apr 28, 2008 at 5:54 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: Hontvari Jozsef ha scritto: The current 2.3.1 cannot be compiled using ant compile-main, because mordred PoolConnEntry assumes a very old version of java.sql.Connection. Is this corr

RE: Extract Modred Library [WAS Re: compile 2.3.1]

2008-04-28 Thread Noel J. Bergman
> i've had enough of keeping mordred around in the source. why don't we > just make mordred a separate library product? See my reply. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: compile 2.3.1

2008-04-28 Thread Noel J. Bergman
Hontvari Jozsef wrote: > The current 2.3.1 cannot be compiled using ant compile-main, because > mordred PoolConnEntry assumes a very old version of java.sql.Connection. > Is this correct? Probably, with the newest versions of Java. Mordred is deprecated, and since I don't see any reason to updat

Extract Modred Library [WAS Re: compile 2.3.1]

2008-04-28 Thread Robert Burrell Donkin
On Mon, Apr 28, 2008 at 5:54 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Hontvari Jozsef ha scritto: > > > > The current 2.3.1 cannot be compiled using ant compile-main, because > mordred PoolConnEntry assumes a very old version of java.sql.Connection. Is > this correct? > > > > > > compile-ma

Re: compile 2.3.1

2008-04-28 Thread Sascha Fröhlich
Hi, you can solve it by changing the class PoolConnEntry from abstract to a normal class. Greetings, Sascha Am Montag, den 28.04.2008, 18:54 +0200 schrieb Stefano Bagnara: > Hontvari Jozsef ha scritto: > > The current 2.3.1 cannot be compiled using ant compile-main, because > > mordred PoolConn

Re: compile 2.3.1

2008-04-28 Thread Stefano Bagnara
Hontvari Jozsef ha scritto: The current 2.3.1 cannot be compiled using ant compile-main, because mordred PoolConnEntry assumes a very old version of java.sql.Connection. Is this correct? compile-main: [javac] ...\src\java\org\apache\james\util\mordred\PoolConnEntry.java:37 : org.apache.jam

compile 2.3.1

2008-04-28 Thread Hontvari Jozsef
The current 2.3.1 cannot be compiled using ant compile-main, because mordred PoolConnEntry assumes a very old version of java.sql.Connection. Is this correct? compile-main: [javac] ...\src\java\org\apache\james\util\mordred\PoolConnEntry.java:37 : org.apache.james.util.mordred.PoolConnEntry