Foren

path of gradle.properties

thumbnail
Ujjainee Sarkar, geändert vor 7 Jahren.

path of gradle.properties

Regular Member Beiträge: 127 Beitrittsdatum: 20.07.16 Neueste Beiträge
Can anyone please tell me where should I place my gradle.properties file. I'm using Liferay DXP along with Eclipse Mars. I'm getting the following error(screenshot attached) while trying to make project. I read somewhere that gradle gives such error behind proxy and to set the proxy i need to add gradle.properties file. If yes, please tell me where should I place this file so that it will be read. Also it will be very helpful if someone can help me resolve this issue.
thumbnail
Gregory Amerson, geändert vor 7 Jahren.

RE: path of gradle.properties

Liferay Legend Beiträge: 1123 Beitrittsdatum: 16.02.10 Neueste Beiträge
This document describes how to setup proxy settings for gradle. Give it a try and let us know if it worked.

https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/setting-proxy-requirements-for-liferay-workspace
thumbnail
Ujjainee Sarkar, geändert vor 7 Jahren.

RE: path of gradle.properties

Regular Member Beiträge: 127 Beitrittsdatum: 20.07.16 Neueste Beiträge
Thanx Gregory,
I shall give it a try and will let you know! emoticon
Dayanand Tiwari, geändert vor 6 Jahren.

RE: path of gradle.properties

Junior Member Beiträge: 91 Beitrittsdatum: 25.05.17 Neueste Beiträge
Could you please share any document link to create/customize the theme in liferay 7 using eclipse ide?
thumbnail
Andy Wu, geändert vor 6 Jahren.

RE: path of gradle.properties

Regular Member Beiträge: 195 Beitrittsdatum: 05.05.15 Neueste Beiträge
here is what you may need.
https://dev.liferay.com/zh/develop/tutorials/-/knowledge_base/7-0/creating-themes-with-liferay-ide
thumbnail
Joye Luo, geändert vor 6 Jahren.

RE: path of gradle.properties

Regular Member Beiträge: 144 Beitrittsdatum: 03.05.16 Neueste Beiträge
Dayanand Tiwari, geändert vor 6 Jahren.

RE: path of gradle.properties

Junior Member Beiträge: 91 Beitrittsdatum: 25.05.17 Neueste Beiträge
But theme option is not coming in Project Template name dropdown.
Do I need to make any additional change in the eclipse IDE to get that option?
thumbnail
Andy Wu, geändert vor 6 Jahren.

RE: path of gradle.properties

Regular Member Beiträge: 195 Beitrittsdatum: 05.05.15 Neueste Beiträge
the latest verison of ide support theme creation . Please try that
https://web.liferay.com/community/liferay-projects/liferay-ide/download
Dayanand Tiwari, geändert vor 6 Jahren.

RE: path of gradle.properties

Junior Member Beiträge: 91 Beitrittsdatum: 25.05.17 Neueste Beiträge
Hey, Thanks for sharing the links for creating theme. I'm able to create theme now. But I'm getting other issues while trying to customize it by placing the css,js,images and templates folder under src/webapp.
Could you please let me know what all other things needs to be configured while customizing the theme. I appriciate if you can share the example with any theme taking from liferay market place or from anywhere.
thumbnail
Andy Wu, geändert vor 6 Jahren.

RE: path of gradle.properties

Regular Member Beiträge: 195 Beitrittsdatum: 05.05.15 Neueste Beiträge
hey Dayanand , you can use this theme as a sample https://web.liferay.com/marketplace/-/mp/application/78803431
Dayanand Tiwari, geändert vor 6 Jahren.

RE: path of gradle.properties

Junior Member Beiträge: 91 Beitrittsdatum: 25.05.17 Neueste Beiträge
Hey Andy, do we need to place all the folders as css,js,images,templates and WEB-INF into the src/webapp as we get those from the war file liferay theme marketplace?
thumbnail
Andy Wu, geändert vor 6 Jahren.

RE: path of gradle.properties

Regular Member Beiträge: 195 Beitrittsdatum: 05.05.15 Neueste Beiträge
you should just put the files that you want to override at src/main/webapp.