Search code examples
antjarant-contrib

Verify that ant-contrib.jar is available before doing a build?


Ant-Contrib is required for some parts of the build.xml so we first want to check if ant has the jar for it in its directory, and download and unpack it to the right directory if its not.

Any thoughts to this end is helpful


Solution

  • Look here to check if the file exists and here to download the file.