I'm using Liferay 6.2 GA4 with the GA4 SDK and Eclipse Indigo Service Release 2.
I try to create a plugin, but it gives me an error. The Eclipse console doesn't show one, and it says it created the plugin successfully... but then it gives me an alert that there was an error, and to check Eclipse log file.
I go there and see this:
org.eclipse.core.runtime.CoreException: Source 'C:\Users\kornjjuan\myproject\.metadata\.plugins\com.liferay.ide.sdk.core\create\1431291735742' does not exist
I go to the path and it only goes to com.liferay.ide.sdk.core, there I find only a sdk.log file, with the eclipse console log that the plugin was created successfully.
I've seen the log of the dependency downloads, but see no error in it, it gets a
BUILD SUCCESSFUL
I'm using ant plugins. What is happening?