Foros de discusión

Building the extension outside of Liferay Developer Studio

Kevin Klippenstein, modificado hace 9 años.

Building the extension outside of Liferay Developer Studio

New Member Mensajes: 20 Fecha de incorporación: 22/02/13 Mensajes recientes
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, modificado hace 9 años.

RE: Building the extension outside of Liferay Developer Studio

Liferay Master Mensajes: 722 Fecha de incorporación: 5/08/10 Mensajes recientes
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.