Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.1
-
None
-
Windows XP, Ant 1.6.5
Description
Scenario: To run task A, B, C, etc, only a common set of jars/zips (the set D) is needed; to run task X, a large number of jars/zips (the set Y) is needed. In most cases, task A, B, C, etc will be run. And in very rare cases, task X needs to be performed.
Issue: We don't want ivy to resolve (and may retrieve) the jars/zips in set D and Y every time we run the ant task, due to the performance concern and our internal network latency.