I posted this question the other day how to import a theme in liferay 7 workspace? but wasn't able to get a good answer, so now I'm asking again.
I am using Eclipse Neon.3 Release (4.6.3) and Liferay Portal 7.0.0 GA1. I downloaded the sdk, the src and the Tomcat from here Liferay Portal / 7.0.0 GA1.
I tried to import the Theme with Eclipse.
The theme is compatible with Liferay 7 and the build type of the Theme is Ant:
<look-and-feel>
<compatibility>
<version>7.0.2+</version>
</compatibility>
...
</look-and-feel>
I am using jdk 1.8 for eclipse Neon.3 Release (4.6.3):
-vm D:/Program Files/Java/jdk1.8.0_144/bin/javaw.exe
I updated sdk /build.{ username}.properties:
app.server.type=tomcat app.server.parent.dir=D:\FormationJEE\Liferay\Liferay7_g1\tomcat\liferay-portal-7.0-ce-ga1 app.server.tomcat.dir=${app.server.parent.dir}/tomcat-8.0.32
I putted the Theme under
sdk\liferay-plugins-sdk-7.0\themes
and I did Import-> Liferay Projects from plugins SDK and I putted the SDK pathD:\FormationJEE\Liferay\Liferay7_g1\sdk\liferay-plugins-sdk-7.0
. I do not find the theme. I did Refresh and it does not appear.
It is a serious problem I downloaded the project from the gitlab and I could not import it. Is there is access right that's blocking me?