Foren

vaadin wizard liferay-portlet.xml and folders different between v6.0.6 /v6.

thumbnail
Jack Bakker, geändert vor 11 Jahren.

vaadin wizard liferay-portlet.xml and folders different between v6.0.6 /v6.

Liferay Master Beiträge: 978 Beitrittsdatum: 03.01.10 Neueste Beiträge
with Liferay IDE 1.6 with Liferay v6.0.6 SDK:

folders css and js get created and liferay-portlet.xml is:

<portlet>
<portlet-name>newvaadinportlet</portlet-name>
<icon>/icon.png</icon>
<instanceable>false</instanceable>
<header-portlet-css>/css/main.css</header-portlet-css>
<footer-portlet-javascript>
/js/main.js
</footer-portlet-javascript>
<css-class-wrapper>newvaadinportlet-portlet</css-class-wrapper>
</portlet>


--

with Liferay IDE 1.6 with Liferay v6.1 SDK:

folders css and js do not get created and liferay-portlet.xml is:

<portlet>
<portlet-name>test</portlet-name>
<icon>/icon.png</icon>
<instanceable>false</instanceable>
<ajaxable>false</ajaxable>
<css-class-wrapper>test-portlet</css-class-wrapper>
</portlet>

--

intentional ?
thumbnail
David H Nebinger, geändert vor 11 Jahren.

RE: vaadin wizard liferay-portlet.xml and folders different between v6.0.6

Liferay Legend Beiträge: 14915 Beitrittsdatum: 02.09.06 Neueste Beiträge
The values would be based upon what you have in ${sdk}/tools/portlet_tmpl/docroot/WEB-INF/liferay-portlet.xml.

Have you checked to see what is in there for the 6.1 SDK?

You could add them back in if you want...