Depot Version Ant Tasks - FAQ |
- How do I define these tasks to ant?
- These ant tasks have so many parameters, how do I know what I need?
Note
Ask and they'll be added...
How do I define these tasks to ant? | ||
Use:
<taskdef resource="depot-version-antlib.xml">
Basically this looks for a file called 'apache-version' in the classpath, and hopefully finds it in the Depot Version JAR. That is a simple text file that defines the various tasks to ant.
Note
Depot Version must be in your classpath, and available to be loaded.
These ant tasks have so many parameters, how do I know what I need? | ||
Although the tasks do have a lot of flexibility they are intended primarily for simple usage (with just a few parameters) and allow you to tweak things. Try what makes common sense and let the task tell you if it needs more. If you feel something is non-intuitative let us know, we'll look into it.
Note
See cut-n-paste section for examples.
by Adam R. B. Jack

