Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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.