Closed ndoulgeridis closed 8 years ago
I'm not sure what the problem is, but it seems to be related to the Windows installation. Can you do some debugging and provide a solution? I do not have a Windows machine to test with unfortunately.
I've opened a PR. Can you checkout this branch by changeing to "symfony2admingenerator/generator-bundle": "dev-bugs-279@dev"
and test if this fixes your problem?
Hello,
I am trying to migrate from old AdminGenerator migrating also from Symfony 2.8 to 3. All seems ok except the following:
When i run from windows: php bin/console cache:clear I get this error:
This is happening only from windows, instead if I run it from VM using ubuntu it works fine. The error is on:
where $generatorParameters['prefix'] is a full windows path to the file (in my error above is
Do I do something wrong or it's a known bug? From my research seems like the regex following is not consider a windows path:
Maybe this regex has to change a bit to consider windows paths.
In old bundle this one was using instead: