Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.10
-
Component/s: dependencies task
-
Labels:None
-
Number of attachments :
Description
When the dependencies task resolved the dependencies it adds a property for each dependency file. The problem with using properties is that ant will not fail if a property is not correctly resolved.
So in some cases it would be useful to be able to access the individual dependency jars using a fileset refid. This way if there is a typo in the refid, and the dependency file is not found, the build will fail immediately.
Fixed in r775222