Starting to learn and understand phing.
I would like to export sql database using Phing. Is it possible?
Or is the best approach to write bash script to run it? How do you do this within a build.xml file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found out from a book that the best means of doing this is with the exec task: