I start with Liferey. Liferay Eclipse plugin installed, which works great. Configured Liferay Server Runtime, which also worked great. When it comes to creating my first Liferay plugin project, it does not complete this wizard.
It never ends. I tried downloading the ivy cache files already and manually putting them in the .ivy folder. Does not work. The strange thing I noticed is that after that, when I tried to run another attempt in Eclipse, it created another .ivy in the .ivy source folder. Therefore, he largely ignored the original .ivy and started doing the same process in the original .ivy.
This is what appears on the Eclipse console:
[Console output redirected to file:/Users/tutuk/.metadata/.plugins/com.liferay.ide.sdk.core/sdk.log]
Buildfile: /Users/UserName/Desktop/liferay-plugins-sdk-6.2/portlets/build.xml
[mkdir] Created dir: /Users/UserName/Desktop/liferay-plugins-sdk-6.2/.ivy
[get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.jar
[get] To: /Users/UserName/Desktop/liferay-plugins-sdk-6.2/.ivy/ivy-2.3.0.jar
[ivy:resolve] :: Apache Ivy 2.3.0 - 20130110142753 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /Users/UserName/Desktop/liferay-plugins-sdk-6.2/ivy- settings.xml
And when I make it stop, the following appears in the error log:
Source '/Users/UserName/.metadata/.plugins/com.liferay.ide.sdk.core/create/1417376098997' does not exist
I am using liferay-plugins-sdk-6.2, liferay-portal-6.2-ce-ga2 and jdk8
source
share