掲示板

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

11年前 に Cosco JJ によって更新されました。

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

New Member 投稿: 20 参加年月日: 12/08/22 最新の投稿
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
11年前 に Brian Kim によって更新されました。

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

Expert 投稿: 311 参加年月日: 04/08/17 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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
11年前 に Cosco JJ によって更新されました。

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

New Member 投稿: 20 参加年月日: 12/08/22 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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
11年前 に Victor Zorin によって更新されました。

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

Liferay Legend 投稿: 1228 参加年月日: 08/04/14 最新の投稿
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.