View Single Post
  #9 (permalink)  
Old 02-13-2007, 01:21 PM
JoshuaPrismon JoshuaPrismon is offline
Zimlet Guru & Moderator
 
Posts: 467
Default

When I checkout FRANK, and run reset-the-world I get the following error:
I am going to try and compile head and see if it works any better:

Code:
 [javac] Compiling 371 source files to H:\projects\ZimbraIM\build\classes
    [javac] H:\projects\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] H:\projects\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] H:\projects\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] H:\projects\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
H:\projects\ZimbraServer\build.xml:271: The following error occurred while executing this line:
H:\projects\ZimbraIM\build.xml:54: Compile failed; see the compiler error output for details.
Edit: I did a check out of HEAD, and it still occurs there. Anyone have any ideas?
Hmm. This might be due to the JVM version being used

Last edited by JoshuaPrismon; 02-13-2007 at 02:25 PM..
Reply With Quote