- Documentation (2.6.0-local-20230820130639)
- Release Notes
- Tutorials
- Reference
- Introduction
- System Properties
- Settings Files
- Ivy Files
- Ant Tasks
- artifactproperty
- artifactreport
- buildlist
- buildnumber
- buildobr
- cachefileset
- cachepath
- checkdepsupdate
- cleancache
- configure
- convertmanifest
- convertpom
- deliver
- dependencytree
- findrevision
- fixdeps
- info
- install
- listmodules
- makepom
- post resolve tasks
- publish
- report
- repreport
- resolve
- resources
- retrieve
- settings
- var
- Using standalone
- OSGi
- Developer doc
Tutorials
The best way to learn is to practice! That’s what the Ivy tutorials will help you to do, to discover some of the great Ivy features.
For the first tutorial you won’t even have to install Ivy (assuming you have Ant and a JDK properly installed), and it shouldn’t take more than 30 seconds.
First Tutorial
-
Make sure you have Ant 1.9.9 or greater and a Java JDK properly installed
-
Copy this build file to an empty directory on your local filesystem (and make sure you name it
build.xml
) -
Open a console in that directory and run the command:
ant
. That’s it!
If you have any trouble, check our FAQ.
OK, you’ve just seen how easy it is to take your first step with Ivy. Go ahead with the other tutorials, but before you do, make sure you have properly installed Ivy and downloaded the tutorials sources (included in all Ivy distributions, in the src/example directory).
List of available tutorials
The following tutorials are available:
-
Quick Start
Guides you through your very first steps with Ivy. -
Adjusting default settings
Gives you a better understanding of the default settings and shows you how to customize them to your needs. -
Multiple Resolvers
Teaches you how to configure Ivy to find its dependencies in multiple places. -
Dual Resolver
Helps you configure Ivy to find Ivy files in one place and artifacts in another. -
Project dependencies
A starting point for using Ivy in a multi-project environment. -
Using Ivy in multiple projects environment
A more complex example demonstrating the use of Ant+Ivy in a multi-project environment. -
Using Ivy Module Configurations
Shows you how to use configurations in an Ivy file to define sets of artifacts. -
Building a repository
Shows you how to build your own enterprise repository.