掲示板

[Resolved] How to export portlet into WAR file?

6年前 に Tai Nguyen によって更新されました。

[Resolved] How to export portlet into WAR file?

New Member 投稿: 4 参加年月日: 17/10/20 最新の投稿
Hi everybody,

I am new bee in Liferay.
I am using Liferay 6.2 and have created some portlet.
I want to export portlet into .WAR file to install in my running portal.
Can you tell me how to do it?

Thanks for your help.
thumbnail
6年前 に Manikantha Rajamani によって更新されました。

RE: How to export portlet into WAR file? (回答)

Expert 投稿: 258 参加年月日: 14/03/25 最新の投稿
Hi,

Use any build tool like ant or maveen
for generating war file.

thanks and regards
Manikantha R
thumbnail
6年前 に ANKIT SRIVASTAVA によって更新されました。

RE: How to export portlet into WAR file? (回答)

Junior Member 投稿: 76 参加年月日: 11/02/02 最新の投稿
Hi Tai,

How did you create your portlet? using plugin SDK. If yes, you can simply run ant deploy from your portlet folder and can find war file inside "dist" folder of plugin SDK(Ant should be installed).

Thanks,
Ankit
6年前 に Tai Nguyen によって更新されました。

RE: How to export portlet into WAR file?

New Member 投稿: 4 参加年月日: 17/10/20 最新の投稿
ANKIT SRIVASTAVA:
Hi Tai,

How did you create your portlet? using plugin SDK. If yes, you can simply run ant deploy from your portlet folder and can find war file inside "dist" folder of plugin SDK(Ant should be installed).

Thanks,
Ankit


Manikantha Rajamani:
Hi,

Use any build tool like ant or maveen
for generating war file.

thanks and regards
Manikantha R


Hi guys,
Thanks for your helps. I can generate WAR file now.
Thank you very much.