Foren

problem while creating extension environment ?

mukul karjule, geändert vor 13 Jahren.

problem while creating extension environment ?

Junior Member Beiträge: 79 Beitrittsdatum: 06.04.10 Neueste Beiträge
Hi,
I have downloaded source code for Liferay 6.0.0 and followed instruction given at

http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Development+Environment+(Windows)

but when I fire
ant clean start build-ext
then at the end it gives message that
BUILD FAILED
Target "build-ext" does not exist in the project "portal".


please help

thanks in advance...
thumbnail
Saranya Sethurajan, geändert vor 13 Jahren.

RE: problem while creating extension environment ?

Junior Member Beiträge: 57 Beitrittsdatum: 08.10.09 Neueste Beiträge
Hi,

You cannot set EXT environment on Liferay 6.
mukul karjule, geändert vor 13 Jahren.

RE: problem while creating extension environment ?

Junior Member Beiträge: 79 Beitrittsdatum: 06.04.10 Neueste Beiträge
Thanks Saranya Sethurajan emoticon

But then How can I develop portlet from scratch ?

please help....

I m stuck
Babu Janarthanan, geändert vor 13 Jahren.

RE: problem while creating extension environment ?

Regular Member Beiträge: 128 Beitrittsdatum: 31.07.08 Neueste Beiträge
you can use plugins environment to develop a portlet from scratch.
thumbnail
Samuel Kong, geändert vor 13 Jahren.

RE: problem while creating extension environment ?

Liferay Legend Beiträge: 1902 Beitrittsdatum: 10.03.08 Neueste Beiträge
You should use the plugin SDK for developing your own portlets.

Even if you are using Liferay Portal 5.2, you should use the plugins SDK for developing your own portlets. You should only use the ext environment for customizing Liferay.

If you need the ext environment, look for a new ext type plugin in the plugins SDK. The ext plugin has a much smaller footprint and allows you to customize classes you could not previously customize with the ext environment.
Anshul Gupta, geändert vor 13 Jahren.

RE: problem while creating extension environment ?

Regular Member Beiträge: 114 Beitrittsdatum: 05.02.10 Neueste Beiträge
It's great to know that there is a plugin which has the power of the complete ext environment.
thumbnail
Tanweer Ahmed ., geändert vor 1 Jahr.

RE: problem while creating extension environment ?

Expert Beiträge: 322 Beitrittsdatum: 11.03.10 Neueste Beiträge
Hello harish,

If you are familiar with basic portlet creation using LR 5.2.3 , you can use the same method for portlet creation in LR 6.There is no much difference in plugins.