【发布时间】:2014-05-25 22:03:32
【问题描述】:
在 ubuntu OS 上的 liferay 6.2 中部署 Portlet、主题和布局时,我遇到了构建失败。 控制台消息是:
控制台上的构建失败消息:
BUILD FAILED
/opt/scrum-6.2/plugins/layouttpl/20x80-layouttpl/build.xml:7: The following error occurred while executing this line:
/opt/scrum-6.2/plugins/layouttpl/build-common-layouttpl.xml:5: The following error occurred while executing this line:
/opt/scrum-6.2/plugins/build-common-plugin.xml:5: The following error occurred while executing this line:
/opt/scrum-6.2/plugins/build-common.xml:47: The following error occurred while executing this line:
/opt/scrum-6.2/plugins/build-common-ivy.xml:17: The specified destination is a directory
谁能帮帮我?
【问题讨论】:
-
这是完整的控制台日志吗?
-
您使用的是哪个版本的 Ant?它在尝试下载 Ivy JAR 时似乎失败了,然后因为指定的目标是现有文件夹而吓坏了。当前版本的 Ant 应该足够聪明,知道它应该只是将文件下载到文件夹中。
-
这是完整的控制台日志
-
我使用的是ant Apache Ant 1.7.1版
标签: java jakarta-ee ant liferay liferay-6