Foros de discusión

I download Liferay Source Code 6.1.X. How I deploy new release?

Cosco JJ, modificado hace 11 años.

I download Liferay Source Code 6.1.X. How I deploy new release?

New Member Mensajes: 20 Fecha de incorporación: 22/08/12 Mensajes recientes
Hi people

I have just download Liferay Java Source , becouse i need to solve the bugs.
When i download the Liferay Source code, what i need to generate a release? How i do that?


Thanks
thumbnail
Brian Kim, modificado hace 11 años.

RE: I download Liferay Source Code 6.1.X. How I deploy new release?

Expert Mensajes: 311 Fecha de incorporación: 17/08/04 Mensajes recientes
That's a pretty broad question.

If memory serves me right, at the very least, you will need to do an "ant clean build-all". From there, you'll need to deploy to your appropriate app server, configured correctly of course.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: I download Liferay Source Code 6.1.X. How I deploy new release?

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
The recommended procedure is not to fix liferay source code but to create a ext plugin containing your patch code.

http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/ext-plugi-4
Cosco JJ, modificado hace 11 años.

RE: I download Liferay Source Code 6.1.X. How I deploy new release?

New Member Mensajes: 20 Fecha de incorporación: 22/08/12 Mensajes recientes
thanks if i need to solve one bug, that's good.
But i want to solve all the bugs for version 6.1.X . In this page you can see the fixed bugs
http://issues.liferay.com/browse/LPS?selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel .

I need a guide to make my own liferay release.


I continue with my investigations.. emoticon
Thanks you.!!
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: I download Liferay Source Code 6.1.X. How I deploy new release?

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Following wiki page is a little bit outdated but the main points are the same. Anyhow, this isn't technical issue but if you directly change liferay's source code, you'll have to make the source code available with the binary distribution according to liferay's license.

http://www.liferay.com/community/wiki/-/wiki/Main/Building+Liferay+distribution+files

BTW, there's already a team that's providing the patched version of 6.1.1 GA2

There's also this post too. It's probably would be easier if we can all work together to improve quality of liferay rather than trying to do everything by oneself.

http://www.liferay.com/community/forums/-/message_boards/message/16790273?_19_delta=20&_19_keywords=&_19_advancedSearch=false&_19_andOperator=true&_19_resetCur=false&cur=1
thumbnail
Victor Zorin, modificado hace 11 años.

RE: I download Liferay Source Code 6.1.X. How I deploy new release?

Liferay Legend Mensajes: 1228 Fecha de incorporación: 14/04/08 Mensajes recientes
See whether the bugs you are chasing are already addressed:
The Community Edition Patchers Community
Patch for 6.1.1 GA2 solving many issues

If you have made other fixes you may want to synchronize them with those sub-releases.