Fórumok

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

thumbnail
Jack Bakker, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 978 Csatlakozás dátuma: 2010.01.03. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Legend Bejegyzések: 14914 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
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...