phing
Keep PHP classes (Zend, PEAR) in Subversion?
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:[详细]
2023-03-18 08:15 分类:问答How does Hudson running on JVM calls phpUnit which requires a php container?
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[详细]
2023-03-15 05:58 分类:问答Using Phing programmatically
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.[详细]
2023-03-13 03:27 分类:问答Phing: Backup folder to local area network
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]\\[详细]
2023-03-11 00:26 分类:问答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[详细]
2023-03-04 18:31 分类:问答Phing 2.4.5 ReflexiveTask exits on some servers
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[详细]
2023-03-04 09:37 分类:问答delete .svn files with Phing (or Ant)
How would I script .svn files removal with Phing... I\'m trying this target but it doesn\'t seem to work.[详细]
2023-03-01 02:04 分类:问答Phing exec command to set environment variable
I\'m trying to set an environment variable in a build script with phing. This is normally done command line like this:[详细]
2023-02-28 21:03 分类:问答how can i get the failures details about phpunit and phing results
[phpunit] Tests run: 415, Failures: 13, Errors: 19, Incomplete: 0, Skipped: 0, Time elapsed: 45.19617 s[详细]
2023-02-22 10:18 分类:问答GitCloneTask doesn't clone repository ("The remote end hung up unexpectedly")
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[详细]
2023-02-21 23:11 分类:问答