如何使用 Wladm 命令?
How to use Wladm command?
我正在处理扩展的应用程序真实性,我发现我必须使用 Wladm 命令来创建 .wlapp 文件。但我不确定如何在 windows 命令行上使用它。我需要安装它还是会随 MFP CLI 一起提供。请提出建议。
查看此文档主题:Configuring extended app authenticity checking
To enable extended authenticity checking, you must deploy a modified .wlapp file, instead of the original .wlapp file that is generated by the build process. To obtain the modified .wlapp file, use one of the following > two facilities:
- The enable-extended-authenticity command of the wladm Ant task, as described in Commands for apps.
- The enable extended-authenticity command of the wladm program, as described in Commands for apps.
您像往常一样制作 wlapp。然后,您在原始 .wlapp 上应用 wladm 进程,它会修改 .wlapp 文件。然后部署修改后的 .wlapp 文件。
ant 路径和 wladm 工具都可以从 MobileFirst Platform 的生产安装中获得。
我正在处理扩展的应用程序真实性,我发现我必须使用 Wladm 命令来创建 .wlapp 文件。但我不确定如何在 windows 命令行上使用它。我需要安装它还是会随 MFP CLI 一起提供。请提出建议。
查看此文档主题:Configuring extended app authenticity checking
To enable extended authenticity checking, you must deploy a modified .wlapp file, instead of the original .wlapp file that is generated by the build process. To obtain the modified .wlapp file, use one of the following > two facilities:
- The enable-extended-authenticity command of the wladm Ant task, as described in Commands for apps.
- The enable extended-authenticity command of the wladm program, as described in Commands for apps.
您像往常一样制作 wlapp。然后,您在原始 .wlapp 上应用 wladm 进程,它会修改 .wlapp 文件。然后部署修改后的 .wlapp 文件。
ant 路径和 wladm 工具都可以从 MobileFirst Platform 的生产安装中获得。