[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build




I'm looking to evaluate ozone.
I've just checked out ozone from CVS and attempted a build.  I'm getting the
following error:

==========================================
Executing Target: server
Compiling 3 source files to C:\home\ssayles\src\ozone
C:\home\ssayles\src\ozone\org\ozoneDB\core\DbRemote\DbNextID.java:33: Method
nextID(long)
not found in class org.ozoneDB.core.Env.
        long id = env.nextID( range );
                            ^
C:\home\ssayles\src\ozone\org\ozoneDB\core\wizardStore\ClusterStore.java:229
: Method nextI
D() not found in class org.ozoneDB.core.Env.
            cluster = new Cluster( new ClusterID( env.nextID() ), perms,
env.transactionMa
nager.newLock(), 256 );
                                                            ^
2 errors
BUILD FATAL ERROR: Compile failed, messages should have been provided.
===========================================


Suspecting that perhaps I may have checked out in the middle of somebody's
checkins, I attempted to update but, of course, I can't connect to
cvs.smb-tec.com anymore.  I went ahead and downloaded 0.6.1 and attempted a
build.  It seems to go ok, however, I get the following error (as well as
for BusImpl):

======================================
Executing Target: proxies
[exec] PartImpl:
[exec] java.lang.ClassNotFoundException: PartImpl
[exec]  at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
[exec]  at java.security.AccessController.doPrivileged(Native Method)
[exec]  at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
[exec]  at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
[exec]  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
[exec]  at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
[exec]  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
[exec]  at java.lang.Class.forName0(Native Method)
[exec]  at java.lang.Class.forName(Class.java:120)
[exec]  at org.ozoneDB.tools.OPP.OPP.makeProxy(OPP.java:184)
[exec]  at org.ozoneDB.tools.OPP.OPP.makeProxies(OPP.java:159)
[exec]  at org.ozoneDB.tools.OPP.OPP.main(OPP.java:116)
[exec] Result: 1
======================================

I'm unable to run the samples and I suspect the problem is related to this.

Could someone provide some insight on how to build ozone correctly?

Thanks

Scott