This is regarding Hybris addon install issue.
I'm facing an issue while running ant addoninstall
command from platform folder.
Build Failed:
Target "addoninstall" does not exist in the project "platform".
What I did was:
- Created an extension using
ant extgen
. - Added the extension name in
localextensions.xml
- ran
ant all
ran from platform folder:
ant addoninstall -Daddonnames="hartest" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront"
Thanks In Advance