Invalid SDK settings. Configure app.server.parent.dir property in build.xxx.properties to point to Liferay home -


i have following directory structure enter image description here

the circled directories paths of liferay tomcat server , sdk respectively.

and have file build.osama.properties following settings :

app.server.parent.dir=d:\sources\lr_bundles\liferay_tomcat\liferay-ce-portal-7.0-ga3 app.server.tomcat.dir=${app.server.parent.dir}/tomcat-8.0.32

and when try create liferay plugin project keeps saying :

enter image description here

i using lr 7 ga3 tomcat 8 , sdk 7 ga3

if you, i'd reinstall liferay 1 more time brief step-by-step instruction.

in few words, should install:

  1. database (if want use custom one)
  2. liferay portal
  3. liferay ide
  4. plugins sdk.

in plugins sdk folder should copy build.properties file, , change copied build.propertis file name build.osama.properties. (check step 1 more time, may profile named osama instead of osama). should open newly created build.osama.properties file , uncomment following lines:

app.server.type=tomcat app.server.parent.dir=${sdk.dir}/../bundles app.server.tomcat.dir=${app.server.parent.dir}/tomcat-7.0.42 app.server.tomcat.deploy.dir=${app.server.tomcat.dir}/webapps app.server.tomcat.lib.global.dir=${app.server.tomcat.dir}/lib/ext app.server.tomcat.portal.dir=${app.server.tomcat.dir}/webapps/root 

make sure app.server.type , app.server.dir properties should correct.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -