1
vote
1answer
44 views
Running unit tests on both windows and linux
Is there a way, a method, to be able to effectively run unit tests (phpunit) on both linux and windows?
I need to do this because some parts of the system is only available under …
1
vote
2answers
79 views
phing : sending the full log by email ?
Hi,
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 buil …
0
votes
1answer
16 views
Cannot execute zip task in Phing on XP
Hi - I'm using Phing to create build files, but I've noticed that it does not appear to be able to execute the zip task:
<target name="makeroot">
<echo msg="Makin …
0
votes
2answers
39 views
Phing: MySQL import
I'm trying to setup an mysql import script in Phing, but the "<" is causing XML errors. Any ideas?
<exec command="mysql -u${mysql.username} -p${mysql.password} -h ${mysql.s …
7
votes
1answer
199 views
phing and phpUnderControl … working together
Hi,
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 fa …
7
votes
2answers
313 views
How To Deploy Your PHP Applications Correctly?
Hi All,
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 …
0
votes
1answer
59 views
How to generate propel ORM objects on virtual host with no include_path?
I have a dev server with several virtual hosts on it.
Each one needs to be able to run the command: propel-gen ./ creole
That script executes some php that reverse-engineers the d …
1
vote
3answers
373 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
P …
0
votes
2answers
208 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 do …
0
votes
0answers
46 views
Calling Symfony Phing Build Targets - Custom Taskdef or Call the Symfony target directly?
I was just setting up a Phing build.xml file for a Symfony 1.2 application and came across the need to call the symfony propel init tasks.
<!-- build symfony generated libs --& …
0
votes
2answers
65 views
Array property in Phing
I have a phing build file that checks the permission of certain files using the <touch> task.
<target description="list of files to check permission" name="files-to-t …
0
votes
1answer
119 views
Phing and Wordpress configuration
Hi!
I'm using Phing to push a wordpress installation to my production server. Is it possible to define the wp-config properties inside my build file, and then have phing replace t …
0
votes
0answers
202 views
Phing, SVN and local file control
Like most people there comes a time when your localhost layout just doesnt really do it anymore and you find there are files all over the place.
This is what I propose doing and I …
0
votes
1answer
95 views
PHP: Only include files when running phing?
I have the following folder structure:
/main
/loader.php
/build.xml
/components
/package1
/class1.php
/package2
/class2.php
…
8
votes
5answers
602 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 …
