I\'m looking for a way to include a .jar from within an Ant file so I can use it straight away and call its methods in my targets.
In my case it\'s ant-contrib-1.0b3.j
The best solution is to integrate the apache ivy dependency manager. Ivy can be used to manage all your build classpaths Maven-style!
This file describes your project's 3rd party dependencies. Ivy uses configurations to logically group files together. In your case note the special "build" configuration uses to configure ANT tasks needed by the build:
Note:
Letter @{letter}
Notes: