Foren

Liferay 6.1 documentation

Jeremy Lawrence, geändert vor 11 Jahren.

Liferay 6.1 documentation

New Member Beitrag: 1 Beitrittsdatum: 28.11.12 Neueste Beiträge
G'day guys,

There seems to be an error in the documentation about adding the liferay-look-and-feel.xml file to a theme.

the documentation states the file should contain

<compatibility>
<version>6.1.10+</version>
</compatibility>

On my basic implementation this does not allow the theme to deploy.

However if I remove the 0 and change it to

<compatibility>
<version>6.1.1+</version>
</compatibility>

it works.

Cheers

Jeremy
thumbnail
James Falkner, geändert vor 11 Jahren.

RE: Liferay 6.1 documentation

Liferay Legend Beiträge: 1399 Beitrittsdatum: 17.09.10 Neueste Beiträge
Yeah, I also noticed an error at the bottom of this page (I assume this is the page you're referring to). 6.1.10 is the version number for Liferay Portal 6.1 EE GA1 so it would work if deployed there, but you're probably trying to deploy to 6.1 CE GA2 (6.1.1) . I've filed a docs bug your behalf emoticon
thumbnail
Drew Blessing, geändert vor 11 Jahren.

RE: Liferay 6.1 documentation

Junior Member Beiträge: 78 Beitrittsdatum: 27.01.11 Neueste Beiträge
Hi Jeremy,

What version of Liferay are you trying to deploy the theme with? Is it Liferay 6.1 CE (Community Edition) or Liferay 6.1 EE (Enterprise Edition)? The free, open-source version is Liferay CE and the current version is 6.1.1 (GA2). If that's what you're using then that's why specifying 6.1.1+ worked but 6.1.10+ did not. Liferay 6.1.10 references the latest enterprise edition versioning.
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: Liferay 6.1 documentation

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Yes, it's 6.1.1+ when using Liferay 6.1.1 GA1 and 6.1.20+ when using Liferay 6.1.20 EE