You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Luis Castro <qu...@gmail.com> on 2009/02/20 16:53:02 UTC

Problem with Ivy and Apache cxf

Hello

I have problems with ivy and Apache cxf.

As I can see, the project is in

     http://repo1.maven.org/maven2/org/apache/cxf/cxf/2.1.4/

however, in that folder I do not see any files. jar.


I'm using ivy 2.0 in Windows XP and the relevant part of ivy.xml is

    <dependency org="org.apache.cxf" name="cxf" rev="2.1.4"
conf="*->default" />

Any ideas?

Re: Problem with Ivy and Apache cxf

Posted by Gregory Boissinot <gr...@gmail.com>.
The artifact org.apache.cxf:cxf:2.14 is a Maven parent. It's not a binary
file.

Specify your desired artifacts like:
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="2.1.4" />
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="2.1.4"
/>
<dependency org="org.apache.cxf" name="cxf-rt-transports-http-jetty"
rev="2.1.4" />
-- 
View this message in context: http://www.nabble.com/Problem-with-Ivy-and-Apache-cxf-tp22123206p22152320.html
Sent from the ivy-user mailing list archive at Nabble.com.