留言板

Building the extension outside of Liferay Developer Studio

Kevin Klippenstein,修改在9 年前。

Building the extension outside of Liferay Developer Studio

New Member 帖子: 20 加入日期: 13-2-22 最近的帖子
Is anyone building the extension outside of Developer Studio?

If so, please share how you are accomplishing this feat.

Thanks,
Kevin K.
thumbnail
Pankaj Kathiriya,修改在9 年前。

RE: Building the extension outside of Liferay Developer Studio

Liferay Master 帖子: 722 加入日期: 10-8-5 最近的帖子
I believe question is about plugin-ext, you can create extension outside of Developer Studio using create.bat file under folder structure liferay-plugins-sdk\ext\.

Navigate to ext folder of your plugin-sdk, then you have to run window's command in command prompt like create.bat extension_name "extension_display_name".
You can build/deploy this created ext using ant commands. You can find several ant targets in build-common-ext.xml.

Hope this would be helpful, if your question was related to something let us know.