2017-04-02 10 views
0

작동하지 않음 scan을 사용하면 No deprecated or not supported APIs found.이라고 표시됩니다. 비록 IBM Mobilefirst Platform 7.1 및 그 이하 버전에 대해 언급 한 것처럼 오래된 API를 사용했지만.마이그레이션 지원 도구는 IBM MobileFirst 플랫폼 8.0 소스 코드에 대한 IBM Mobilefirst 플랫폼 7.0 하이브리드 소스 코드의 변환 도구를 지원 mfpmigrate 사용하는 동안 다음과 같이 내가 오류를 얻고있다

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. 

하이브리드를 코드바 IBM MobileFirst Platform 8.0으로 변환하지 않는 이유를 알려주십시오.

감사, 문서에서 언급 한 바와 같이

+0

코드에서 더 이상 사용되지 않는 API의의가 될 수 없습니다. 당신은 당신이 당신의 프로젝트에서 사용하기를 꺼려하는 오래된 API에 대해 언급 할 수 있으며,이 도구는 "스캔"중에 그것을 식별하지 않습니다. –

+0

Re : '--in은 옵션과 동일 할 수 없습니다. --out'- 기본 디렉토리 경로 밖에서 완전히 다른 디렉토리를 가리 키려고 했습니까? 예 : C : \ Mobilefirst_2 \ CordovaNewCode? – Forty3

+0

@deepak, 예제 프로젝트를 제공 할 수 있습니까? dropbox 또는 다른 파일 공유 서비스를 통해 공유 할 수 있습니까? – Srik

답변