Fórum

Liferay 6.1 documentation

Jeremy Lawrence, modificado 11 Anos atrás.

Liferay 6.1 documentation

New Member Mensagem: 1 Data de Entrada: 28/11/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Liferay 6.1 documentation

Liferay Legend Postagens: 1399 Data de Entrada: 17/09/10 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Liferay 6.1 documentation

Junior Member Postagens: 78 Data de Entrada: 27/01/11 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Liferay 6.1 documentation

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Yes, it's 6.1.1+ when using Liferay 6.1.1 GA1 and 6.1.20+ when using Liferay 6.1.20 EE