我正在配置wso2移动服务器以从wso2应用程序访问应用程序,在https://docs.wso2.com/display/APPM100/Integrating+a+Mobile+Device+Manager上的步骤是通过命令patch -Np1 -d emm/ < emm-appm.patch.This is not working manager.The my linux计算机来应用补丁程序。我已修改该命令以指向我的EMM_HOME patch -Np1 < emm-appm.patch.The控制台patching file api/appManager.js can't find file to patch at input line 133 Perhaps you used the wrong -p or --strip option? The text leading up to this was: |diff -rupN emm/api/deviceRouter.js emm-mod/api/deviceRouter.js |--- emm/api/deviceRouter.js 2014-06-10 22:53:52.000000000 +0530 |+++ emm-mod/api/deviceRouter.js 2015-03-31 19:24:37.065589000 +0530 File to patch:
发布于 2016-05-05 12:50:56
上面的命令适用于EMM 1.1.0。执行该命令的指令如下。
将%1中的内容复制到名为emm-appm.patch folder
wso2emm-1.1.0/repository/deployment/server/jaggeryapps folder
patch -Np1 -d emm/ < emm-appm.patchhttps://stackoverflow.com/questions/36640251
复制相似问题