Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 63364 invoked from network); 5 Dec 2006 16:37:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 16:37:45 -0000 Received: (qmail 21632 invoked by uid 500); 5 Dec 2006 16:37:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 21384 invoked by uid 500); 5 Dec 2006 16:37:50 -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 List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 21300 invoked by uid 99); 5 Dec 2006 16:37:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 08:37:50 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [68.142.201.193] (HELO web31713.mail.mud.yahoo.com) (68.142.201.193) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 05 Dec 2006 08:37:38 -0800 Received: (qmail 16416 invoked by uid 60001); 5 Dec 2006 16:37:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=JRYbd5kmcL96ipnbqNob4MMiJlmnDalqbTMNR/iWWcj2R5iQWpvLbYrgn4NA+E88fB5NFouV4PG+MNypn69Az5434CTma/zXwKK+Ak2gUicIf/use6VXBAbcX3gBU/cuuhayUwexi79fQJkT4ycvXkSAFQlCoqoizIoct8+/JVU=; X-YMail-OSG: fUsX6a8VM1mS8VfL6a4Y1HinHz_o6fIpYzTPtupi.23SzqPtir4dM8sO_pVlnhFOdoQRaHuv73hxvDWpjB.LE.6o3wS6sgQpaEkqzyUH5Y8g43JLIj7LiIqr1ulY56HR8fGKKaB0Pto- Received: from [24.211.208.98] by web31713.mail.mud.yahoo.com via HTTP; Tue, 05 Dec 2006 08:37:16 PST Date: Tue, 5 Dec 2006 08:37:16 -0800 (PST) From: anita kulshreshtha Subject: Re: Compilation errors in cxf module To: dev@geronimo.apache.org In-Reply-To: <90bccb880612050752n45c6a20dgabae21a81d75b38c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <627023.13439.qm@web31713.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Apparao, I was able to build cxf module rev. 482652 this morning. You could try deleting .m2\repository\org\apache\cxf directory and building from a command shell. Thanks Anita --- Apparao Kalimireddy wrote: > I am having same problem outside the netbeans. To me it looks like > there > there is some problem with CXF module's pom file. I expext to see all > the > dependecies that you have listed below in it, if it referencing. don' > t you > think? > Thanks > > On 12/4/06, Prasad Kashyap wrote: > > > > Seems more like netbeans settings to me. > > > > Cheers > > Prasad > > > > On 12/4/06, Apparao Kalimireddy > wrote: > > > I agree, there must be something wrong in my settings. I got the > code > > from > > > trunk and using maven to compile (from netbeans). Could it be > maven > > > settings?? thanks for all your help. > > > > > > > > > On 12/4/06, Prasad Kashyap < goyathlay.geronimo@gmail.com> wrote: > > > > Even though you manually installed the 2 cxf artifacts, you are > > > > missing a lot of transitive dependencies that these artifacts > should > > > > have brought. I suspect something is wrong with your settings > that it > > > > is failing to download snapshots and their transitive deps. > > > > > > > > Here are the other artifacts in the repo under the groupId > > org.apache.cxf > > > > > > > > cxf > > > > cxf-api > > > > cxf-common > > > > cxf-common-metacode > > > > cxf-common-schemas > > > > cxf-common-utilities > > > > cxf-metacode > > > > cxf-rt > > > > cxf-rt-bindings > > > > cxf-rt-bindings-soap > > > > cxf-rt-bindings-xml > > > > cxf-rt-core > > > > cxf-rt-databinding-jaxb > > > > cxf-rt-frontend-jaxws > > > > cxf-rt-frontend-simple > > > > cxf-rt-transports-http > > > > cxf-tools > > > > cxf-tools-common > > > > > > > > I believe you will be missing quite a few of these. > > > > > > > > Cheers > > > > Prasad > > > > > > > > On 12/4/06, Apparao Kalimireddy > wrote: > > > > > Got latest code from trunk and tried to compile and getting > > compilation > > > > > errors in CXF module. > > > > > I had to install following dependencies manually: > > > > > > > > cxf-rt-frontend-jaxws-2.0-incubator-M1-20061110.143844-5.jar > > > > > > > > cxf-rt-transports-http-2.0-incubator-M1-20061110.143844-5.jar > > > > > > > > > > Any help is appreciated. > > > > > > > > > > -Apparao Kalimireddy > > > > > > > > > > Here is a partial trace of the errors: > > > > > > > > > > > [INFO]------------------------------------------------------------------------ > > > > > [ERROR]BUILD FAILURE > > > > > > > > > > > [INFO]------------------------------------------------------------------------ > > > > > [INFO]Compilation failure > > > > > > > > > > > > > > > > C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\CXFWebServiceContainerFactoryGBean.java:[23,22] > > > > > package org.apache.cxf does not exist > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\CXFWebServiceContainerFactoryGBean.java:[24,30] > > > > > package org.apache.cxf.bus.cxf does not exist > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\CXFWebServiceContainerFactoryGBean.java:[37,18] > > > > > cannot find symbol > > > > > [INFO]symbol : class Bus > > > > > [INFO]location: class > > > > > > > > org.apache.geronimo.cxf.CXFWebServiceContainerFactoryGBean > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[5,36] > > > > > package org.apache.cxf.configuration does not exist > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[6,36] > > > > > package org.apache.cxf.service.model does not exist > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[7,32] > > > > > package org.apache.cxf.transport does not exist > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[9,22] > > > > > cannot find symbol > > > > > [INFO]symbol : class Bus > > > > > [INFO]location: package org.apache.cxf > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[11,7] > > > > > cannot access org.apache.cxf.transport.ConduitInitiator > > > > > [INFO]file > > > org\apache\cxf\transport\ConduitInitiator.class > > > > > not found > > > > > [INFO]public class GeronimoDestinationFactory extends > > > HTTPTransportFactory { > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[13,38] > > > > > cannot find symbol > > > > > [INFO]symbol : class Bus > > > > > [INFO]location: class > > > > > org.apache.geronimo.cxf.GeronimoDestinationFactory > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[18,38] > > > > > cannot find symbol > > > > > [INFO]symbol : class EndpointInfo > > > > > [INFO]location: class > > > > > org.apache.geronimo.cxf.GeronimoDestinationFactory > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestinationFactory.java:[18,11] > > > > > cannot find symbol > > > > > [INFO]symbol : class Destination > > > > > [INFO]location: class > > > > > org.apache.geronimo.cxf.GeronimoDestinationFactory > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\CXFWebServiceContainer.java:[4,34] > > > > > package org.apache.cxf.binding.xml does not exist > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\CXFWebServiceContainer.java:[6,32] > > > > > cannot find symbol > > > > > [INFO]symbol : class DestinationFactory > > > > > [INFO]location: package org.apache.cxf.transport > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\CXFWebServiceContainer.java:[7,32] > > > > > cannot find symbol > > > > > [INFO]symbol : class DestinationFactoryManager > > > > > [INFO]location: package org.apache.cxf.transport > > > > > [INFO] > > > > > > > > > > > [INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestination.java:[13,30] > > > > > package org.apache.cxf.message does not exist > === message truncated === ____________________________________________________________________________________ Need a quick answer? Get one in minutes from people who know. Ask your question on www.Answers.yahoo.com