Foros de discusión

Liferay 6.1 documentation

Jeremy Lawrence, modificado hace 11 años.

Liferay 6.1 documentation

New Member Mensaje: 1 Fecha de incorporación: 28/11/12 Mensajes recientes
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 hace 11 años.

RE: Liferay 6.1 documentation

Liferay Legend Mensajes: 1399 Fecha de incorporación: 17/09/10 Mensajes recientes
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 hace 11 años.

RE: Liferay 6.1 documentation

Junior Member Mensajes: 78 Fecha de incorporación: 27/01/11 Mensajes recientes
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 hace 11 años.

RE: Liferay 6.1 documentation

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Yes, it's 6.1.1+ when using Liferay 6.1.1 GA1 and 6.1.20+ when using Liferay 6.1.20 EE