When getting phing to use the SCP and SSH tasks, I currently have to enter my SSH password, but would like the tasks to use the key based authentication I have setup.
I开发者_高级运维 am using Phing and right now I am using this code to upload my files to FTP: <target name=\"ftp.upload\">
I have successfully installed Phing but have a few questions.Right now, in order to use it I have to open up the Terminal and change directory to my /Applicati开发者_运维百科ons/MAMP/bin/php/php5.3.7/
I have the following build.xml and build.properties files: build.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I am trying to get the \"propel-gen reverse\" command working, but just can\'t seem to get the setup right.
I am trying to use Phing to call git and pull a remote private repository, but it\'s not working. Here is my code for Phing:
We\'re using phing to deploy our php application and we got into a little issue with deploying our environments.
Is it possible to perfo开发者_运维知识库rm request to https using http-request phing task? If no - what workaround could you propose? wget?Yes, you are not limited to HTTP only - HTTPS works fine.
I am trying to get phing to work nice with liquibase. But pPing gives this illustrous error (which I honestly can\'t find online)
i have installed Phing 2.4.7.1 on Windows 7 and use the cygwin bash shell I created a Phing task to copy files to a local directory and compress files, but I try to exclude certain directories withou