Seems more like netbeans settings to me.

Cheers
Prasad

On 12/4/06, Apparao Kalimireddy <[EMAIL PROTECTED]> 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 < [EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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
> > [INFO]
> >
[INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestination.java:[14,30]
> > package org.apache.cxf.message does not exist
> > [INFO]
> >
[INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestination.java:[15,30]
> > package org.apache.cxf.message does not exist
> > [INFO]
> >
[INFO]C:\geronimo-dev\trunk\modules\geronimo-cxf\src\main\java\org\apache\geronimo\cxf\GeronimoDestination.java:[16,36]
> > package org.apache.cxf.service.model does not exist
> > [INFO]
> >
> >
>


Reply via email to