掲示板

Liferay 6.1 documentation

11年前 に Jeremy Lawrence によって更新されました。

Liferay 6.1 documentation

New Member 投稿: 1 参加年月日: 12/11/28 最新の投稿
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
11年前 に James Falkner によって更新されました。

RE: Liferay 6.1 documentation

Liferay Legend 投稿: 1399 参加年月日: 10/09/17 最新の投稿
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
11年前 に Drew Blessing によって更新されました。

RE: Liferay 6.1 documentation

Junior Member 投稿: 78 参加年月日: 11/01/27 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Liferay 6.1 documentation

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Yes, it's 6.1.1+ when using Liferay 6.1.1 GA1 and 6.1.20+ when using Liferay 6.1.20 EE