-
as seen on Stack Overflow
- Search for 'Stack Overflow'
phing 2.4.1 (current stable version) doesn't have an SSH Task to do remote scripting.
In the current trunk version, there is a SSH Task that we would like to use.
How can I upgrade my current phing installation (2.4.1) to the latest build? Can I use pear for that without breaking my current phing…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to get the latest revision ID from my SVN project using Phing.
What I'm trying to do is the following:
get latest revision/commit number
from svn
store this revision number as an
attribute (so that I can use this
to append it to the archive I'm
already creating using phing)
I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using Phing's dbdeploy task to manage my database schema. This is working fine, as long as there is no errors in the queries of my delta files.
However, if there is an error, dbdeploy will just run the delta files up to the query with the error and then abort. This causes me some frustration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am having trouble understanding the terms of the LGPL in light of a program that is not written in C or C++. They speak of libraries being linked and 'derivitive' works. If I were to package a php program and sell it, but within the program the deployment mechanism used the phing package (full…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using Phing's dbdeploy task to manage my database schema. This is working fine, as long as there is no errors in my delta file.
However, if there is an error, dbdeploy will just run the delta files up to the query with the error and then abort. This causes me some frustration, because I have…
>>> More