You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Greg Lucas <gr...@gmail.com> on 2009/11/26 17:14:56 UTC

missing cxf dependencies building with clean repo

I've been trying to build trunk against a clean local repo and hitting  
some missing CXF snapshot dependencies.

Building components, I get this missing dependency:

  org.apache.cxf:cxf-codegen-plugin:pom:2.2.5-SNAPSHOT

Building features, I get 6 missing dependencies

  org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.2.4-SNAPSHOT
  org.apache.cxf:cxf-rt-transports-jbi:jar:2.2.4-SNAPSHOT
  org.apache.cxf:cxf-rt-transports-local:jar:2.2.4-SNAPSHOT
  org.apache.cxf:cxf-rt-bindings-jbi:jar:2.2.4-SNAPSHOT
  org.apache.cxf:cxf-rt-databinding-aegis:jar:2.2.4-SNAPSHOT
  org.apache.cxf:cxf-rt-databinding-xmlbeans:jar:2.2.4-SNAPSHOT


For all of these it looks like the snapshots-group repo has  
maven-metadata.xml.[sha1|md5] files but not the actual artifacts and poms.


-- 
Greg Lucas

Re: missing cxf dependencies building with clean repo

Posted by Greg Lucas <gr...@gmail.com>.
Thanks Gert!  Everything builds fine now.

~Greg

On Thu, 26 Nov 2009 14:06:05 -0500, Gert Vanthienen  
<ge...@gmail.com> wrote:

> Greg,
>
> I've just updated components to the latest CXF release version
> (2.2.5).  That one should be building OK after an svn up.  I think the
> features build failure is being caused by an older snapshot of the
> CXF-SE 2009.02--SNAPSHOT component so I'll redeploy new snapshots to
> see if that fixes your issue.
>
> Regards,
>
> Gert Vanthienen
> ------------------------
> Open Source SOA: http://fusesource.com
> Blog: http://gertvanthienen.blogspot.com/
>
>
>
> 2009/11/26 Greg Lucas <gr...@gmail.com>:
>> I've been trying to build trunk against a clean local repo and hitting  
>> some
>> missing CXF snapshot dependencies.
>>
>> Building components, I get this missing dependency:
>>
>>  org.apache.cxf:cxf-codegen-plugin:pom:2.2.5-SNAPSHOT
>>
>> Building features, I get 6 missing dependencies
>>
>>  org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.2.4-SNAPSHOT
>>  org.apache.cxf:cxf-rt-transports-jbi:jar:2.2.4-SNAPSHOT
>>  org.apache.cxf:cxf-rt-transports-local:jar:2.2.4-SNAPSHOT
>>  org.apache.cxf:cxf-rt-bindings-jbi:jar:2.2.4-SNAPSHOT
>>  org.apache.cxf:cxf-rt-databinding-aegis:jar:2.2.4-SNAPSHOT
>>  org.apache.cxf:cxf-rt-databinding-xmlbeans:jar:2.2.4-SNAPSHOT
>>
>>
>> For all of these it looks like the snapshots-group repo has
>> maven-metadata.xml.[sha1|md5] files but not the actual artifacts and  
>> poms.

Re: missing cxf dependencies building with clean repo

Posted by Gert Vanthienen <ge...@gmail.com>.
Greg,

I've just updated components to the latest CXF release version
(2.2.5).  That one should be building OK after an svn up.  I think the
features build failure is being caused by an older snapshot of the
CXF-SE 2009.02--SNAPSHOT component so I'll redeploy new snapshots to
see if that fixes your issue.

Regards,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



2009/11/26 Greg Lucas <gr...@gmail.com>:
> I've been trying to build trunk against a clean local repo and hitting some
> missing CXF snapshot dependencies.
>
> Building components, I get this missing dependency:
>
>  org.apache.cxf:cxf-codegen-plugin:pom:2.2.5-SNAPSHOT
>
> Building features, I get 6 missing dependencies
>
>  org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.2.4-SNAPSHOT
>  org.apache.cxf:cxf-rt-transports-jbi:jar:2.2.4-SNAPSHOT
>  org.apache.cxf:cxf-rt-transports-local:jar:2.2.4-SNAPSHOT
>  org.apache.cxf:cxf-rt-bindings-jbi:jar:2.2.4-SNAPSHOT
>  org.apache.cxf:cxf-rt-databinding-aegis:jar:2.2.4-SNAPSHOT
>  org.apache.cxf:cxf-rt-databinding-xmlbeans:jar:2.2.4-SNAPSHOT
>
>
> For all of these it looks like the snapshots-group repo has
> maven-metadata.xml.[sha1|md5] files but not the actual artifacts and poms.
>
>
> --
> Greg Lucas
>