2.4. レポートへのアクセス
Migration Toolkit for Applications を実行すると、コマンドラインの --output
引数を使用して指定する OUTPUT_REPORT_DIRECTORY
にレポートが生成されます。実行が完了すると、ターミナルに次のメッセージとレポートの場所が表示されます。
Report created: OUTPUT_REPORT_DIRECTORY/index.html Access it at this URL: file:///OUTPUT_REPORT_DIRECTORY/index.html
Report created: OUTPUT_REPORT_DIRECTORY/index.html
Access it at this URL: file:///OUTPUT_REPORT_DIRECTORY/index.html
output ディレクトリーには、以下のファイルおよびサブディレクトリーが含まれます。
OUTPUT_REPORT_DIRECTORY/ ├── index.html // Landing page for the report ├── EXPORT_FILE.csv // Optional export of data in CSV format ├── archives/ // Archives extracted from the application ├── mavenized/ // Optional Maven project structure ├── reports/ // Generated HTML reports ├── stats/ // Performance statistics
OUTPUT_REPORT_DIRECTORY/
├── index.html // Landing page for the report
├── EXPORT_FILE.csv // Optional export of data in CSV format
├── archives/ // Archives extracted from the application
├── mavenized/ // Optional Maven project structure
├── reports/ // Generated HTML reports
├── stats/ // Performance statistics
ブラウザーを使用して、レポート出力ディレクトリーにある index.html
ファイルを開きます。MTA レポートの操作については、レポートを確認する を参照してください。