Foren

How to deploy liferay theme using code?

thumbnail
Nitesh Sahay, geändert vor 12 Jahren.

How to deploy liferay theme using code?

Junior Member Beiträge: 58 Beitrittsdatum: 28.11.11 Neueste Beiträge
I want to deploy a customized liferay theme using code before any other portlet deployement...
bcz when the theme deployed after the deployement of hook it thrwos an NoSuchThemeFound exception...
so plz give me how can i overcome with my prob....
thumbnail
David H Nebinger, geändert vor 12 Jahren.

RE: How to deploy liferay theme using code?

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Since they have a dependency, put the hook and the theme in the same war project. They will both be deployed together, and the dependency will be satisfied.
thumbnail
Nitesh Sahay, geändert vor 12 Jahren.

RE: How to deploy liferay theme using code?

Junior Member Beiträge: 58 Beitrittsdatum: 28.11.11 Neueste Beiträge
Thank u...