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

wro_addons.xml not found, creating an empty one from the template... *

0 Likes
1,378

Hi All, While migrating code from 6.3 to hybris 1811v, Iam getting this error. \hybris\bin\custom\exxonmobil\exxonmobilstorefront/resources/wro_addons.xml not found, creating an empty one from the template... ***

Does any one know rootcause for this? Please give me your inputs.

Accepted Solutions (0)

Answers (2)

Answers (2)

arvind-kumar_avinash
Active Contributor

The storefronts use wro4j for compressing CSS style files and JavaScript source files. You can disable it by setting storefront.wro4j.enabled=false.

However, the message, wro_addons.xml not found, creating an empty one from the template... doesn't seem to be an error. The file, wro_addons.xml file is generated by buildcallbacks.xml from wro_addons_template.xml and therefore the message seems to be just a piece of information rather than an error.

You can learn more about it at https://help.hybris.com/1811/hcd/8af03fda8669101491e4aac2acaeb2dd.html

arvind-kumar_avinash
Active Contributor
0 Likes

Hi - did it help?

jayachandra
Discoverer
0 Likes

Don't set the ant path in environment variable of the system. Just use setantenv.bat or ./setantenv.sh from the platform folder. This issue will resolve automatically.