Fórumok

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

Cosco JJ, módosítva 11 év-val korábban

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

New Member Bejegyzések: 20 Csatlakozás dátuma: 2012.08.22. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Expert Bejegyzések: 311 Csatlakozás dátuma: 2004.08.17. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

New Member Bejegyzések: 20 Csatlakozás dátuma: 2012.08.22. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Legend Bejegyzések: 1228 Csatlakozás dátuma: 2008.04.14. Legújabb bejegyzések
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.