ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# A.4 Program Exit Codes Phing is script-safe - means that you can execute Phing and Configure within a automated script context. To check back the success of a Phing call it returns an exit code that can be captured by your calling script. The following list gives you details on the used exit codes and their meaning. Table A.3:聽Program Exit Codes ExitcodeDescription`-2`Environment not properly defined`-1`Parameter or configuration error occurred`0`Successful execution (build succeeded), no errors (there may be warnings)`1`Unsuccessful execution (build failed), errors occurred