Foros de discusión

Clone of asset publisher portlet

Sofien Jamel, modificado hace 11 años.

Clone of asset publisher portlet

New Member Mensajes: 6 Fecha de incorporación: 4/08/11 Mensajes recientes
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 hace 11 años.

RE: Clone of asset publisher portlet

Liferay Master Mensajes: 803 Fecha de incorporación: 10/03/08 Mensajes recientes
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 hace 11 años.

RE: Clone of asset publisher portlet

New Member Mensajes: 6 Fecha de incorporación: 4/08/11 Mensajes recientes
Thank you Jignesh ,
I'm happy to read you reply .I will check and let you know .

Regards,

Sofien