Top "Phing" questions

Phing is a project build system based on Apache ant.

Setting up a deployment / build / CI cycle for PHP projects

I am a lone developer most of my time, working on a number of big, mainly PHP-based projects. I want …

php continuous-integration phing phpundercontrol
cannot get phing to run at all

Max OS X 10.7.. when i run phing -v i get the following errors: Warning: require_once(phing/Project.php): failed …

php phing
build.xml to set date and time as file name

I want to set file name with date and time attached to it so I want to create file named …

ant behat phing
Select all fields where fieldone is not equal to null + Propel

I have a question about using the propel ORM and creating a query. I have a table "locations" with fields: …

php mysql pear propel phing
How to generate changelog: git log since last Hudson build?

I'm using Phing to do post build tasks in Hudson. I want to generate changelog containing all commits since last …

git bash continuous-integration hudson phing
find replace text in file with Phing

Does anyone know how to find and replace text inside a file with Phing?

phing
PHP build/integration tools: Do you use them?

After reading the "Modern PHP workflow" article in the November 2008 edition of php|architect magazine which discussed unit testing (phpUnit), …

php build continuous-integration phing xinc
How To Deploy Your PHP Applications Correctly?

How to correctly deploy applications from development to production and how to deal with multiple site configurations. All my development …

php svn shell scripting phing
How to provide a password for PostgreSQL's createdb non-interactively?

I have a task in phing where before tests I drop the database if exists and create it. This is …

postgresql jenkins phing
Check if directory exists in Phing and prompt to continue?

I'm trying to check if a directory or file exists in Phing but I cannot even get the basics to …

php phing