它显示的唯一消息,即使是当verbose=true是:
[deb] Creating debian package: /dir/packg.deb
[deb] Building data
[deb] Failed to create the Debian package /dir/packg.deb
BUILD FAILED
/dir/build.xml:80: Failed to create the Debian package /dir/packg.deb我见过this answer,但它只适用于Eclipse。
如果Eclipse拥有它,则必须将该文件保存在某个地方。
发布于 2016-08-19 17:13:36
通过传递"-v“参数,可以使ant变得更详细。这将在控制台中显示堆栈跟踪。
https://stackoverflow.com/questions/39044018
复制相似问题