Configuring Targets

Each Ant project has targets. Targets are groups of tasks that produce some result in a sequence of operations. Typically, these tasks are used to produce the distribution for a software product, or the compiled result of some source for debugging. It makes sense that it would be easier to create targets that have slight variations on a set of common tasks, so to achieve reusability of targets, each can be flagged as dependent on others.