Hi,

I just compiled and junit tested CVS Head. I don't have any problems so far.

The newly added JDO stuff requires you to have the jdo.jar and the jdori.jar from SUN in the ojb lib directory.the current build script does not produce any error messages if those jars are not available.

cheers,
Thomas

[EMAIL PROTECTED] wrote:
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to