Fórumok

liferay-plugin-package.xml: how to specify 'all versions' compatibility?

donino donino, módosítva 11 év-val korábban

liferay-plugin-package.xml: how to specify 'all versions' compatibility?

Junior Member Bejegyzések: 81 Csatlakozás dátuma: 2011.07.02. Legújabb bejegyzések
Hi,

I use a liferay-plugin-package.xml with this version tags:

<liferay-versions>
<liferay-version>5.0.0+</liferay-version>
<liferay-version>6.0.0+</liferay-version>
<liferay-version>6.1.0</liferay-version>
</liferay-versions>

I expected 5.0.0+ would set the plugin compatibility for all the 5.x releases, but it appears it doesn't not work like this: the plugin is not loaded, and is blacklisted if i try to install it for example on a 5.1 release.

I could not find a documentation on this point, please could someone explains how this "+" release works? Is there a way to make the plugin compatible to any release by default, or must i list all the releases systematically?

Thanks
thumbnail
David H Nebinger, módosítva 11 év-val korábban

RE: liferay-plugin-package.xml: how to specify 'all versions' compatibility

Liferay Legend Bejegyzések: 14914 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
I believe the + only covers the minor releases, i.e. 5.0.0+ would mean 5.0.0, 5.0.1, 5.0.2, etc., but not 5.1.x...
thumbnail
Hitoshi Ozawa, módosítva 11 év-val korábban

RE: liferay-plugin-package.xml: how to specify 'all versions' compatibility

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
Is there a way to make the plugin compatible to any release by default, or must i list all the releases systematically?


Most plugin aren't compatible between major releases.