Fórum

Clone of asset publisher portlet

Sofien Jamel, modificado 11 Anos atrás.

Clone of asset publisher portlet

New Member Postagens: 6 Data de Entrada: 04/08/11 Postagens Recentes
Hi,
I've spent 4 days to get a solution for importing the existing asst publisher portlet within Eclipse and re-deploy it after changing the name and the Id .
Could anybody help me on this ? ,I need just to import existing asset publisher and re-deploy it again using Eclipse .

Regards,
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Clone of asset publisher portlet

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Hi Sofien,

Existing asset publisher portlet is developed on strut base application.
So you can create separate struts plugin portlet and then apply complete configuration from liferay-portlet.xml,portlet.xml,stuts-config.xml,tiles-def.xml .
Also take the complete bunch of jsp from tomcat location (i.e. liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23\webapps\ROOT\html\portlet\asset_publisher).
Also copy all the java classes and proper packages and put it into newly created plugin.
Most probably this much code you may need to copy and need to put on proper place in new portlet code.
Sofien Jamel, modificado 11 Anos atrás.

RE: Clone of asset publisher portlet

New Member Postagens: 6 Data de Entrada: 04/08/11 Postagens Recentes
Thank you Jignesh ,
I'm happy to read you reply .I will check and let you know .

Regards,

Sofien