mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
The reverse engineering command requires existing entities #5702
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kwadz on GitHub (Sep 16, 2017).
Originally assigned to: @Ocramius on GitHub.
The documentation sates that the first step is to create the metadata files:
This suggests we can start from scratch, without any existing entities in
AppBundle/Entity. However with a fresh install of a symfony_demo project, created withsymfony demo, when we execute the following command:php bin/console doctrine:mapping:import --force AppBundle xmlwe get:
@Ocramius commented on GitHub (Sep 16, 2017):
Please reproduce this with the plain ORM: with Symfony in the mix, we really can't help you. The specific exception even shows symfony specific details.
Closing here, please reopen once isolated the bug.
@Kwadz commented on GitHub (Sep 16, 2017):
Sorry, wrong place... This is related to DoctrineBundle.