Tagged Questions
Phing is a project build system based on Apache ant. You can do anything with Phing that you could do with a traditional build system like Gnu make, and Phing's use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework.
78
votes
6answers
5k views
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 to professionalize and automate how changes to the code base are handled, and create a Continuous ...
16
votes
5answers
3k views
Do you use Phing?
Does anyone use Phing to deploy PHP applications, and if so how do you use it? We currently have a hand-written "setup" script that we run whenever we deploy a new instance of our project. We just ...
16
votes
7answers
1k views
How much of the Web build process do you/should you automate?
How much of the Web build process do you/should you automate?
And what is your system of choice?
Off the top of my head I would say that for a real one-step web 'build' the following steps would ...
11
votes
3answers
3k views
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 are done thru svn located at var/svn/myapp/trunk and
the ...
10
votes
2answers
954 views
what can Phing do that Ant can't?
I'm doing PHP development and I'm thinking of using one of these. I have both PHP and Java installed on my machine. In theory I could use any of the two.
What are the compelling arguments to pick ...
9
votes
3answers
2k views
What's the difference between Phing and PHPUnderControl?
We currently use a hand-rolled setup and configuration script and a hand-rolled continuous integration script to build and deploy our application. I am looking at formalizing this somewhat with a ...
8
votes
2answers
723 views
phing and phpUnderControl … working together
Has anyone got these to work together seemlessly? I have tried, had some success using the plugin at http://phing.info/trac/wiki/Users/Documentation/CruiseControl, but have failed to:
Get the ...
8
votes
3answers
2k views
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), build tools (Phing) and continuous integration (Xinc), ...
7
votes
3answers
248 views
2 cloud servers, one dev, one prod; what's a good deployment process?
Currently using LAMP stack for my web app. My dev and prod are in the same cloud instance. Now I am getting a new instance and would like to move the dev/test environment to the new instance, ...
6
votes
1answer
143 views
How to store shared configuration for zend, phing and phpunit?
I have a PHP application that is written with Zend Framework. It uses Phing for a build system and PHPUnit for unit testing. All these parts have configuration settings. Zend uses application.xml, ...
5
votes
1answer
99 views
phing mentality
I'm trying to get into the mindset of CI and have been playing with Phing this weekend. It all seems straight forward enough to use and have many examples going already.
However something that still ...
5
votes
1answer
124 views
Choosing properties in Phing (and Ant) build scripts
I am working with databases in my build script. All the database details are in my properties file, but I was wondering how I could easily have the user choose which set of details to use? I am ...
5
votes
3answers
867 views
Why won't PHP create this zip file (permissions issue)
I am on windows
I am using PHING to zip up some files
I have lots of things being zipped
Zipping works, except for ones that include a particular phing fileset in the files being zipped
When I debug, ...
5
votes
5answers
485 views
phing : sending the full log by email?
I'm using phing for some automatic-building process on a project, and was wondering : how can I get the full log by email ?
When I launch phing by the command-line, the building-log is displayed ; I ...
5
votes
3answers
1k views
Phing, Xinc or phpUnderControl - which one will last?
I am still looking into which one of these tools I should use. When I was poking around I noticed none of them really have any new releases:
Xinc
Version 2.0.1 released 02/05/08
Phing
Version 2.3.3 ...
5
votes
5answers
2k views
Are there ssh and scp tasks available for phing?
I would like to do remote deployment from my build machine onto a server. The remoting can be done via ssh commands from a script, but I would rather use phing and a deploy.xml file that would do the ...
4
votes
5answers
166 views
Preprocessing PHP to remove functionality from built files
I've been reading about Phing and Ant and I'm not sure which, if either, of these tools are most useful for this scenario.
It could easily be debug statements etc, but I'll give you our literal ...
4
votes
2answers
730 views
Deploying a PHP webapp to multiple EC2 instances behind a Elastic Load Balancer
my question is basically two questions, but since they are closely related I thought that it makes sense to ask them en-bloque.
Case:
I am running a webapplication, which is distributed over multiple ...
4
votes
2answers
973 views
Best Way to Deploy Zend Web Application
I've read a lot about deploying applications here, but haven't found a suitable answer to our needs yet.
We have a large web application built with the zend framework that we want to deploy to a ...
4
votes
2answers
1k views
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 successful Hudson build. But looks like neither Hudson nor Git plugin for Hudson does ...
4
votes
1answer
512 views
How do you manage your build [using Phing] process?
I'm trying to use Phing to automate :
running tests
running DB migrations on each Developer machine [using dbdeply]
deployment to production when needed
I think it does make sense to add a build ...
4
votes
3answers
2k views
Recommend a Phing tutorial?
I've seen a few tutorials about Phing out there, but does anyone have a really good recommendation for one. It definitely looks like a handy tool.
3
votes
2answers
61 views
How to hide some phing targets from xml
i have about 25 phing targets, when i list them in the console.
But 5 of them are just needed by other targets and i will never trigger them alone.
is there a possibility to hide them?
For example:
...
3
votes
3answers
64 views
Running Scripts One Time When Deployed
We're currently using Phing for deployment and use dbdeploy to apply any database changes. However, there are occasionally changes we'd like to make during deployment that are better handled by our ...
3
votes
4answers
545 views
find replace text in file with Phing
Does anyone know how to find and replace text inside a file with Phing?
3
votes
1answer
405 views
Why is my unit test failing via Hudson/Phing, but succeeding via Phing on the command line?
General Info:
PHP 5.3.3
PHPUnit 3.4
Zend Framework 1.10.8
Phing build target
<target name="test">
<echo msg="PHPUnit..." />
<phpunit codecoverage="false" haltonfailure="true" ...
3
votes
1answer
766 views
Eclipse PDT & Phing
Is there any integration of Phing with Eclipse PDT and if not, are there any plans to do so?
I found an eclipse plugin "PTI - PHP Tool Integration" that integrates php tools like PHP Depend, PHPUnit ...
3
votes
1answer
478 views
exec a command on each file in a phing target
how can execute a command in phing on each file of a fileset target
for example:
<exec command="cat {$filepath}">
<fileset dir=".">
<include name="*.php">
</fileset>
...
3
votes
1answer
106 views
What does ** mean in Phing?
The Phing User's Guide uses the following description of the ** file filter:
"Two asterisks (**) may include above the "border" of the directory separator."
I'm having a hard time deciphering what ...
3
votes
2answers
981 views
Copy a whole directory with phing
Does anyone know if its possible to use phing to copy an entire folder with files and sub folders (joomla core download) to another folder, but without the .svn folders.
I have downloaded joomla ...
2
votes
1answer
37 views
Do Build scripts wait for Command line tasks to complete before proceeding?
Sorry if this question seems vague, I am actually asking about the Phing build script in PHP which is built off of the Ant build script for Java but I assumed that other build scripts for other ...
2
votes
1answer
169 views
Propel 1.6, Phing, Windows 7 - How to set this up?
I am trying to get the "propel-gen reverse" command working, but just can't seem to get the setup right.
Right out of the box, I get this error:
... generator/bin/propel-gen: line 69: phing: ...
2
votes
1answer
88 views
“phing.types.Path doesn't support nested text data” - what does it mean?
I have the following Phing configuration file:
<?xml version="1.0" encoding="UTF-8"?>
<project name="ru.fractalizer.phpsweetpdo" default="make-phar-packages" basedir="..">
<target ...
2
votes
1answer
152 views
Raw PHP in PHPUnit test response
I've managed to get PHPUnit setup with my Zend Framework project using Phing to execute the tests at build time via an Eclipse external tool. My tests are found and executed at build time, but for ...
2
votes
1answer
240 views
Restarting apache with Jenkins or Phing
I'm currently using Phing and Jenkins to automate builds and deployment for my CodeIgniter app. One problem I'm having trouble with is restarting the apache service. I tried in Phing but there isn't ...
2
votes
3answers
166 views
How to preserve application.ini paths using Zend_Config_Writer_Ini
I'm currently working on a build system in Phing that takes a Zend Framework project template and configures it according to Phing parameters. One problem that I've come across is when using ...
2
votes
2answers
251 views
Phing - how to checkout from svn, then upload via ftp and chmod directories
I have been reading the Phing documentation and it makes sense, but I'm not able to find out from there or on Google (or here) how to do what I would consider to be a fairly normal build procedure - ...
2
votes
1answer
50 views
MoveTask in phing to slow
Currently building a build process with phing. Each time I want to deploy to live, I move the staging version with the following command
<move file="${next_version}" tofile="${current_version}" ...
2
votes
1answer
281 views
Setting multiple Phing properties from command line
<?xml version="1.0" ?>
<project name="first" basedir="." default="build-skeleton">
<property name="dirName" value="module" />
<property name="fileName" value="config" ...
2
votes
1answer
151 views
multiple tests clashing in phing
We have a Phing script that is used by Hudson to build/test our PHP site.
Some of our unit tests load the main function library; others use a mock to avoid having to do so (or to provide specific ...
2
votes
1answer
244 views
Phing Property in property file should contain multiple values
As far as I know it is not posssible to have an array of values in a property file.
What would be the best solution to store multiple values in a property?
e.g. part of property file
# directory ...
2
votes
1answer
255 views
how to iterate (loop) through directories in phing?
I want to create phing task for some plugins so the directory structure is something like
root
- plugin1
- index.php
- plugin2
- index.php
etc..
I want to run same tasks on each ...
2
votes
1answer
434 views
Is there any integration available for phing with netbeans?
I could not find any phing plugin for netbeans
2
votes
1answer
338 views
php exec memory usage with phing
I'm automating some tasks using phing and yui compressor and I'm running into a memory problem. I'm curious if there is a better way to handle this.
Part of phing build script
<target ...
2
votes
3answers
1k views
Separate Building from Deployment with Hudson
We have started using Hudson, and the current workflow is:
checkout locally > code > run tests > update > run tests > commit
Rather that polling, Hudson simply sits there until we instantiate a ...
2
votes
2answers
371 views
phing + sftp to upload site as part of automated build
Does anybody know of an easy way to upload files to a remote server using SFTP from within a Phing build? I cant seem to find a custom or native Phing task to do this. The other problem is the ...
2
votes
1answer
305 views
how to upgrade phing 'stable' to phing 'trunk' to use SSHTask
phing 2.4.1 (current stable version) doesn't have an SSH Task to do remote scripting.
In the current trunk version, there is a SSH Task that we would like to use.
How can I upgrade my current phing ...
2
votes
1answer
176 views
how to “lock” live site when doing (phing) deployment
On http://www.slideshare.net/eljefe/automated-deployment-with-phing in slide 15 they are talking about "locking the live site" when doing deployment.
We are running multiple webshops in a SAAS ...
2
votes
2answers
328 views
How to Sync CI (Hudson) Activity into an existing automated Build Process (phing, svn)?
OUR CURRENT BUILD PROCESS
We're a small team of developers (2 to 4 people depending on project) who currently use Phing to deploy code to a staging environment, before going live. We keep our code in ...
2
votes
1answer
94 views
Can I redistribute Phing with non-free software?
I am having trouble understanding the terms of the LGPL in light of a program that is not written in C or C++. They speak of libraries being linked and 'derivitive' works. If I were to package a php ...