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
これが実装の要点です。