Invalid SDK settings. Configure app.server.parent.dir property in build.xxx.properties to point to Liferay home -
i have following directory structure
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 :
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:
- database (if want use custom one)
- liferay portal
- liferay ide
- 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
Post a Comment