Saved Bookmarks
| 1. |
What Is Dependency? How It Is Used Into Ant? What Is Its Use? |
|
Answer» DEPENDENCIES are do something when COMPLETE it. In ant we are using dependencies by using an attribute “depends” .In this attribute we have pass VALUES for which the target depends .This mean we first need to EXECUTE the target which is passed into this attribute. Dependencies are do something when complete it. In ant we are using dependencies by using an attribute “depends” .In this attribute we have pass values for which the target depends .This mean we first need to execute the target which is passed into this attribute. |
|