On Thu, Sep 23, 2004 at 10:07:53AM -0500, Nielsen, Rob wrote: > Hi, > > I'm having problems trying to build/compile openejb. It seems that openejb > is referencing methods/classes/interfaces that do not exist in the latest > version of geronimo. Below is the list of compile errors. BTW, I also built > geronimo locally and still have the same problems. >
> /home/robn/openejb/modules/core/src/java/org/openejb/deployment/OpenEJBModul > eBuilder.java:71: cannot resolve symbol > symbol : class JarUtil > location: package util > import org.apache.geronimo.deployment.util.JarUtil; The subversion log shows JarUtil was checked in on 2004-09-20 22:13:57 -0700. Either you need to do an update or you are going after the old incubator-geronimo cvs repo. The new repo is a subversion repo at http://svn.apache.org/repos/asf/geronimo -David
