Foros de discusión

how do i put liferay portlets under version control

thumbnail
rajesh nivrutti ugale, modificado hace 15 años.

how do i put liferay portlets under version control

New Member Mensajes: 15 Fecha de incorporación: 16/01/09 Mensajes recientes
Hello,
I am using LR 5.2.1 with MySQL as a database on OS Ubuntu 7.10 - the Gutsy Gibbon .
my question is :

how do i liferay portlets under version control ????
thumbnail
Madhu Yadav, modificado hace 15 años.

RE: how do i put liferay portlets under version control

Regular Member Mensajes: 118 Fecha de incorporación: 23/01/09 Mensajes recientes
For plugins sdk, the complete folder under <pluginssdk>/portlets/<yourportlet>-portlet can be put in version control.
This can be done for each of the portlets

For ext env, should be similar but something I am not sure. I would recommend you using plugins sdk for deploying new portlets
thumbnail
rajesh nivrutti ugale, modificado hace 15 años.

RE: how do i put liferay portlets under version control

New Member Mensajes: 15 Fecha de incorporación: 16/01/09 Mensajes recientes
HI Again,

If we make the changes in src then we can rebuild the code and that will create new ext copy.
Now if i make the changes in ext i.e runtime environment then how one can commit those changes in ext at server(i.e CVS server).
Is there any liferay way which will maintain versions of the portlets?

Reply me.
thumbnail
Madhu Yadav, modificado hace 15 años.

RE: how do i put liferay portlets under version control

Regular Member Mensajes: 118 Fecha de incorporación: 23/01/09 Mensajes recientes
if you are developing a portlet in liferay ext env, you can put all the sources from it under CVS.
and doing a build of it will update your runtime envrionment with your updated portlet. check this and other related wiki articles to know more