PhingTask

This task calls another build file. You may specify the target that is to be called within the build file. Additionally, the <phing> Tag may contain <property> Tags (see the section called “PropertyTask ”).

Table 47. Attributes

Name Type Description Default Required
inheritAll Boolean If true, pass all properties to the new phing project. true No
inheritRefs Boolean If true, pass all references to the new phing project. false No
dir String The directory to use as a base directory for the new phing project. Default is the current project's basedir, unless inheritall has been set to false, in which case it doesn't have a default value. This will override the basedir setting of the called project. n/a No
phingFile String The build file to use. Defaults to "build.xml". This file is expected to be a filename relative to the dir attribute given. n/a Yes
target String The target of the new Phing project to execute. Default is the new project's default target. n/a No
haltonfailure Boolean If true, fail the build process when the called build fails false No