RE: AppServerParentDir definition error

thumbnail
Enrico Oliosi, modified 3 Years ago. Junior Member Posts: 73 Join Date: 7/6/10 Recent Posts

 

Hi all, I am working with this version of Liferay product:

liferay.workspace.product = portal-7.4-ga33

when I start an initBundle command (see below) I get an error about appServerParentDir definition.

PS C:\Workspace\Sites\web-sites> gradle initBundle -Pliferay.workspace.environment=local

FAILURE: Build failed with an exception.

* Where:
Script 'jar:file:/C:/Users/user/.gradle/caches/modules-2/files-2.1/com.liferay/com.liferay.gradle.plugins/13.2.135/8fa3f99558c75204be32defb789b070beba711f2/com.liferay.gradle.plugins-13.2.135.jar!/com/liferay/gradle/plugins/dependencies/config-liferay.gradle' line: 70

* What went wrong:
A problem occurred configuring project ':modules:portal-initializer'.
> No such property: appServerParentDir for class: java.lang.String

Anyone could help me to understand this issue? Where do I have to define that variable?

Thanks.

Enrico

thumbnail
Enrico Oliosi, modified 3 Years ago. Junior Member Posts: 73 Join Date: 7/6/10 Recent Posts

It seems we have to define 

app.server.tomcat.dir=

into gradle.properties file.

Enrico