Foren

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

Cosco JJ, geändert vor 11 Jahren.

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

New Member Beiträge: 20 Beitrittsdatum: 22.08.12 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Expert Beiträge: 311 Beitrittsdatum: 17.08.04 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
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, geändert vor 11 Jahren.

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

New Member Beiträge: 20 Beitrittsdatum: 22.08.12 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
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, geändert vor 11 Jahren.

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

Liferay Legend Beiträge: 1228 Beitrittsdatum: 14.04.08 Neueste Beiträge
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.