首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >迁移辅助工具不起作用

迁移辅助工具不起作用
EN

Stack Overflow用户
提问于 2017-04-03 00:29:22
回答 1查看 143关注 0票数 0

在使用mfpmigrate辅助工具将IBM Mobilefirst Platform 7.0混合源代码转换为8.0源代码时,我收到以下错误:

代码语言:javascript
复制
C:\Mobilefirst>mfpmigrate client --in C:\Mobilefirst\Example --out C:\Mobilefirst\CordovaNewCode
Error: An error occured during execution of command.
Error: Option '--in' cannot be equal to option '--out'

另外,如果我使用的是scan,那么它会显示No deprecated or not supported APIs found.。尽管我在IBM Mobilefirst Platform 7.1及更低版本中使用了前面提到的旧API。

代码语言:javascript
复制
C:\Mobilefirst>mfpmigrate scan --in C:\Mobilefirst\Example --out C:\Mobilefirst\CordovaNewCode
Starting the process to detect deprecated and not supported APIs...
Getting files from C:\Mobilefirst\...
Scanning C:\Mobilefirst\...
No deprecated or not supported APIs found.
Process to detect deprecated and not supported APIs has completed.

请让我知道为什么它没有转换混合到cordova IBM MobileFirst Platform 8.0。

谢谢,

EN

回答 1

Stack Overflow用户

发布于 2017-04-08 02:37:35

正如文档中提到的,您必须指向实际的应用程序文件夹,例如../Desktop/InvokingAdapterProcedures/apps/InvokingAdapterProcedures,,并且该应用程序还必须具有iPhone或Android等环境。否则,它将抱怨缺少环境。

请参阅:https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/upgrading/migration-cookbook/#classic-hybrid-applications

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/43170688

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档