Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
访问ant的日志_Ant_Installation_Phpunit - Fatal编程技术网

访问ant的日志

访问ant的日志,ant,installation,phpunit,Ant,Installation,Phpunit,我正在尝试使用phpunit从github安装一个项目。项目使用composer安装依赖项。 当我运行ant构建项目时,我会收到一条简单的错误消息,但我希望访问更完整的ant日志。可以去吗 最好的, Mehdi见: 例如,使用: -verbose, -v 了解ANT做什么以及它如何解决依赖关系非常流行 塞巴斯蒂安谢谢,这正是我想要的

我正在尝试使用phpunit从github安装一个项目。项目使用composer安装依赖项。 当我运行ant构建项目时,我会收到一条简单的错误消息,但我希望访问更完整的ant日志。可以去吗

最好的, Mehdi

见:

例如,使用:

-verbose, -v
了解ANT做什么以及它如何解决依赖关系非常流行


塞巴斯蒂安

谢谢,这正是我想要的