Dawid Pakuła
Dawid Pakuła
I finally finished main restructure step. Each symfony suite have own repository (twig, doctrine, symfony, core-plugin, composer) and I'm able to build after git clone, event with empty .m2 repository...
I'll send mail to pex google group soon
Or maybe use special feature from current PDT snapshot: http://eclip.se/424340
@gossi You have right. #70 is more close to this feature. @pulse00 I have no idea how it will work with ExternalModules (outside php project, different phpVersions, etc..)
Do you need help with that?
The easiest way is a compositeRepository: https://wiki.eclipse.org/Equinox/p2/Composite_Repositories_%28new%29 On github you can put static compositeContent.xml / compositeArtifacts.xml / p2.index files. First embedded repository will be off course your plugin repository, others...
not dead, at least as long as I live ;) anyway, due my personal changes, everything was postponed... but, because php8 become critical in my company, I'm trying to prepare...
If you enable composer support for your project (right click -> configure -> add composer support) it should read it correctly. But be careful, by default composer will try to...
Composer was separate community project that was transferred to us couple years ago. Some auto-discovery works during import/create project but not always. There is a plan to finally build one...