I think that until development slows down a little bit your best path for successful builds is to build all dependent projects together.

http://wiki.apache.org/geronimo/Building#head -2a72064daf87017de58dd77916b4376e55326bd8

david jencks

On Oct 1, 2004, at 10:27 AM, karan singh malhi wrote:

hi ,

i disabled maven to run tests, and the build failed.


+---------------------------------------- | Executing (default): Geronimo :: Client Builder | Memory: 13M/22M +---------------------------------------- Attempting to download geronimo-xmlbeans-plugin-1.0-SNAPSHOT.jar. Attempting to download openejb-core-2.0-SNAPSHOT.jar. 1106K downloaded Attempting to download geronimo-common-1.0-SNAPSHOT.jar. Attempting to download geronimo-connector-1.0-SNAPSHOT.jar. Attempting to download geronimo-core-1.0-SNAPSHOT.jar. Attempting to download geronimo-deployment-1.0-SNAPSHOT.jar. Attempting to download geronimo-j2ee-1.0-SNAPSHOT.jar. Attempting to download geronimo-j2ee-schema-1.0-SNAPSHOT.jar. Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar. Attempting to download geronimo-naming-1.0-SNAPSHOT.jar. Attempting to download geronimo-system-1.0-SNAPSHOT.jar. Attempting to download geronimo-transaction-1.0-SNAPSHOT.jar.

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:

jar:jar:

jar:install:


build:end:

    [copy] Copying 1 file to /home/karan/geronimo/etc
Plugin 'maven-deploy-plugin' in project 'Geronimo :: Client Builder' is
not available
build:start:

default:
java:prepare-filesystem:

java:compile:
[depend] Deleted 0 out of date files in 0 seconds
[echo] Compiling to
/home/karan/geronimo/modules/client-builder/target/classes
[javac] Compiling 18 source files to
/home/karan/geronimo/modules/client-builder/target/classes
/home/karan/geronimo/modules/client-builder/src/java/org/apache/ geronimo/client/builder/AppClientModuleBuilder.java:74: package org.openejb.client.naming does not exist
import org.openejb.client.naming.RemoteEJBObjectFactory;
^
/home/karan/geronimo/modules/client-builder/src/java/org/apache/ geronimo/client/builder/AppClientModuleBuilder.java:75: package org.openejb.client.naming does not exist
import org.openejb.client.naming.RemoteEJBRefAddr;
^
/home/karan/geronimo/modules/client-builder/src/java/org/apache/ geronimo/client/builder/AppClientModuleBuilder.java:320: cannot resolve symbol
symbol: class RemoteEJBRefAddr
RemoteEJBRefAddr addr = new
RemoteEJBRefAddr(objectName);
^
/home/karan/geronimo/modules/client-builder/src/java/org/apache/ geronimo/client/builder/AppClientModuleBuilder.java:320: cannot resolve symbol
symbol: class RemoteEJBRefAddr
RemoteEJBRefAddr addr = new
RemoteEJBRefAddr(objectName);
^
/home/karan/geronimo/modules/client-builder/src/java/org/apache/ geronimo/client/builder/AppClientModuleBuilder.java:321: cannot resolve symbol
symbol: class RemoteEJBObjectFactory
Reference reference = new Reference(null, addr,
RemoteEJBObjectFactory.class.getName(), null);


^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
5 errors

BUILD FAILED
File...... /home/karan/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [default] --
/home/karan/.maven/cache/maven-java-plugin-1.4/plugin.jelly:53:48:
<ant:javac> Compile failed; see the compiler error output for details.
Total time: 5 minutes 7 seconds
Finished at: Fri Oct 01 13:14:42 EDT 2004





Reply via email to