i'm using a code-migration-toolkit by Magento.
When i'm running the first step, php bin/migrate.php migrateModuleStructure <src> <dst>,
this is my output:
[2016-06-17 03:44:55][INFO]: Starting module structure converter
←[0;33m[2016-06-17 03:44:55][WARNING]: 0 modules were converted←[0m
[2016-06-17 03:44:55][INFO]: Ending module structure converter
i check the log migration.log , this is the output:
[2016-06-17 03:44:55][INFO]: Starting module structure converter
[2016-06-17 03:44:55][WARNING]: 0 modules were converted
[2016-06-17 03:44:55][INFO]: Ending module structure converter
The output might might be caused by:
Mistyped directories structure :
php bin/migrate.php migrateModuleStructure magento1\sampleModule magento2\sampleModuleapp\code\community\Vendor\Module\etc\config.xmlshould be existing in module1Are the directory permission set to 777