Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.1.1
-
Fix Version/s: 2.1.2
-
Component/s: dependencies task
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
If cache dependency refs is set to true then the dependency task loads the dependencies from file. This creates a warning in the ant log 'Loading dependency paths from file' (as default echo level is warning).
The attached patch changes the echo so that it is at information level instead.