| 属性 | 描述 | 要求 |
| reference | the reference of the path to set 要设置的路径引用 | Yes |
| ivyfilepath | the relative path from files to order to corresponding ivy files 从文件到对应的ivy文件的相对路径 | No. 默认为 ${ivy.buildlist.ivyfilepath} |
| root | since 2.0 the names of the modules which should be considered as the root of the buildlist. 从2.0起 模块名 (可以是多个)将被认为是构建列表的root since 1.3 Was limited to only one module name before 2.0. 从1.3起在2.0前被 限制为只能设置一个模块名 | No. 默认没有root (在构建列表中所有模块都将被使用) |
| excluderoot | since 1.3 true if the root defined should be excluded from the list 从1.3起 true如果需要将定义的root排除在 列表之外 | No. 默认是false |
| leaf | since 2.0 the names of the modules which should be considered as the leaf of the buildlist. 从2.0起 模块名 (可以是多个)将被认为是构建列表的leaf since 1.4.1 Was limited to only one module name before 2.0. 从1.4.1起在2.0 前被限制为只能设置一个模块名 | No. 默认没有leaf (在构建列表中所有模块都将被使用) |
| onlydirectdep | since 2.0 true if the resulting list should be restricted to direct dependencies of root modules or modules that directly depends on the leaf modules. This field is ignored when neither root neither leaf is filled. 从2.0起 true如果结果列表被限制为root模块的直接依赖或者直接依赖leaf模块。当root和leaf都没有被设置时这个属性将 被忽略 | No. 默认是false |
| delimiter | since 2.0 delimiter to use when specifying multiple module names in the root and leaf properties. 从2.0起 当指定多个模块名时在root和leaf属性中使用的分隔符 | No. 默认是逗号(,). |
| excludeleaf | since 1.4.1 true if the leaf defined should be excluded from the list 从1.4.1起 true如果需要将定义的leaf排 除在列表之外 | No. 默认是false |
| haltonerror | true to halt the build when an invalid ivy file is encountered, false to continue 当遇到一个无效的ivy文件 时,true终止构建,false继续 | No. 默认是true |
| skipbuildwithoutivy | Deprecated, use onMissingDescriptor instead. true to skip files of the fileset with no corresponding ivy file, false otherwise. If false the file with no corresponding ivy file will be considered as independent of the other and put at the beginning of the built filelist. 申明不赞成继续使用,请使用onMissingDescripto。 | No. 默认是false |
| onMissingDescriptor | since 2.0 Specify the action to take when no module descriptor file is found for a file of the fileset. Possible values are: 从2.0起 当文件集合中的一个文件找不到模块描述文件时指定处理动作: head put at the head of the built filelist. tail put at the tail of the built filelist. skip skip the file, which won"t be put in the build filelist at all. warn warn and put at the head of the build filelist. fail halt the build with a failure. | No. Defaults to "head" |
| reverse | true to obtain the list in the reverse order, i.e. from the most dependent to the least one true 用于获取 倒叙排列的列表。例如从最大依赖到最小 | No. 默认是 false |
| restartFrom | since 2.0 The name of the module which should be considered as the starting point in the buildlist. This allows for the build to be started at any point in the dependency chain. 从2.0起 被认为是构建列表的起点的模块的名字。这容许 构建从依赖链的任意节点开始。 | No. 默认没有restart point (在构建列表中所有模块都将被使用). |
| settingsRef | since 2.0 A reference to the ivy settings that must be used by this task 从2.0起 必须被这个任务使用的ivy设 置的一个引用。 | No, 默认使用"ivy.instance". |