On Sat, Jan 24, 2009 at 4:52 AM, Ben Stover wrote:
> One of the features of Ant is to only process (dependent) targets if it is
> necessary.
> Otherwise the existing products are used for subsequent steps.
It depends by what you mean by "dependent" targets.
If we consider target A which depends
One of the features of Ant is to only process (dependent) targets if it is
necessary.
Otherwise the existing products are used for subsequent steps.
However sometimes I would appreciate if I could force Ant to process ALL target
even it seems NOT to
be necessary.
How can I achieve this from wi