phing
Phing build.xml in SVN and local build
I am developing in windows environment and my production server has linux. My goal was updating production version from my local machine,开发者_开发知识库 but run in to problems with windows&ssh.[详细]
2023-04-01 01:37 分类:问答Simple way to enumerate the files in a fileset in phing
I am new to phing and trying to verify if my build.xml work开发者_Python百科s as expected. I am looking for a convenient way to enumerate the files in a phing fileset.[详细]
2023-03-31 11:46 分类:问答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, Phi[详细]
2023-03-23 07:21 分类:问答Return value when internally calling target with phing/phingcall
I am calling a target by means of phingcall command. I want to pass back a status variable from the called target or at least change the existing value from the calling target.[详细]
2023-03-22 00:25 分类:问答How to group targets in Phing?
Is there a way to group targets in Phing? I have a number of targets that can be reused by running them in different orders and combinations. For example to create a new dev build:[详细]
2023-03-21 04:45 分类:问答Phing UpToDateTask with mapper?
Can someone give me an example of how to use Phin开发者_开发百科g\'s UpToDateTask with a mapper? I can\'t figure it out and I can\'t find any examples on the net.[详细]
2023-03-20 23:34 分类:问答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 Zend_Co[详细]
2023-03-20 01:27 分类:问答svn checkout not working via phing
I\'m currently trying to write an internal application to be able to deploy our projects to acceptance and production servers with a single click.[详细]
2023-03-19 22:54 分类:问答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, separati[详细]
2023-03-19 12:57 分类:问答Is it possible to delete remote files and directies with phing ftpdeploy?
Is it possible to delete remote dir via Phing ftpdeploy extension?开发者_运维问答 I want to cleanup target storage before copying file there.[详细]
2023-03-18 23:56 分类:问答