extension
Extension the extension to resolve. Must be present
location
The location sub element allows you to look for a library in a location relative to project directory.
Attribute | Description | Required |
location | The pathname of library. | Yes |
url
The url resolver allows you to download a library from a URL to a local file.
Attribute | Description | Required |
url | The URL to download. | Yes |
destfile | The file to download URL into. | No, But one of destfile or destdir must be present |
destdir | The directory in which to place downloaded file. | No, But one of destfile or destdir must be present |
ant
The ant resolver allows you to run a ant build file to generate a library.
Attribute | Description | Required |
antfile | The build file. | Yes |
destfile | The file that the ant build creates. | Yes |
target | The target to run in build file. | No |