PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Customize build execution by configuring properties externally

Last modified: 23 August 2023

A Phing build file normally contains property elements that can be configured either manually in the build file itself or externally, in the Phing Build tool window. Properties that are configured externally are passed to Phing through a command line when build execution is launched, and therefore they are every time re-calculated dynamically. Externally configured properties always override the ones set manually in the build file.