phing 2.4.1 (current stable version) doesn\'t 开发者_Python百科have an SSH Task to do remote scripting.
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
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 i
I am having trouble understanding the Phing documentation regarding multiple conditions for a given <if> tag.It implies you cannot have multiple conditions unless you use the <and> tag, bu
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.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am using Phing\'s dbdeploy task to manage my database sche开发者_开发百科ma. This is working fine, as long as there is no errors in the queries of my delta files.
I have a question related to phing. Do I use it on my loca开发者_运维知识库l development machine to deploy an application or do I call it via ssh from production machine? I\'m not sure where to do the
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 I
I\'m trying to use Phing to automate : running tests running DB migrations on each Developer machine [using dbdeply]