Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 423 Bytes

File metadata and controls

executable file
·
15 lines (9 loc) · 423 Bytes

Create phing build file

Helps create phing build files. It was developed to easily create phing build files for the intraface public repositories located at public.intraface.dk.

From the command line, do the following.

create-build-file

Troubleshooting

Problem: "undefined function PEAR_Config::getRemote()". Solution: Remove support for mirrors in PEAR/PackageUpdate.php. Set $mirror = false on line 721.