Perfect. Thanks.

Also, to retrieve only jars and not source or javadocs, I figured this is a
better way: 
In your build.xml, add a "type" qualifier for ivy:retrieve. (default takes
in all files!)

<target name="resolve" description="--> retreive dependencies with ivy">
        <ivy:retrieve type="jar"/>
</target>



Matt Goldspink wrote:
> 
> I wrote a blog post showing how to set up your project to use spring's
> repository compass-projects own Maven repository and falling back to the
> ibiblio maven repository here which will hopefully show how to get
> started:
> 
> http://www.mattgoldspink.co.uk/2009/03/01/using-ivy-with-springs-repository-and-other-maven-repositories/
> 

-- 
View this message in context: 
http://www.nabble.com/example-ivy---build.xml-file-for-spring-jsf-hibernate-project-tp22461453p22465286.html
Sent from the ivy-user mailing list archive at Nabble.com.

Reply via email to