I'm guessing this is running on JDK 1.4. 2 things happening here... 1) sun.net.nntp support is deprecated. I'm hoping this could be rewritten to avoid this dependency. 2) using JDBC 3.0 and PoolConnEntry is only built for 2.0 (or in any case, 1 version behind). Not sure the best way to resolve this.... I guess bundle the 3.0 jar in the build so we can compile to that. I'm not sure what happens if you try to run with an older JDBC version.
Serge Knystautas Loki Technologies - Unstoppable Websites http://www.lokitech.com/ ----- Original Message ----- From: "Lucas Gonze" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 2001 1:49 PM Subject: build errors > This is a fresh build from a CVS pickup yesterday evening: > > 1) > C:\src\mandingo\lib\jakarta-james\build\src\org\apache\james\testing\NNTPCli ent. > java:13: Package sun.net.nntp not found in import. > import sun.net.nntp.*; > ^ > > 2) > C:\src\mandingo\lib\jakarta-james\build\src\org\apache\james\util\mordred\Po olCo > nnEntry.java:19: class org.apache.james.util.mordred.PoolConnEntry must be > declared abstract. It does not define void releaseSavepoint(java.sql.Savepoint) > from interface java.sql.Connection. > public class PoolConnEntry implements java.sql.Connection{ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
