Hi all,
We are trying to build lastest CVS code.
We are seeing this error. Any ideas, what are we doing wrong here?
Regards,
Gustavo.
main:
[javac] Compiling 571 source files to E:\jakarta\db-ojb\target\classes
[javac]
E:\jakarta\db-ojb\target\src\org\apache\ojb\jdo\PersistenceManagerFa
ctoryImpl.java:68: org.apache.ojb.jdo.PersistenceManagerFactoryImpl should
be de
clared abstract; it does not define close() in
org.apache.ojb.jdo.PersistenceMan
agerFactoryImpl
[javac] public class PersistenceManagerFactoryImpl implements
PersistenceMan
agerFactory
[javac] ^
[javac]
E:\jakarta\db-ojb\target\src\org\apache\ojb\jdo\PersistenceManagerIm
pl.java:74: org.apache.ojb.jdo.PersistenceManagerImpl should be declared
abstrac
t; it does not define retrieveAll(java.util.Collection,boolean) in
org.apache.oj
b.jdo.PersistenceManagerImpl
[javac] public class PersistenceManagerImpl implements
PersistenceManager
[javac] ^
[javac] 2 errors
BUILD FAILED
file:E:/jakarta/db-ojb/build.xml:218: Compile failed; see the compiler
error out
put for details.
Total time: 47 seconds