Question

I want to use the Liferay IDE, but I don't want to put my portlets to ~/liferay-sdk/portlets/ folder. Is it possible? Currently I get the error in eclipse:

No Liferay Plugin SDK configured on project CMS-portlet

And the selection of Liferay SDK is empty.

enter image description here

When I copy this portlet to ~/liferay-sdk/portlets/ folder then all works fine. But this is no way for me, I don't want to put my projects to sdk-folder.

Was it helpful?

Solution

I found the workaround thats work for me. Simple disable the Liferay SDK validaton:

enter image description here

OTHER TIPS

AFAIK the current version of Liferay IDE depends on the ant script integration from the plugins sdk, thus the requirement to have the ant infrastructure available (this lives inside the SDK).

You may have more luck with maven projects, but they're not directly supported by Liferay IDE, however, you can use them with plain eclipse. Also, even if you go without maven, you can work with plain eclipse.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top