PhpStorm 2016.3 Help

Creating a List of Phing Build Files

In this section:

Introduction

A correct Phing build file is an xml file with the root element <project>. Build files are created outside the Phing Build tool window and are normally stored under your PHP project root folder. Find more about writing Phing build files in Phing Getting Started.

Accessing Phing Buide tool window

  1. Open a Phing build file in the editor or select it in the Project tool window, and then choose Add as Phing build file on the context menu of the selection.
  2. Choose View | Tool Windows | Phing Build on the main menu. The tool window can be accessed after you have opened it through the context menu of a Phing build file in the editor or in the Project tool window.

Managing lists of build files

To configure a list of build files, perform these general steps

  1. Open the Phing Build tool window.
  2. To add a build file to the list, click the Add button add.png on the toolbar and choose the required .xml build file in the Select Phing Build File dialog box, that opens.
  3. To remove a build file from the list, select the file and click the Remove button /help/img/idea/2016.3/delete.png on the toolbar.
  4. To navigate to the source code of a build file, select the desired file and choose Jump to Source on the context menu of the selection.

See Also

Last modified: 23 March 2017