error compiling snv w/ DbPop3Message.storeUid compile:
[javac] Compiling 371 source files to /tmp/zimbra/trunk/ZimbraIM/build/classes
[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.
jar:
[jar] Building jar: /tmp/zimbra/trunk/ZimbraIM/build/zimbraim.jar
[javac] Compiling 996 source files to /tmp/zimbra/trunk/ZimbraServer/build/classes
[javac] /tmp/zimbra/trunk/ZimbraServer/src/java/com/zimbra/cs/mailbox/Pop3Import.java:211: storeUid(com.zimbra.cs.mailbox.Mailbox,java.lang.S tring,java.lang.String,int) in com.zimbra.cs.db.DbPop3Message cannot be applied to (com.zimbra.cs.mailbox.Mailbox,com.zimbra.cs.accou nt.DataSource,java.lang.String,int)
[javac] DbPop3Message.storeUid(mbox, ds, folder.getUID(pop3Msg), zimbraMsg.getId());
[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] 1 error
BUILD FAILED
/tmp/zimbra/trunk/ZimbraServer/build.xml:272: Compile failed; see the compiler error output for details. |