2017-07-04 20 views
0

liferay 7でVMテーマを作成したいと思います。私はpackage.jsonで変更を加え、templateLanguageをvmに変更しました。次に、liferay-look-and-feel.xmlを変更し、タグ値をcmに変更して、ビルドを行いました。 VMファイルが作成されますが、私はそれをサーバーにデプロイするとき、私はこの警告を得る:ブラウザでも
Liferay 7のVMテーマの作成

09:53:24,368 WARN [Refresh Thread: Equinox Container: a046c07b-9d60-0017-134e-c4d1864b896c][ThemeHotDeployListener:129] Support of Velocity is deprecated. Update theme testTheme to use FreeMarker for forward compatibility. 

を、コントロールパネルとヘッダのタブが表示されず、代わりに警告が以下のように表示されます:
以下

An app that can VIEW com.liferay.admin.kernel.util.PortalProductNavigationControlMenuApplicationType$ProductNavigationControlMenu belongs here. Please contact the portal administrator or install such an app from the Liferay Marketplace. 

は、ブラウザに警告が表示されているかのリンクです:Image of Warning Message

問題となることがありますか?

答えて

0

アプリケーションを6.2から7に移行したとき、私は同じ問題に直面していました.Liferay 7はfreemarkerテンプレート言語をサポートしています。私がVelocityを使用したとき、私は空白のページを取得するために使用され、ページは表示されませんでした。私はfreemarkerを使用するように助言する。

関連する問題