magenta-aps / alfresco-repo-libreoffice-online-module

LibreOffice Online module for Alfresco repository
8 stars 14 forks source link

Is it compatible with Alfresco 6.x ? #8

Open enribar opened 4 years ago

enribar commented 4 years ago

Hi, has anyone tried this module (and the share module) with Alfresco 6.x?

DarkStar1 commented 4 years ago

Not at all. Do you have issues with the module?

enribar commented 4 years ago

I tried to edit pom.xml inserting

<alfresco.platform.version>6.2.0</alfresco.platform.version>
<alfresco.share.version>6.2.0</alfresco.share.version>

but Maven fails to download. So I was wondering if there are any chances that these modules can work with Alfresco 6.x (after some tinkering) or they need to be completely rewritten to work with newer Alfresco versions.

DarkStar1 commented 4 years ago

Your issue is that the developers sdk used for this project is older than that required for the alfresco 6.x. There's however, nothing stopping you from packaging this project and bringing it in as a dependency for an alfresco 6.x project. Note: You also do not need to do a full installation of the LibreOffice Online any longer. It should be possible to download a LOOL docker image and use that instead.