From dev-return-8983-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Fri Oct 01 17:56:09 2004 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 18297 invoked from network); 1 Oct 2004 17:56:09 -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:56:09 -0000 Received: (qmail 15458 invoked by uid 500); 1 Oct 2004 17:56:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 15417 invoked by uid 500); 1 Oct 2004 17:56:01 -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 15404 invoked by uid 99); 1 Oct 2004 17:56:00 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [24.71.223.10] (HELO pd3mo3so.prod.shaw.ca) (24.71.223.10) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 01 Oct 2004 10:55:59 -0700 Received: from pd3mr8so.prod.shaw.ca (pd3mr8so-qfe3.prod.shaw.ca [10.0.141.24]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I4X00AAK35A06C0@l-daemon> for dev@geronimo.apache.org; Fri, 01 Oct 2004 11:55:58 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd3mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I4X00FPL35AR2K0@pd3mr8so.prod.shaw.ca> for dev@geronimo.apache.org; Fri, 01 Oct 2004 11:55:58 -0600 (MDT) Received: from shaw.ca (S01060050046eee7b.vn.shawcable.net [24.80.91.129]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I4X00C45359CO@l-daemon> for dev@geronimo.apache.org; Fri, 01 Oct 2004 11:55:58 -0600 (MDT) Date: Fri, 01 Oct 2004 10:55:57 -0700 From: Craig Johannsen Subject: Re: build failed In-reply-to: <1096651628.32327.4.camel@j2ee> To: dev@geronimo.apache.org Message-id: <415D9A2D.6060102@shaw.ca> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <1096651628.32327.4.camel@j2ee> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Karan, This is the same problem I had a couple of days ago. See emails with subject "2 Connector tests failed". Here are the steps I took to work around the problem, which will be fixed when the Maven repository contains an up-to-date version of openejb-core-2.0-SNAPSHOT.jar: 1.) Get the source of the related projects (openejb, howl, activemq, etc): "maven getotherprojects" 2.) Change to the geronimo/openejb directory and run: "maven". 3.) Assuming the openejb build succeeded or at least built the jars, copy the openejb-core-2.0-SNAPSHOT.jar from geronimo/openejb/modules/core/target directory to the local maven repository directory .maven/repository/openejb/jars (or wherever the local maven repository happens to be). 4.) Change to the geronimo directory and run: "maven" to build using the new openejb-core-2.0-SNAPSHOT.jar file. This should fix the missing "org.openejb.client.naming" package issue. Alternatively, possibly the Maven repository is already up to date but for some reason the openejb-core-2.0-SNAPSHOT.jar in your local repository is not being replaced. You could manually delete it and then try running "maven -Dmodules=client-builder" to see if that fixed the problem. Cheers, Craig karan singh malhi wrote: >hi , > >i disabled maven to run tests, and the build failed. > > > > [snip] >/home/karan/geronimo/modules/client-builder/src/java/org/apache/geronimo/client/builder/AppClientModuleBuilder.java:74: package org.openejb.client.naming does not exist > > >