Okay, when I tried a "maven complete-rebuild", I got:

The build cannot continue because of the following unsatisfied dependency:
geronimo-client-builder-1.0-SNAPSHOT.jar

        If I try to build the client-builder module, it can't find some 
openejb stuff:

data/cvs/geronimo/modules/client-builder/src/java/org/apache/geronimo/client/builder/AppClientModuleBuilder.java:70:
 
package org.openejb.client.naming does not exist
import org.openejb.client.naming.RemoteEJBObjectFactory;
                                 ^
/data/cvs/geronimo/modules/client-builder/src/java/org/apache/geronimo/client/builder/AppClientModuleBuilder.java:71:
 
package org.openejb.client.naming does not exist
import org.openejb.client.naming.RemoteEJBRefAddr;

        Then I tried a maven multiproject:install, and I got this:

/data/cvs/geronimo/openejb/modules/core/src/java/org/openejb/deployment/OpenEJBModuleBuilder.java:67:
 
cannot resolve symbol
symbol  : class IOUtil
location: package util
import org.apache.geronimo.deployment.util.IOUtil;
                                           ^
/data/cvs/geronimo/openejb/modules/core/src/java/org/openejb/deployment/OpenEJBModuleBuilder.java:68:
 
cannot resolve symbol
symbol  : class JarUtil
location: package util
import org.apache.geronimo.deployment.util.JarUtil;

...

        It's hard to troubleshoot when I get a different error every time.  
:)

Aaron

On Mon, 4 Oct 2004, Aaron Mulder wrote:
> On Mon, 4 Oct 2004, Dain Sundstrom wrote:
> > Can someone on linux check if the build works?
> 
>       At first glance, no:
> 
> BUILD FAILED
> File...... 
> /home/ammulder/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- 
> /data/cvs/geronimo/modules/assembly/maven.xml:205:15: 
> <bootstrap:bootstrap> Could not move source directory into config store: 
> source=/tmp/geronimo-deployment-64539.tmp, 
> destination=/data/cvs/geronimo/modules/assembly/target/geronimo-1.0-SNAPSHOT/config-store/13
> Total time: 3 minutes 1 seconds
> Finished at: Mon Oct 04 19:47:58 EDT 2004
> 
> Aaron
> 

Reply via email to