Hi,
I am building zimbra using source code. I have already built Thirdparty tools except Cyrus-sasl. Now I am trying to compile java source files. while executing commnad - "ant reset-the-world " in ZimbraServer directory I am getting following error
compile:
[javac] Compiling 369 source files to /thanhtuan/source_code/source_4.5.7/ZimbraIM/build/classes
[javac] /thanhtuan/source_code/source_4.5.7/ZimbraIM/src/java/org/jivesoftware/database/AbstractConnection.java:36: org.jivesoftware.database.AbstractConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
[javac] public class AbstractConnection implements Connection {
[javac] ^
[javac] /thanhtuan/source_code/source_4.5.7/ZimbraIM/src/java/org/jivesoftware/database/ProfiledConnection.java:644: org.jivesoftware.database.ProfiledConnection.Timed Statement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
[javac] class TimedStatement extends StatementWrapper {
[javac] ^
[javac] /thanhtuan/source_code/source_4.5.7/ZimbraIM/src/java/org/jivesoftware/database/ProfiledConnection.java:732: org.jivesoftware.database.ProfiledConnection.Timed PreparedStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
[javac] class TimedPreparedStatement extends PreparedStatementWrapper {
[javac] ^
[javac] /thanhtuan/source_code/source_4.5.7/ZimbraIM/src/java/org/jivesoftware/database/ProfiledConnection.java:937: org.jivesoftware.database.ProfiledConnection.Timed CallableStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
[javac] class TimedCallableStatement extends CallableStatementWrapper {
Can anyone help me coming out of these problems.
Thanks in advance.


LinkBack URL
About LinkBacks



