我正在使用基于 MFP 7.0 Java 的适配器,当我尝试通过 CLI 和 Eclipse 构建时,出现以下错误:
Error:
BUILD FAILED
/Applications/IBM/MobileFirst-CLI/mobilefirst-cli/node_modules/generator-worklight-server/lib/build.xml:133: The following error occurred while executing this line:
/Applications/IBM/MobileFirst-CLI/mobilefirst-cli/node_modules/generator-worklight-server/lib/build.xml:159: /wlp/dev does not exist.
我可以很好地构建基于 JavaScript 的适配器,这只是在尝试构建 Java 适配器时。
编辑:
这是我在 Eclipse 中使用 MFP Studio 插件时遇到的构建错误:
The installation directory is not valid. Check that the path points to a Liberty profile runtime environment (e.g. <path>/wlp).
这是我们JavaSampleAdapterResource.java
实施的要点。