Foros de discusión

How to Deploy the EXT Plugin Code.....

thumbnail
Geeta Raghu Vamsi Kotipalli, modificado hace 12 años.

How to Deploy the EXT Plugin Code.....

Junior Member Mensajes: 58 Fecha de incorporación: 10/11/11 Mensajes recientes
Hello

i have recently done a migration step from 5.1.2 to 6.0.6 and i have migrated all the portlets which are available in my old version ext code to the new version ext plugin but now comes the real problem when i do a ant deploy i face some problems and it Build Get Failed .so is there any way to trace out how exactly to deploy a ext code in the plugin??

thanks in advance
Regards
K.G.R Vamsi
thumbnail
Dhrutika Parekh, modificado hace 12 años.

RE: How to Deploy the EXT Plugin Code.....

Expert Mensajes: 435 Fecha de incorporación: 9/02/09 Mensajes recientes
Hi Geeta,

What is the error that your are getting?

To deploy ext plugin you can use "ant direct-deploy" command.

Regards,
Dhrutika
thumbnail
Nilesh Gundecha, modificado hace 12 años.

RE: How to Deploy the EXT Plugin Code.....

Regular Member Mensajes: 205 Fecha de incorporación: 1/12/09 Mensajes recientes
Just ensure that you have the below 3 properties set in your plugin sdk's build.properties. Ideally you need to create a new file with name as build.<UserName>.properties and put all your changes inside that.


app.server.dir = <liferay tomcat home>        (something like "E:\\liferay-portal-6.0.6\\tomcat-6.0.29")
app.server.zip.name = <liferay bundle location>              (something like "E:/liferay-portal-tomcat-6.0.6-20110225.zip")
ext.work.dir = <location where your liferay bundle is extracted>                      (something like "E:/")
</location></liferay></liferay>



You should follow the liferay.com WIKIs to get this done.

Regards,
Nilesh