cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

config and others

Former Member
0 Likes
567

in which is it mentioned to create the config and other folders while installing the Hybris recipe?

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor
0 Likes

Hi - please check the build.gradle file under a recipe e.g. check installer/recipes/b2c_acc/build.gradle file for configuration and extensions relevant for b2c accelerator.

If you are looking for the file where all the folders that are created during the first build are mentioned, please check hybris/bin/platform/resources/ant/assembling.xml. This file has been imported into hybris/bin/platform/resources/ant/antmacros.xml which has been in turn imported into hybris/bin/platform/build.xml. As you already know, it is the build.xml whose targets are executed when you run the ant command.

If you are wondering how ant is called by the installer, please check https://help.hybris.com/1811/hcd/052b1c026d7e4af09624a737282a8772.html

Former Member
0 Likes

it is not mentioned anywhere in the gradle file that which folders have to created. Please help me with this

arvind-kumar_avinash
Active Contributor
0 Likes

Hi Rajat - I could not understand your requirement clearly. After your clarification, I have updated my answer. Please check and let me know if there is still any doubt.

Answers (0)