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 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 is not abstract and does > > not override abstract method > > createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection > > It is not about ant but about jdk libraries: just use the jdk version > 1.4 and it will work. > Maybe you are using jdk 1.6 and james 2.3.1 does not build with it. > > Stefano > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
