I have two projects in the same Subversion repository. They both use some standard code/classes (Zend/PEAR/phpMyAdmin 开发者_运维技巧etc) for various things. The repo is organized like this:
I am using H开发者_运维百科udson for CI and, inside it, Phing for automated testing. When I specify a phpunit task in build.xml, the test suite is run. My question is: How does this happen? Hudson is
Does anyone use/have examples of using Phing from PHP? I\'d quite like a web interface for Phing an开发者_运维知识库d am wondering how easily this could be achieved.
i am using phing to backup the database folder of an eclipse project. i want to copy the folder (C:\\xampp\\mysql\\data[projectname]) to a local area network folder (\\[ip adress of backup computer]\\
Currently building a build process with phing. Each time I want to deploy to live, I move the staging version with the following command
When performing a phing process to certain servers, the phing task exits after performing a reflexiveTask with filterChain even though instructions continue. No error is thrown, phing just cleanly ter
How would I script .svn files removal with Phing... I\'m trying this target but it doesn\'t seem to work.
I\'m trying to set an environment variable in a build script with phing. This is normally done command line like this:
[phpunit] Tests run: 415, Failures: 13, Errors: 19, Incomplete: 0, Skipped: 0, Time elapsed: 45.19617 s
i\'m trying to write a buildfile with phing and the GitCloneTask (to clone a repo from github), but i keep getting this message everytime i run phing: The remote end hung up unexpectedly