[FLOW3-general] using libraries via composer

Karsten Dambekalns karsten at typo3.org
Sat Dec 15 09:23:46 CET 2012


Hi.

On 14.12.12 18:33, Vaclav Janoch wrote:
>   Uncaught Exception
>     [Semantical Error] The annotation "@configkey" in method
>     Zend\Code\Generator\ClassGenerator::fromArray() was never imported. Did
>     you maybe forget to add a "use" statement for this annotation?
> 
>   More Information
>     Exception code      #0
>     File
>   /export/www/zf2.de.dev-vm.local/htdocs/Packages/Libraries/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php
>   line 52

Add this to your package's (or global) Settings.yaml:

TYPO3:
  Flow:
    reflection:
      ignoredTags: ['configkey']

Add an other annotations as needed.

Regards,
Karsten
-- 
Karsten Dambekalns
TYPO3 Core Developer, Neos / Flow Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the FLOW3-general mailing list