Hide
Builder xmls can be present anywhere in the 'builders' directory.
So
config/builders/foo.xml
and
config/builder/bar/foo.xml
are equivalent, but the ResourceLoader does not know that, and the 2 builders will simply _both_ be started, which is impossible. It is unknown which of the 2 has priority.
Show
Builder xmls can be present anywhere in the 'builders' directory.
So
config/builders/foo.xml
and
config/builder/bar/foo.xml
are equivalent, but the ResourceLoader does not know that, and the 2 builders will simply _both_ be started, which is impossible. It is unknown which of the 2 has priority.