magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 154 forks source link

jump over deployLibraries as no Magento libraryPath is set #143

Closed fabio-dotcom closed 9 years ago

fabio-dotcom commented 9 years ago

Writing lock file Generating autoload files start magento core deploy via deployManager start magento module deploy via deployManager start magento deploy via deployManager start magento module deploy via deployManager start magento deploy for connect20/lib_cm start magento deploy for connect20/interface_install_default start magento deploy for connect20/mage_centinel start magento deploy for connect20/mage_compiler start magento deploy for connect20/mage_core_adminhtml start magento deploy for connect20/interface_frontend_rwd_default start magento deploy for connect20/interface_frontend_default start magento deploy for connect20/mage_all_latest start magento deploy for dotcom/magento_template start magento deploy for connect20/cm_redissession start magento deploy for connect20/interface_adminhtml_default start magento deploy for connect20/interface_frontend_base_default start magento deploy for connect20/lib_js_ext start magento deploy for connect20/lib_js_tinymce start magento deploy for connect20/lib_js_mage start magento deploy for connect20/lib_js_calendar start magento deploy for connect20/lib_js_prototype start magento deploy for connect20/lib_mage start magento deploy for connect20/lib_magento start magento deploy for connect20/lib_google_checkout start magento deploy for connect20/lib_credis start magento deploy for connect20/mage_downloader start magento deploy for connect20/lib_linlibertinefont start magento deploy for connect20/magento_mobile start magento deploy for connect20/phoenix_moneybookers start magento deploy for connect20/mage_core_modules start magento deploy for connect20/lib_phpseclib jump over deployLibraries as no Magento libraryPath is set

Flyingmana commented 9 years ago

could you please specifiy if you have a problem or a question regarding this output?

fabio-dotcom commented 9 years ago

Hi, the problem is that files are not copied from vendor into magento lib folder, the procedure stops after coping connect20/lib_phpseclib. Thank you.

screen

Flyingmana commented 9 years ago

yeah, that looks similar to a bug occurring when packages get installed, before the installer is added.

could you try the same with require the installer in version 3.0.0-alpha.2

"magento-hackathon/magento-composer-installer"; "3.0.0-alpha.2"

it needed a lot of refactoring, so there can still happen a few problems other or new problems.

Actually the problem has nothing to do with "jump over deployLibraries as no Magento libraryPath is set", this is part of a yet undocumented/untested feature to add non magento libraries to the lib dir

fabio-dotcom commented 9 years ago

With the 3.0.0-alpha.2 all worked, now only libraries missing are PEAR/* and flex/* but i don't know if they are required somewhere in composer. Thank you.

Flyingmana commented 9 years ago

I dont know about any PEAR or flex directories as part of magento, so I dont think this is still an Issue. If it should be still a problem, please open a new Issue, as this would be another problem then.