1) configure
configure任务用于通过xml设置文件来配置ivy。
查阅设置文件来获取设置文件自身的细节。
从2.0起可以通过sttings声明来配置ivy。和这个任务的不同之处在于当使用settings声明时,ivy的配置在settings第一次需要时(例 如当你做一次resolve)完成,而configure任务立即执行一次配置,这样如果有某些错误发生可以容易看到。
2) 属性
属性 | 描述 | 必要 |
settingsId | The settings id useable in the settingsRef attributes of the ivy task that needs a setting. Note that the ivy tasks will search by default for the settings with the id "ivy.instance", which is the default value.
settings id 用于需要设置的ivy任务的 settingsRef属性中。注意ivy任务会默认搜索id为"ivy.instance"的设置,这个是默认值 |
No, 默认为 "ivy.instance" |
file | path to the settings file to use
要使用的设置文件的路径 |
No. 如果提供文件,则URL被忽略。如果都没有提供,则试图查找${ivy.settings.file}文件,而如果这个文件也没 有,则使用default默认设置文件 |
url | url of the settings file to use
要使用的设置文件的URL |
|
override | Specify what to do when another settings with the same id has already been loaded.
指示当已经装载一 个同样id的另一个设置时该怎么做 true 当前设置将优先覆盖任何之前定义的使用这个id的设置 false 当前设置将不覆盖之前定义的使用这个id的设置 notallowed 如果已经有使用这个id的设置 被定义,则报告错误 |
No, 默认为 "notallowed" |
host | http authentication host | No, 除非需要http认证。 |
realm | http authentication realm | |
username | http authentication user name | |
passwd | http authentication password |
时间: 2024-11-03 02:10:42