AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# B.40 RunTargetTask Phing task that runs a target without creating a new project. ### Difference to `<phingcall>` The main difference of `<runtarget>` and `<phingcall>` is that `<phingcall>` will start the phing target in a new project and will not affect the main project.`<runtarget>` calls a target in the same project, which could be have an effect on any existing properties. Dependency management would only be given by `<phingcall>`. Table B.40:聽Attributes NameTypeDescriptionDefaultRequired`target``String`The name of the target to run.n/aYes B.40.1 Example `<runtarget target="test" />`