Hi,
I'm trying to build zimbra from the source code on eclipse ( I have followed the instructions of INSTALL.txt)
My OS : windows xp
Java 1.5
Tomcat version 5.5
Openldap version 2.2.28
When running the "reset-the-world" the build process cancels with the following error:
Code:
[javac] C:\workspace_eclipse\ZimbraServer\src\java\com\zimbra\cs\db\DebugConnection.java:39: com.zimbra.cs.db.DebugConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
[javac] class DebugConnection implements Connection {
[javac] ^
[javac] C:\workspace_eclipse\ZimbraServer\src\java\com\zimbra\cs\db\DebugPreparedStatement.java:40: com.zimbra.cs.db.DebugPreparedStatement is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement
[javac] class DebugPreparedStatement implements PreparedStatement {
[javac] ^
[javac] Note: * uses or overrides 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] 2 errors
BUILD FAILED running "deploy" and "admin-deploy" build successfully, I can see the authentication screen but I can't log in

please I need a solution to solve this problem.