AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# B.32 Phingversion Stores the Phing version (when used as task) or checks for a specific Phing version (when used as condition). Table B.32:聽Attributes NameTypeDescriptionRequired (Task)Required (Condition)`atleast``String`The version that this at least. The format is `major.minor.point`.NoOne of these. `exactly``String`The version that this phing is exactly. The format is `major.minor.point`.No`property``String`The name of the property to set.YesNo (ignored) B.32.1 Example `<phingversion property="phingversion"/>`Stores the current Phing version in the property `phingversion`. `<phingversion property="phingversion" atleast="2.9"/>`Stores the Phing version in the property `phingversion` if the current Phing version is 2.9.0 or higher. Otherwise the property remains unset. `<phingversion property="phing-is-exact-292" exactly="2.9.2"/>`Sets the property `phing-is-exact-292` if Phing 2.9.2 is running. Neither 2.8.2 nor 2.9.1 would match.