Import a Liferay portlet into the Eclipse IDE

I created the portlet through the plugin SDK and wanted to import it into eclipse, but it was not imported as is,

But after creating the portlet, if I give "ant setup-eclipse", then the project is imported into eclipse. I searched for this for almost 2 days, after which I found a solution.

How to find out what all the commands I have in ant. as in the API, I will have all the methods where I can see and continue working with coding there, how using ant? How can I find out all the commands that I need to implement?

thank

+3
source share
2 answers

Liferay IDE, , SDK . wiki- Eclipse IDE Liferay.

+1

eclipse "Ant", , "", "", "", " " ..

"" " ":

  • Windows β†’ β†’ β†’ ( Ant)
  • build.xml , , .

, .

+1

Source: https://habr.com/ru/post/1748272/


All Articles