Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 9969 invoked from network); 1 Oct 2004 17:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 17:50:26 -0000 Received: (qmail 716 invoked by uid 500); 1 Oct 2004 17:49:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 670 invoked by uid 500); 1 Oct 2004 17:49:25 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 646 invoked by uid 99); 1 Oct 2004 17:49:25 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of karanmalhi@verizon.net designates 206.46.170.103 as permitted sender) Received: from [206.46.170.103] (HELO out003.verizon.net) (206.46.170.103) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 01 Oct 2004 10:49:24 -0700 Received: from [192.168.1.4] ([141.150.203.180]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041001174916.OFCV26805.out003.verizon.net@[192.168.1.4]> for ; Fri, 1 Oct 2004 12:49:16 -0500 Subject: Re: build failed From: karan singh malhi Reply-To: karanmalhi@verizon.net To: dev In-Reply-To: <9629F54E-13D0-11D9-B7E9-000D93361CAA@gluecode.com> References: <1096651628.32327.4.camel@j2ee> <9629F54E-13D0-11D9-B7E9-000D93361CAA@gluecode.com> Content-Type: text/plain Organization: Message-Id: <1096652954.32327.7.camel@j2ee> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 01 Oct 2004 13:49:15 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [141.150.203.180] at Fri, 1 Oct 2004 12:49:16 -0500 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks David, On Fri, 2004-10-01 at 13:37, David Jencks wrote: > 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: > > 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 > > > > >