Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
ponnivalavan ramasamy
Liferay | Target "build-ext" does not exist in the project "
December 31, 2010 1:28 AM
Answer

ponnivalavan ramasamy

Rank: New Member

Posts: 1

Join Date: December 26, 2010

Recent Posts

I have followed this link

"http://www.liferay.com/community/wiki/-/wiki/Main/Development+Environment+%28Windows%29#section-Development+Environment+_28Windows_29-LiferayInANutshell"
to setup the liferay source code development environment.
After running " ant clean start build-ext " command my build is failed by showing "Target "build-ext" does not exist in the project "portal"" this message.

Thanks
Ponnivalavan
Hitoshi Ozawa
RE: Liferay | Target "build-ext" does not exist in the project &#
January 11, 2011 2:17 PM
Answer

Hitoshi Ozawa

Rank: Liferay Legend

Posts: 8000

Join Date: March 23, 2010

Recent Posts

Just do a
ant start
ant deploy
Samuel Kong
RE: Liferay | Target "build-ext" does not exist in the project &a
January 11, 2011 6:58 PM
Answer

Samuel Kong

LIFERAY STAFF

Rank: Liferay Master

Posts: 899

Join Date: March 10, 2008

Recent Posts

I'm guessing you're using Liferay Portal 6.0.

It looks like that wiki page was written for version 4.3 (although it mostly applies for 5.1 and 5.2 also). Basically, the Ext environment was removed in 6.0 and replaced with an Ext Plugin. The Ext Plugin has a much smaller footprint and gives you more more options to customize the portal. Take a look at the official docs for instructions on installing and using an Ext plugin
Hitoshi Ozawa
RE: Liferay | Target "build-ext" does not exist in the project &a
January 12, 2011 1:16 PM
Answer

Hitoshi Ozawa

Rank: Liferay Legend

Posts: 8000

Join Date: March 23, 2010

Recent Posts

Samuel's response is right if you just want to build a ext plugin. I was answering in my own context of building Liferay. Doing a ant deploy would actually deploy Liferay on to an application server.