phing
how to upgrade phing 'stable' to phing 'trunk' to use SSHTask
phing 2.4.1 (current stable version) doesn\'t 开发者_Python百科have an SSH Task to do remote scripting.[详细]
2023-01-01 19:22 分类:问答How to generate changelog: git log since last Hudson build?
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[详细]
2022-12-29 12:59 分类:问答How to Sync CI (Hudson) Activity into an existing automated Build Process (phing, svn)?
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[详细]
2022-12-27 15:30 分类:问答phing nested if conditions
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[详细]
2022-12-24 13:01 分类:问答what can Phing do that Ant can't?
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.[详细]
2022-12-23 18:01 分类:问答Can I redistribute Phing with non-free software? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-23 13:31 分类:问答Getting Phing's dbdeploy task to automatically rollback on delta error
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.[详细]
2022-12-22 21:34 分类:问答Do I use phing locale or remote?
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[详细]
2022-12-20 08:29 分类:问答Setting up a deployment / build / CI cycle for PHP projects
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[详细]
2022-12-19 00:23 分类:问答How do you manage your build [using Phing] process?
I\'m trying to use Phing to automate : running tests running DB migrations on each Developer machine [using dbdeply][详细]
2022-12-15 14:55 分类:问答