There is a basic phing configuration file on the official website, and a complicated one is found online. Compare the configuration file on the official website according to your project :? Xml? Version1.0? EncodingUTF-8 ?????????????! --??? --??????! --? Target :? Prepare ??????????
There is a basic phing configuration file on the official website, and a complicated one is found online. Compare the configuration file on the official website according to your project :? Xml? Version = "1.0 "? Encoding = "UTF-8 "??? ?? ?? ?? ????! --? ========================================================== ====== ?? --?? ????! --? Target :? Prepare ??????????
There is a basic phing configuration file on the official website. I found another complicated file on the Internet. I will compare it with my project.
Official Website configuration file:
?? ?? ?? ?? ????
?? ????
?? ????
?? ?????? ?????????? ?????????? ?????? ?? ????
?? ????
?? ????
?? ?????? ?????????? ?? ?????????? ?????????? ?? ?????????? ?????????? ?? ?????????? ?????????? ?????? ?? ????
?? ????
??? ????
?? ?????? ?????????? ?? ?????????? ?????????????? ?????????????????? ?????????????? ?????????? ?? ?????????? ?????? ??
Third-party configuration file:
?? ??? ?? ??? ????
?? ?????? ?????????? ?????????? ???????? Deploy? To? Env (prod | test ):?? ?????????? ?????????????? ?????????????? ?????????????????? ?????????????????? ?????????????????? ?????????????????? ?????????????? ?????????? ?????????? ?????????????? ?????????????? ?????????????????? ?????????????????? ?????????????????? ?????????????????? ?????????????? ?????????? ?????? ??? ????
?? ?????? ?????????? ???????? Revision? To? Export? From? Svn :?? ?????????? ??? ?????????? ?????????? ?????????? ?????????????? ?????????????????? ?????????????????? ?????????????? ?????????? ?????? ??? ????
?? ?????? ?????????? ?????? ?????? ?????????? ??? ?????????? ??? ?????????? ?????? ?????? ????
?? ?????? ?????????? ?????? ?????? ?????????? ???????? Revision? To? Set? As? Active :?? ??????????? ?????? ?????? ?????? ????
?? ?????? ?????????? ?????? ?????? ?????????? ?????????? ???????? Confirm? Database? Migration? SQL? Script (yes | no ):?? ?????????? ?????????????? ?????????????? ?????????????????? ?????????????? ?????????? ?????? ??
For more information, see the official website: Workshop. This is a good thing.
To better use phing, you still need to read the document: Explain. To better manage and release projects in the future, I 'd like to give it a try.
As a matter of fact, I want to distribute a piece of code to N servers, so I have been trying constantly recently... I have also considered using git for distribution, but it is not yet started. It is estimated that the next step will be to use git for testing.
Original article address: phing configuration file. Thank you for sharing it.