2

我正在开发一个产品。但是,当我尝试安装它时,我在控制面板上看到以下错误,因此我无法安装/激活它。

Some products were found to have errors when compiling the install file.

my.package

Error Type
    Missing dependency
Error Value
    profile-collective.portlet.explore:default

即使在运行 buildout 并且没有显示任何错误之后也是如此。有什么想法吗?

4

1 回答 1

3

GenericSetup 安装配置文件列出了 GenericSetup 不可用的依赖项。从您的配置文件的 metadata.xml 中删除依赖项或安装collective.portlet.explore到您的构建中。

于 2012-05-09T13:20:37.633 回答