Hi
Any idea what this error is? Looks like IM source is borked?
Code:
compile:
[javac] Compiling 156 source files to /opt/build.zimbra/ZimbraIM/build/classes
[javac] /opt/build.zimbra/ZimbraIM/src/java/org/jivesoftware/database/AbstractConnection.java:23: 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] /opt/build.zimbra/ZimbraIM/src/java/org/jivesoftware/database/ProfiledConnection.java:631: org.jivesoftware.database.ProfiledConnection.TimedStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
[javac] class TimedStatement extends StatementWrapper {
[javac] ^
[javac] /opt/build.zimbra/ZimbraIM/src/java/org/jivesoftware/database/ProfiledConnection.java:719: org.jivesoftware.database.ProfiledConnection.TimedPreparedStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
[javac] class TimedPreparedStatement extends PreparedStatementWrapper {
[javac] ^
[javac] /opt/build.zimbra/ZimbraIM/src/java/org/jivesoftware/database/ProfiledConnection.java:924: org.jivesoftware.database.ProfiledConnection.TimedCallableStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
[javac] class TimedCallableStatement extends CallableStatementWrapper {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 4 errors
BUILD FAILED
/opt/build.zimbra/ZimbraServer/build.xml:315: The following error occurred while executing this line:
/opt/build.zimbra/ZimbraIM/build.xml:54: Compile failed; see the compiler error output for details.
Total time: 8 seconds
make: *** [/opt/build.zimbra/ZimbraBuild/../ZimbraServer/build/dist/jetty/webapps/service.war] Error 1
root@sun: /opt/build.zimbra/ZimbraBuild>