I'm also having these problems. As per it not finding my providers and manifests:
I've been confused because the docs say that the BasicLoader will look at all files and directories in your include path for files ending in Provider.php or Manifest.php, but I don't think it does. The IncludePathLoader does do that, but it looks like BasicLoader is used by default, as it is set by Zend_Tool_Framework_Client_Console in _preInit on line 167 (of Zend/Tool/Framework/Client/Console.php). IncludePathLoader is the default loader instantiated by the registry, but it only instantiates it if the Loader hasn't already been set, which it has been by Zend_Tool_Framework_Client_Console and it's the BasicLoader (see getLoader on line 200 of Zend/Tool/Framework/Registry.php). The basic loader does load some basic Zend stuff that is needed, but not having the IncludePathLoader is frustrating. As per it cutting off the first letter of my provider name: That happened to me, and it's just so weird. I can offer nothing but solidarity on this one, no solution. Outside of hacking at the code, or writing your own shell script and extending some of the classes, I'm not sure what to do. Does anyone know of a hook somewhere in the Tool system where you can force the IncludePathLoader to be used? -- View this message in context: http://n4.nabble.com/Zend-Tool-doesn-t-find-my-providers-tp1675781p1677128.html Sent from the Zend Framework mailing list archive at Nabble.com.
