I have installed the ASM addon on our storefront using addon install ant command.
After installing it,when i tried to do ant all, we are getting build errors as below
ERROR in C:\kb\5.7_ASM\hcs\hybris\bin\custom\customproj\gd\cbp\cbpstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\cms\AssistedServiceComponentController.java (at line 16) import de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import de.hybris.platform.acceleratorstorefrontcommons.controllers cannot be resolved ----------
ERROR in C:\kb\5.7_ASM\hcs\hybris\bin\custom\customproj\gd\cbp\cbpstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\cms\AssistedServiceComponentController.java (at line 17) import de.hybris.platform.acceleratorstorefrontcommons.util.XSSFilterUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import de.hybris.platform.acceleratorstorefrontcommons.util cannot be resolved
As per my observation, inside our storefront src folder, there is a package called "com." but it is expecting another package called "de".
Please let me know how this package gets generated for ASM.
Please throw some solution or any idea on this.