[TYPO3-mvc] Extension Builder lost contact to my extension

Nicolas de Haen typo3 at ndh-websolutions.de
Sat May 11 01:07:20 CEST 2013


Hi Soren,

since TYPO3 v. 6.0 the ExtensionBuilder creates namespaced classes and 
there is no compatibility mode implemented.

It is possible to migrate the extension if you follow these steps:

1. rename all classes to namespaced classes (you have to add a Vendor 
name also). Don't forget to rename also parameter, typehints etc.

2. change the TYPO3 version in the existing ExtensionBuilder.json to 2.5 
or the current version of the extension builder
(search for "extension_builder_version"

3. Load the extension in the extension builder and add the Vendor Name 
you used in the namespace

4. Use a versioning system like git to detect the differences and fix 
issues...

If you renamed the classes correct, the methods etc. should be preserved 
in rondtrip mode

regards,
Nico

-- 
Nico de Haen
ndh websolutions

Webprogrammierung, OpenSource, Typo3



http://www.ndh-websolutions.de


More information about the TYPO3-project-typo3v4mvc mailing list