Skip to Content
1
Former Member
Apr 20, 2016 at 10:24 PM

ASM in 5.7 is not working after installing addon

343 Views

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

  1. 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 ----------

  2. 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.